| Commit message (Expand) | Author | Age | Files | Lines |
* | In libm's exp2(3), avoid left-shifting a negative integer, which is | dim | 2015-08-09 | 1 | -2/+2 |
* | Follow up to r284427: fix NaN mixing for ctanhf too. | tijl | 2015-06-15 | 1 | -1/+2 |
* | - Change comments to be more consistent with s_ccosh.c and s_csinh.c. | tijl | 2015-06-15 | 2 | -20/+21 |
* | Fix some exceptional cases where the sign of the result is unspecified | tijl | 2015-06-15 | 2 | -47/+43 |
* | Fix some exceptional cases where the sign of the result is unspecified | tijl | 2015-06-15 | 2 | -34/+32 |
* | In r279493, the functions pzero[f](), qzero[f], pone[f](), | kargl | 2015-05-17 | 4 | -4/+4 |
* | According to POSIX.1-2008, the Bessel functions of second kind | kargl | 2015-03-10 | 6 | -22/+57 |
* | Give compilers a stronger hint to inline the functions | kargl | 2015-03-01 | 4 | -8/+16 |
* | When j0() and j1() were converted to j0f() and j1f(), the threshold | kargl | 2015-03-01 | 2 | -16/+16 |
* | msun: drop unnecessary checks (part 2). | pfg | 2015-02-24 | 4 | -4/+4 |
* | msun: drop unnecessary checks. | pfg | 2015-02-22 | 4 | -4/+4 |
* | Truncate the exponent 'n' of type long to a domain contained | kargl | 2015-02-07 | 1 | -19/+9 |
* | scanblnl: drop extra braces. | pfg | 2015-02-03 | 1 | -2/+1 |
* | Reduce confusion in scalbnl() family of functions. | pfg | 2015-02-03 | 1 | -3/+10 |
* | msun: use previously ignored value. | pfg | 2015-01-30 | 1 | -22/+4 |
* | Clarify to explain that C99 conforming compilers don't need CMPLX*(). | ed | 2014-12-24 | 1 | -3/+2 |
* | Rename cpack*() to CMPLX*(). | ed | 2014-12-16 | 22 | -180/+193 |
* | Adjust the |x| small limit from 0x1p-7 to 0x1p-9. This | kargl | 2014-12-08 | 1 | -1/+1 |
* | Update the constants associated with the evaluation of j0f(x) | kargl | 2014-12-05 | 2 | -4/+4 |
* | Fix a 20+ year bug by using an appropriate constant for | kargl | 2014-12-04 | 1 | -2/+2 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 1 | -2/+2 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 1 | -2/+2 |
* | The value small=2**-(p+3), where p is the precision, can be determine from | kargl | 2014-10-09 | 2 | -44/+46 |
* | Remove whitespace and 2 blank lines. | kargl | 2014-10-02 | 1 | -14/+12 |
* | * Whitespace. | kargl | 2014-09-25 | 1 | -3/+1 |
* | For targets that have a signed zero, lgamma_r(-0, &signgamp) should | kargl | 2014-09-17 | 2 | -2/+10 |
* | * Makefile: | kargl | 2014-09-15 | 6 | -100/+128 |
* | Remove an initialized, but otherwise, unused variable. | kargl | 2014-09-04 | 2 | -2/+0 |
* | According to the ISO C standard, lgamma(-integer) returns | kargl | 2014-09-01 | 2 | -11/+13 |
* | Fix a tab that somehow became 8 spaces. | kargl | 2014-09-01 | 2 | -10/+5 |
* | Compute sin(pi*x) without actually doing the pi*x multiplication. | kargl | 2014-08-31 | 2 | -53/+49 |
* | Fix the order of "const volatile" to be consistent with | kargl | 2014-08-30 | 2 | -2/+2 |
* | Make tiny volatile to prevent the compiler(s) from | kargl | 2014-08-30 | 2 | -2/+5 |
* | When r255294 was committed, it exposed the symbols lgammal, powl, | kargl | 2014-08-09 | 1 | -22/+3 |
* | * Update the comments to agree with commit r226595. | kargl | 2014-07-13 | 1 | -4/+4 |
* | * Makefile: | kargl | 2014-07-13 | 3 | -4/+10 |
* | * Use 9 digits instead of 11 digits in efx and efx8. | kargl | 2014-07-13 | 1 | -54/+49 |
* | * Update the comments that refer to erf[c](nan) and erf[c](+-inf) | kargl | 2014-07-13 | 1 | -4/+4 |
* | * Use the volatile qualifier for 'tiny' to prevent compilers | kargl | 2014-07-13 | 2 | -10/+21 |
* | Whitespace. | kargl | 2014-07-13 | 1 | -25/+18 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -4/+0 |
* | Use __fenv_static for all static inline functions. | andrew | 2014-01-25 | 1 | -3/+3 |
* | * msun/man/cosh.3: | kargl | 2013-12-31 | 3 | -7/+15 |
* | * Makefile: | kargl | 2013-12-30 | 8 | -6/+446 |
* | Yet, another attempt to fix the libm breakage due to the | kargl | 2013-11-07 | 1 | -0/+2 |
* | Fix bulding libm on platforms with LDBL_MANT_DIG == 53. | kargl | 2013-11-07 | 1 | -0/+4 |
* | * Use "math.h" instead of <math.h>. | kargl | 2013-11-06 | 3 | -24/+41 |
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
* | Add stub implementations of the missing C++11 math functions. | theraven | 2013-09-06 | 1 | -0/+69 |
* | * Whitespace. | kargl | 2013-08-28 | 1 | -1/+1 |