| Commit message (Expand) | Author | Age | Files | Lines |
* | some initial math asm for armhf (fabs[f] and sqrt[f]) | Rich Felker | 2013-08-16 | 12 | -0/+32 |
* | fix build of x86_64 expl assembly | Rich Felker | 2013-08-16 | 1 | -1/+1 |
* | math: fix pow(x,-1) to raise underflow properly | Szabolcs Nagy | 2013-08-15 | 1 | -2/+14 |
* | math: fix i386 atan2.s to raise underflow for subnormal results | Szabolcs Nagy | 2013-08-15 | 2 | -2/+24 |
* | math: clean up atan2.c | Szabolcs Nagy | 2013-08-15 | 4 | -103/+73 |
* | math: fix x86 asin, atan, exp, log1p to raise underflow | Szabolcs Nagy | 2013-08-15 | 6 | -3/+98 |
* | math: fix x86 expl.s to raise underflow and clean up special case handling | Szabolcs Nagy | 2013-08-15 | 2 | -45/+31 |
* | math: fix asin, atan, log1p, tanh to raise underflow on subnormal | Szabolcs Nagy | 2013-08-15 | 9 | -26/+39 |
* | math: fix tgamma to raise underflow for large negative values | Szabolcs Nagy | 2013-08-15 | 1 | -0/+1 |
* | math: fix pow(0,-inf) to raise divbyzero flag | Szabolcs Nagy | 2013-08-15 | 2 | -2/+2 |
* | math: minor scalbn*.c simplification | Szabolcs Nagy | 2013-08-15 | 3 | -18/+10 |
* | add missing erfcl wrapper for archs where long double is plain double | Rich Felker | 2013-07-28 | 1 | -0/+4 |
* | math: add fma TODO comments about the underflow issue | Szabolcs Nagy | 2013-05-19 | 3 | -2/+14 |
* | math: fix two fma issues (only affects non-nearest rounding mode, x86) | Szabolcs Nagy | 2013-05-19 | 1 | -4/+38 |
* | math: sin cos cleanup | Szabolcs Nagy | 2013-05-18 | 10 | -112/+128 |
* | math: tan cleanups | Szabolcs Nagy | 2013-05-18 | 6 | -106/+80 |
* | math: use double_t for temporaries to avoid stores on i386 | Szabolcs Nagy | 2013-05-15 | 21 | -28/+31 |
* | math: erf and erfc cleanup | Szabolcs Nagy | 2013-01-07 | 3 | -297/+207 |
* | math: bessel cleanup (jn.c and jnf.c) | Szabolcs Nagy | 2013-01-01 | 2 | -164/+161 |
* | math: bessel cleanup (j1.c and j1f.c) | Szabolcs Nagy | 2013-01-01 | 2 | -187/+138 |
* | math: bessel cleanup (j0.c and j0f.c) | Szabolcs Nagy | 2013-01-01 | 2 | -203/+161 |
* | math: use 0x1p-120f and 0x1p120f for tiny and huge values | Szabolcs Nagy | 2012-12-16 | 10 | -27/+27 |
* | math: tgammal.c fixes | Szabolcs Nagy | 2012-12-16 | 1 | -28/+23 |
* | math: tanh.c cleanup similar to sinh, cosh | Szabolcs Nagy | 2012-12-16 | 3 | -173/+83 |
* | math: sinh.c cleanup similar to the cosh one | Szabolcs Nagy | 2012-12-16 | 3 | -171/+72 |
* | math: finished cosh.c cleanup | Szabolcs Nagy | 2012-12-16 | 3 | -142/+49 |
* | math: x86_64 version of expl, fixed some comments in the i386 version | Szabolcs Nagy | 2012-12-16 | 4 | -4/+112 |
* | math: move x86_64 exp2l implementation to exp2l.s from expl.s | Szabolcs Nagy | 2012-12-16 | 3 | -85/+76 |
* | math: fix i386/expl.s with more precise x*log2e | Szabolcs Nagy | 2012-12-14 | 2 | -7/+107 |
* | math: add a non-dummy tgamma implementation | Szabolcs Nagy | 2012-12-12 | 2 | -20/+215 |
* | math: cosh cleanup | Szabolcs Nagy | 2012-12-12 | 3 | -70/+63 |
* | math: fix comment in __rem_pio2f.c | Szabolcs Nagy | 2012-12-12 | 1 | -2/+2 |
* | math: add empty __invtrigl.s to i386 and x86_64 | Szabolcs Nagy | 2012-12-12 | 2 | -0/+0 |
* | math: clean up inverse trigonometric functions | Szabolcs Nagy | 2012-12-11 | 12 | -377/+258 |
* | math: rewrite inverse hyperbolic functions to be simpler/smaller | Szabolcs Nagy | 2012-12-11 | 9 | -406/+149 |
* | fix trailing whitespace issues that crept in here and there | Rich Felker | 2012-12-07 | 1 | -1/+1 |
* | math: use float constants in exp10f.c | Szabolcs Nagy | 2012-11-18 | 1 | -1/+1 |
* | math: expl.c cleanup | Szabolcs Nagy | 2012-11-18 | 1 | -24/+19 |
* | math: expf.c cleanup | Szabolcs Nagy | 2012-11-18 | 2 | -63/+55 |
* | math: cleanup exp2.c exp2f.c and exp2l.c | Szabolcs Nagy | 2012-11-17 | 3 | -86/+56 |
* | math: exp.c clean up | Szabolcs Nagy | 2012-11-17 | 1 | -72/+49 |
* | math: ld80 invtrig cleanups | Szabolcs Nagy | 2012-11-14 | 8 | -110/+87 |
* | math: simplify hypot and hypotf using scalbn | Szabolcs Nagy | 2012-11-13 | 2 | -11/+4 |
* | math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed | Szabolcs Nagy | 2012-11-13 | 9 | -0/+10 |
* | math: excess precision fix modf, modff, scalbn, scalbnf | Szabolcs Nagy | 2012-11-13 | 4 | -22/+18 |
* | math: fix scalbn and scalbnf on overflow/underflow | Szabolcs Nagy | 2012-11-13 | 2 | -10/+24 |
* | math: fix nextafter and nexttoward on maxdbl and maxflt input | Szabolcs Nagy | 2012-11-13 | 4 | -4/+4 |
* | math: raise flags in logl.c on <= 0 arguments | Szabolcs Nagy | 2012-11-13 | 2 | -9/+3 |
* | math: fix logb*.c exceptions now that ilogb raises invalid | Szabolcs Nagy | 2012-11-13 | 3 | -25/+17 |
* | math: raise flags in log2l.c on <= 0 arguments, and fix volatile | Szabolcs Nagy | 2012-11-13 | 1 | -8/+3 |