summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_remquol.c
Commit message (Expand)AuthorAgeFilesLines
* In C remquol() and thus also in C remainderl(), don't clobber the sign bitBruce Evans2018-07-241-6/+1
* Fix the conversion to use nan_mix() in r336362. fmod*(x, y),Bruce Evans2018-07-241-1/+1
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-1/+1
* Fix a bug in remquo{,f,l}, in which the quotient didn't always have theDavid Schultz2012-04-071-1/+2
* The high part of the mantissa is 64 bits on sparc64.David Schultz2008-07-311-1/+1
* Implement remquol() based on remquo().David Schultz2008-03-301-0/+177