summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* powerpc64 floating-point is identical to powerpc, so use the samenwhitehorn2010-07-101-0/+2
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()das2010-06-123-2/+10
* mdoc: spell out theta, the Unicode glyph is hard to read for terminal fontsuqs2010-06-091-8/+2
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-022-6/+6
* mdoc: Garbage collect unused/unneeded macrosuqs2010-05-271-3/+0
* mdoc: move remaining sections into consistent orderuqs2010-05-131-8/+8
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-12/+12
* Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
* Placate new binutils, by using 16-bit %ax instead of 32-bit %eax as ankib2010-02-034-22/+34
* Use the documented machine constraint for SSE registers.ed2009-06-111-1/+1
* Use ISO C99 style inline semantics in msun.ed2009-06-036-15/+30
* Use, in uncovered part, the END() macro in order to improve debugging.attilio2009-05-2552-0/+52
* Namespace: scalb() is withdrawn from POSIX.das2009-03-141-1/+4
* Eliminate __real__ and __imag__ gccisms.das2009-03-144-15/+42
* C99 TC2 now wants FP_FAST_FMA* to be defined to 1, if the macros aredas2009-02-071-3/+3
* Use __gnu89_inline so that these files will compile with newer versionsdas2009-01-135-5/+5
* Fix the types of INFINITY and NAN, which were broken in r131851. Theydas2009-01-081-2/+2
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-2/+12
* Remove some unused variables.das2008-08-084-4/+1
* In the linedas2008-08-083-3/+3
* Implement cproj{,f,l}().das2008-08-076-7/+170
* Use cpack() and the gcc extension __imag__ to implement cimag() anddas2008-08-076-6/+18
* Fix some style bogosity from fdlibm.das2008-08-032-12/+12
* Minor improvements:das2008-08-033-20/+20
* A few minor corrections, including some from bde:das2008-08-023-17/+16
* On i386, gcc truncates long double constants to double precisiondas2008-08-024-8/+127
* Fix some problems with asinf(), acosf(), atanf(), and atan2f():das2008-08-014-71/+42
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-3120-69/+900
* Set WARNS=1.das2008-07-311-0/+1
* The high part of the mantissa is 64 bits on sparc64.das2008-07-312-2/+2
* As in other parts of libm, mark a few constants as volatile to preventdas2008-07-316-12/+20
* Sort the .PATH entries to give a more reasonable order of precedence:das2008-07-181-4/+5
* Fix a typo in the cosl() prototype.das2008-06-281-2/+2
* Implement fmodl.das2008-06-195-25/+177
* Symbol.map is handled by cpp, so use C-style commentsgonzo2008-05-031-1/+3
* Add mips support to libm, from mips2-jnpr perforce branch.imp2008-04-264-0/+259
* Fix some corner cases:das2008-04-032-10/+20
* Remove a (bogus) remnant of debugging this on sparc64.das2008-03-311-1/+1
* Add assembly versions of remquol() and remainderl().das2008-03-306-4/+228
* Hook remquol() and remainderl() up to the build.das2008-03-304-12/+33
* Implement remainderl() as a wrapper around remquol(). The extra workdas2008-03-302-0/+44
* Implement remquol() based on remquo().das2008-03-302-0/+183
* Implement csqrtl().das2008-03-305-13/+135
* Hook hypotl() and cabsl() up to the build.das2008-03-303-6/+7
* Document hypotl().das2008-03-301-12/+17
* Alias hypotl() and cabsl() for platforms where long double is the samedas2008-03-302-2/+12
* Implement cabsl() in terms of hypotl().das2008-03-301-0/+20
* Implement hypotl(). This is bde's conversion of fdlibm hypot(), with minordas2008-03-301-0/+139
* Use fabs[f]() instead of bit fiddling for setting absolute values.bde2008-03-302-4/+4
* Use the expression fabs(x+0.0)-fabs(y+0.0) instead ofbde2008-03-302-2/+2
OpenPOWER on IntegriCloud