summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld80
Commit message (Expand)AuthorAgeFilesLines
* * ld80/s_expl.c:kargl2012-09-231-1/+1
* Fix whitespace issue.kargl2012-09-231-1/+1
* * ld80/s_expl.c:kargl2012-09-231-4/+4
* * Update the lookup table to use 53-bit high and low values.kargl2012-09-231-131/+134
* Whitespace.kargl2012-07-301-1/+1
* Replace the macro name NUM with INTERVALS. This change provideskargl2012-07-261-11/+11
* * ld80/expl.c:kargl2012-07-261-5/+1
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-231-0/+304
* Fix clang warnings.benl2011-06-181-1/+1
* Clean up the unneeded cpp macro INLINE_REM_PIO2L.kargl2011-05-301-4/+1
* Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79kargl2011-04-291-0/+152
* On i386, gcc truncates long double constants to double precisiondas2008-08-021-4/+17
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-312-0/+183
* 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
* Add kernel functions for 80-bit long doubles. Many thanks to Steve anddas2008-02-173-0/+264
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.bde2008-02-131-1/+1
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-071-11/+14
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-181-0/+291
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-181-10/+9
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-0/+47
OpenPOWER on IntegriCloud