aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/ld80
Commit message (Expand)AuthorAgeFilesLines
* * Update the comment that explains the choice of values in theSteve Kargl2012-10-131-6/+7
* * src/math_private.h:Steve Kargl2012-09-291-2/+2
* * ld80/s_expl.c:Steve Kargl2012-09-231-1/+1
* Fix whitespace issue.Steve Kargl2012-09-231-1/+1
* * ld80/s_expl.c:Steve Kargl2012-09-231-4/+4
* * Update the lookup table to use 53-bit high and low values.Steve Kargl2012-09-231-131/+134
* Whitespace.Steve Kargl2012-07-301-1/+1
* Replace the macro name NUM with INTERVALS. This change providesSteve Kargl2012-07-261-11/+11
* * ld80/expl.c:Steve Kargl2012-07-261-5/+1
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitSteve Kargl2012-07-231-0/+304
* Fix clang warnings.Ben Laurie2011-06-181-1/+1
* Clean up the unneeded cpp macro INLINE_REM_PIO2L.Steve Kargl2011-05-301-4/+1
* Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79Steve Kargl2011-04-291-0/+152
* On i386, gcc truncates long double constants to double precisionDavid Schultz2008-08-021-4/+17
* Add implementations of acosl(), asinl(), atanl(), atan2l(),David Schultz2008-07-312-0/+183
* 2 long double constants were missing L suffixes. This helped break tanl()Bruce Evans2008-02-181-2/+2
* Fix a typo which broke k_tanl.c on !(amd64 || i386).Bruce Evans2008-02-181-1/+1
* Add kernel functions for 80-bit long doubles. Many thanks to Steve andDavid Schultz2008-02-173-0/+264
* Fix exp2*(x) on signaling NaNs by returning x+x as usual.Bruce Evans2008-02-131-1/+1
* Use a better method of scaling by 2**k. Instead of adding to theBruce Evans2008-02-071-11/+14
* Implement exp2l(). There is one version for machines with 80-bitDavid Schultz2008-01-181-0/+291
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-10/+9
* Implement and document nan(), nanf(), and nanl(). This commitDavid Schultz2007-12-161-0/+47