summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-3110-0/+413
* 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
* Implement fmodl.das2008-06-192-2/+149
* Fix some corner cases:das2008-04-032-10/+20
* Remove a (bogus) remnant of debugging this on sparc64.das2008-03-311-1/+1
* Hook remquol() and remainderl() up to the build.das2008-03-301-1/+1
* 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-302-0/+113
* Hook hypotl() and cabsl() up to the build.das2008-03-301-2/+0
* 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
* Fix a missing mask in a hi+lo decomposition. Thus bug made the extrabde2008-03-301-1/+1
* Include math.h for the fmaf() prototype.das2008-03-291-0/+2
* Fix some rather obscene code that has ambiguous if...if...else...das2008-03-296-10/+36
* MI implementation of sqrtl(). This is very slow and shoulddas2008-03-023-4/+168
* Fix and improve some magic numbers for the "medium size" case.bde2008-02-282-4/+4
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisbde2008-02-254-0/+15
* Use a temporary array instead of the arg array y[] for callingbde2008-02-252-8/+8
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-255-27/+24
* Fix some off-by-1 errors.bde2008-02-253-6/+11
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anbde2008-02-232-11/+8
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-222-6/+4
* Remove the "quick check no cancellation" optimization forbde2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-222-0/+18
* Add an irint() function in inline asm for amd64 and i386. irint() isbde2008-02-221-0/+30
* Optimize the conversion to bits a little (by about 11 cycles or 16%bde2008-02-221-5/+13
* Optimize the fixup for +-0 by using better classification for this casebde2008-02-221-2/+4
* Fix rintl() on signaling NaNs and unsupported formats.bde2008-02-221-5/+3
* s/rcsid/__FBSDID/das2008-02-2279-241/+158
* Remove an unused variable.das2008-02-223-3/+3
* Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();bde2008-02-191-6/+4
* Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as forbde2008-02-191-18/+56
* Rearrange the polynomial evaluation for better parallelism. Thisbde2008-02-192-9/+9
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-182-0/+44
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averagebde2008-02-184-13/+19
* Use volatile hacks to make sure exp() generates an underflowdas2008-02-171-1/+2
* Add implementations of sinl(), cosl(), and tanl().das2008-02-177-0/+367
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-174-50/+154
* Sigh, the weak reference for ceill(), floorl() and truncl() was inbde2008-02-153-6/+10
* Oops, the weak reference for ceill(), floorl() and truncl() was in thebde2008-02-146-12/+12
* Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a isbde2008-02-142-8/+8
* Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs tobde2008-02-141-2/+2
* Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s).bde2008-02-142-10/+8
* s_ceill.cbde2008-02-133-9/+6
* On arches where long double is the same as double, alias ceil(), floor()bde2008-02-133-0/+12
OpenPOWER on IntegriCloud