summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld128
Commit message (Expand)AuthorAgeFilesLines
* 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/+143
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-312-0/+213
* 1 << 47 needs to be written 1ULL << 47.das2008-03-021-1/+1
* Add kernel functions for 128-bit long doubles. These could be improveddas2008-02-173-0/+239
* 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/+15
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-181-0/+426
* 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