summaryrefslogtreecommitdiffstats
path: root/lib/msun/ld80/s_expl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588tijl2014-09-181-230/+45
* ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-031-0/+165
* ld80/s_expl.c:kargl2013-06-031-2/+2
* Micro-optimization: move the unary mius operator to operatekargl2013-06-031-2/+2
* ld80/s_expl.c:kargl2013-06-031-7/+5
* ld80/s_expl.c:kargl2013-06-031-6/+4
* Rename a few P2, P3, ... coefficients to A2, A3, ... missed inkargl2013-06-031-3/+3
* Update a comment to reflect that we are using an endpoint ofkargl2013-06-031-1/+1
* Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold,kargl2013-06-031-4/+7
* Introduce the macro LOG2_INTERVAL, which is log2(number of intervals).kargl2013-06-031-1/+3
* Whitespace.kargl2013-06-031-3/+3
* * Rename the polynomial coefficients from P2, P3, ... to A2, A3, ....kargl2013-06-031-10/+9
* * Style(9). Start non-Copyright fancy formatted comments with /**.kargl2013-06-031-1/+1
* ld80/s_expl.c:kargl2013-06-031-1/+1
* * Update the comment that explains the choice of values in thekargl2012-10-131-6/+7
* * src/math_private.h:kargl2012-09-291-2/+2
* * 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
OpenPOWER on IntegriCloud