Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug in remquo{,f,l}, in which the quotient didn't always have the | das | 2012-04-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | correct sign when the remainder was 0. Fix a separate bug in remquo alone, in which the remainder and quotient were both off by a bit in certain cases involving subnormal remainders. The bugs affected all platforms except amd64 and i386, on which the routines are implemented in assembly. PR: 166463 Submitted by: Ilya Burylov MFC after: 2 weeks | ||||
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 1 | -0/+121 |