summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld128
Commit message (Expand)AuthorAgeFilesLines
* Rename cpack*() to CMPLX*().ed2014-12-161-1/+1
* The value small=2**-(p+3), where p is the precision, can be determine fromkargl2014-10-091-38/+35
* For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldkargl2014-09-171-1/+5
* * Makefile:kargl2014-09-151-0/+329
* * Makefile:kargl2014-07-131-0/+329
* In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid adim2014-02-211-1/+1
* * ld80/k_expl.h:kargl2013-12-302-233/+393
* Change a comma to a semicolon.kargl2013-06-031-3/+2
* ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-031-0/+195
* Fix two comments that got lost in the disentanglement of the larger diff.kargl2013-06-031-1/+6
* ld80/s_expl.c:kargl2013-06-031-6/+9
* Micro-optimization: move the unary mius operator to operatekargl2013-06-031-1/+1
* Add a comment to note that bde supplied most, if not all,kargl2013-06-031-0/+2
* ld80/s_expl.c:kargl2013-06-031-6/+4
* ld80/s_expl.c:kargl2013-06-031-21/+51
* Update a comment to reflect that we are using an endpoint ofkargl2013-06-031-1/+1
* Introduce the macro LOG2_INTERVAL, which is log2(number of intervals).kargl2013-06-031-1/+2
* Whitespace.kargl2013-06-031-1/+1
* * Rename the polynomial coefficients from P2, P3, ... to A2, A3, ....kargl2013-06-031-15/+15
* ld80/s_expl.c:kargl2013-06-031-1/+1
* Add logl, log2l, log10l, and log1pl.das2013-06-031-0/+737
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-6/+3
* * ld80/s_expl.c:kargl2012-09-231-8/+5
* * ld80/s_expl.c:kargl2012-09-231-9/+13
* Whitespace.kargl2012-07-301-2/+2
* Replace the macro name NUM with INTERVALS. This change provideskargl2012-07-261-4/+5
* * ld80/expl.c:kargl2012-07-261-3/+2
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-231-0/+260
* 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