summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_remquof.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in remquo{,f,l}, in which the quotient didn't always have thedas2012-04-071-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().das2005-03-251-0/+121
OpenPOWER on IntegriCloud