Age | Commit message (Expand) | Author | Lines |
2013-09-05 | math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl) | Szabolcs Nagy | -93/+65 |
2013-09-05 | math: cbrt cleanup and long double fix | Szabolcs Nagy | -72/+59 |
2013-09-05 | math: fix underflow in exp*.c and long double handling in exp2l | Szabolcs Nagy | -182/+139 |
2013-09-05 | math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) | Szabolcs Nagy | -236/+228 |
2013-09-05 | math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) | Szabolcs Nagy | -103/+180 |
2013-09-05 | math: rewrite hypot | Szabolcs Nagy | -324/+135 |
2013-09-05 | math: rewrite remainder functions (remainder, remquo, fmod, modf) | Szabolcs Nagy | -1010/+472 |
2013-09-05 | math: rewrite rounding functions (ceil, floor, trunc, round, rint) | Szabolcs Nagy | -905/+274 |
2013-09-05 | math: fix logb(-0.0) in downward rounding mode | Szabolcs Nagy | -6/+6 |
2013-09-05 | math: ilogb cleanup | Szabolcs Nagy | -16/+43 |
2013-09-05 | long double cleanup, initial commit | Szabolcs Nagy | -70/+61 |
2013-08-16 | some initial math asm for armhf (fabs[f] and sqrt[f]) | Rich Felker | -0/+32 |
2013-08-16 | fix build of x86_64 expl assembly | Rich Felker | -1/+1 |
2013-08-15 | math: fix pow(x,-1) to raise underflow properly | Szabolcs Nagy | -2/+14 |
2013-08-15 | math: fix i386 atan2.s to raise underflow for subnormal results | Szabolcs Nagy | -2/+24 |
2013-08-15 | math: clean up atan2.c | Szabolcs Nagy | -103/+73 |
2013-08-15 | math: fix x86 asin, atan, exp, log1p to raise underflow | Szabolcs Nagy | -3/+98 |
2013-08-15 | math: fix x86 expl.s to raise underflow and clean up special case handling | Szabolcs Nagy | -45/+31 |
2013-08-15 | math: fix asin, atan, log1p, tanh to raise underflow on subnormal | Szabolcs Nagy | -26/+39 |
2013-08-15 | math: fix tgamma to raise underflow for large negative values | Szabolcs Nagy | -0/+1 |
2013-08-15 | math: fix pow(0,-inf) to raise divbyzero flag | Szabolcs Nagy | -2/+2 |
2013-08-15 | math: minor scalbn*.c simplification | Szabolcs Nagy | -18/+10 |
2013-07-28 | add missing erfcl wrapper for archs where long double is plain double | Rich Felker | -0/+4 |
2013-05-19 | math: add fma TODO comments about the underflow issue | Szabolcs Nagy | -2/+14 |
2013-05-19 | math: fix two fma issues (only affects non-nearest rounding mode, x86) | Szabolcs Nagy | -4/+38 |
2013-05-18 | math: sin cos cleanup | Szabolcs Nagy | -112/+128 |
2013-05-18 | math: tan cleanups | Szabolcs Nagy | -106/+80 |
2013-05-15 | math: use double_t for temporaries to avoid stores on i386 | Szabolcs Nagy | -28/+31 |
2013-01-07 | math: erf and erfc cleanup | Szabolcs Nagy | -297/+207 |
2013-01-01 | math: bessel cleanup (jn.c and jnf.c) | Szabolcs Nagy | -164/+161 |
2013-01-01 | math: bessel cleanup (j1.c and j1f.c) | Szabolcs Nagy | -187/+138 |
2013-01-01 | math: bessel cleanup (j0.c and j0f.c) | Szabolcs Nagy | -203/+161 |
2012-12-16 | math: use 0x1p-120f and 0x1p120f for tiny and huge values | Szabolcs Nagy | -27/+27 |
2012-12-16 | math: tgammal.c fixes | Szabolcs Nagy | -28/+23 |
2012-12-16 | math: tanh.c cleanup similar to sinh, cosh | Szabolcs Nagy | -173/+83 |
2012-12-16 | math: sinh.c cleanup similar to the cosh one | Szabolcs Nagy | -171/+72 |
2012-12-16 | math: finished cosh.c cleanup | Szabolcs Nagy | -142/+49 |
2012-12-16 | math: x86_64 version of expl, fixed some comments in the i386 version | Szabolcs Nagy | -4/+112 |
2012-12-16 | math: move x86_64 exp2l implementation to exp2l.s from expl.s | Szabolcs Nagy | -85/+76 |
2012-12-14 | math: fix i386/expl.s with more precise x*log2e | Szabolcs Nagy | -7/+107 |
2012-12-12 | math: add a non-dummy tgamma implementation | Szabolcs Nagy | -20/+215 |
2012-12-12 | math: cosh cleanup | Szabolcs Nagy | -70/+63 |
2012-12-12 | math: fix comment in __rem_pio2f.c | Szabolcs Nagy | -2/+2 |
2012-12-12 | math: add empty __invtrigl.s to i386 and x86_64 | Szabolcs Nagy | -0/+0 |
2012-12-11 | math: clean up inverse trigonometric functions | Szabolcs Nagy | -377/+258 |
2012-12-11 | math: rewrite inverse hyperbolic functions to be simpler/smaller | Szabolcs Nagy | -406/+149 |
2012-12-07 | fix trailing whitespace issues that crept in here and there | Rich Felker | -1/+1 |
2012-11-18 | math: use float constants in exp10f.c | Szabolcs Nagy | -1/+1 |
2012-11-18 | math: expl.c cleanup | Szabolcs Nagy | -24/+19 |
2012-11-18 | math: expf.c cleanup | Szabolcs Nagy | -63/+55 |