Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In C remquol() and thus also in C remainderl(), don't clobber the sign bit | Bruce Evans | 2018-07-24 | 1 | -6/+1 |
* | Fix the conversion to use nan_mix() in r336362. fmod*(x, y), | Bruce Evans | 2018-07-24 | 1 | -1/+1 |
* | Add a macro nan_mix() and use it to get NaN results that are (bitwise) | Bruce Evans | 2018-07-17 | 1 | -1/+1 |
* | Fix a bug in remquo{,f,l}, in which the quotient didn't always have the | David Schultz | 2012-04-07 | 1 | -1/+2 |
* | The high part of the mantissa is 64 bits on sparc64. | David Schultz | 2008-07-31 | 1 | -1/+1 |
* | Implement remquol() based on remquo(). | David Schultz | 2008-03-30 | 1 | -0/+177 |