summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Eliminate some warnings.das2008-02-223-9/+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
* Document return values better.das2008-02-181-3/+34
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-185-9/+63
* 2 long double constants were missing L suffixes. This helped break tanl()bde2008-02-181-2/+2
* Fix a typo which broke k_tanl.c on !(amd64 || i386).bde2008-02-181-1/+1
* 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
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-172-7/+12
* Add implementations of sinl(), cosl(), and tanl().das2008-02-177-0/+367
* Documentation for sinl(), cosl(), and tanl().das2008-02-173-35/+46
* Add kernel functions for 128-bit long doubles. These could be improveddas2008-02-173-0/+239
* Add kernel functions for 80-bit long doubles. Many thanks to Steve anddas2008-02-173-0/+264
* 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-134-6/+19
* Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes.bde2008-02-131-1/+1
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.bde2008-02-134-4/+4
* Rearrange the polynomial evaluation for better parallelism. This isbde2008-02-131-3/+4
* Use hardware remainder on amd64 since it is 5 to 10 times faster thanbde2008-02-133-1/+78
* Fix remainder() and remainderf() in round-towards-minus-infinity modebde2008-02-122-8/+8
* Use double precision for z and thus for the entire calculation ofbde2008-02-111-3/+4
* As usual, use a minimax polynomial that is specialized for floatbde2008-02-091-7/+8
* Fix a comment about coefficients and expand a related one.bde2008-02-091-2/+2
* Fix truncl() when the result should be -0.0L. When the result is +-0.0L,bde2008-02-081-1/+2
* Oops, fix the fix in rev.1.10. logb() and logbf() were broken onbde2008-02-081-5/+4
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-072-26/+16
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-076-55/+57
* As for the float trig functions and logf, use a minimax polynomialbde2008-02-061-6/+7
* Adjust the exponent before converting the result from double todas2008-01-281-16/+10
* Fix a harmless type error in 1.9.bde2008-01-251-1/+1
* Fix cutoffs. This is just a cleanup and an optimization for unusualbde2008-01-211-2/+2
* Oops, when merging from the float version to the double versions, don'tbde2008-01-201-1/+1
* Remove the float version of the kernel of arg reduction for pi/2, sincebde2008-01-191-198/+0
OpenPOWER on IntegriCloud