about summary refs log tree commit diff
path: root/src/math
Commit message (Expand)AuthorAgeFilesLines
...
* math: long double fix (use ldshape union)Szabolcs Nagy2013-09-058-51/+24
* math: use float_t and double_t in scalbnf and scalbnSzabolcs Nagy2013-09-052-16/+20
* math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy2013-09-055-93/+65
* math: cbrt cleanup and long double fixSzabolcs Nagy2013-09-053-72/+59
* math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy2013-09-058-182/+139
* math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl)Szabolcs Nagy2013-09-058-236/+228
* math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)Szabolcs Nagy2013-09-056-103/+180
* math: rewrite hypotSzabolcs Nagy2013-09-053-324/+135
* math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy2013-09-0511-1010/+472
* math: rewrite rounding functions (ceil, floor, trunc, round, rint)Szabolcs Nagy2013-09-0515-905/+274
* math: fix logb(-0.0) in downward rounding modeSzabolcs Nagy2013-09-053-6/+6
* math: ilogb cleanupSzabolcs Nagy2013-09-053-16/+43
* long double cleanup, initial commitSzabolcs Nagy2013-09-056-70/+61
* some initial math asm for armhf (fabs[f] and sqrt[f])Rich Felker2013-08-1612-0/+32
* fix build of x86_64 expl assemblyRich Felker2013-08-161-1/+1
* math: fix pow(x,-1) to raise underflow properlySzabolcs Nagy2013-08-151-2/+14
* math: fix i386 atan2.s to raise underflow for subnormal resultsSzabolcs Nagy2013-08-152-2/+24
* math: clean up atan2.cSzabolcs Nagy2013-08-154-103/+73
* math: fix x86 asin, atan, exp, log1p to raise underflowSzabolcs Nagy2013-08-156-3/+98
* math: fix x86 expl.s to raise underflow and clean up special case handlingSzabolcs Nagy2013-08-152-45/+31
* math: fix asin, atan, log1p, tanh to raise underflow on subnormalSzabolcs Nagy2013-08-159-26/+39
* math: fix tgamma to raise underflow for large negative valuesSzabolcs Nagy2013-08-151-0/+1
* math: fix pow(0,-inf) to raise divbyzero flagSzabolcs Nagy2013-08-152-2/+2
* math: minor scalbn*.c simplificationSzabolcs Nagy2013-08-153-18/+10
* add missing erfcl wrapper for archs where long double is plain doubleRich Felker2013-07-281-0/+4
* math: add fma TODO comments about the underflow issueSzabolcs Nagy2013-05-193-2/+14
* math: fix two fma issues (only affects non-nearest rounding mode, x86)Szabolcs Nagy2013-05-191-4/+38
* math: sin cos cleanupSzabolcs Nagy2013-05-1810-112/+128
* math: tan cleanupsSzabolcs Nagy2013-05-186-106/+80
* math: use double_t for temporaries to avoid stores on i386Szabolcs Nagy2013-05-1521-28/+31
* math: erf and erfc cleanupSzabolcs Nagy2013-01-073-297/+207
* math: bessel cleanup (jn.c and jnf.c)Szabolcs Nagy2013-01-012-164/+161
* math: bessel cleanup (j1.c and j1f.c)Szabolcs Nagy2013-01-012-187/+138
* math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy2013-01-012-203/+161
* math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy2012-12-1610-27/+27
* math: tgammal.c fixesSzabolcs Nagy2012-12-161-28/+23
* math: tanh.c cleanup similar to sinh, coshSzabolcs Nagy2012-12-163-173/+83
* math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy2012-12-163-171/+72
* math: finished cosh.c cleanupSzabolcs Nagy2012-12-163-142/+49
* math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy2012-12-164-4/+112
* math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy2012-12-163-85/+76
* math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy2012-12-142-7/+107
* math: add a non-dummy tgamma implementationSzabolcs Nagy2012-12-122-20/+215
* math: cosh cleanupSzabolcs Nagy2012-12-123-70/+63
* math: fix comment in __rem_pio2f.cSzabolcs Nagy2012-12-121-2/+2
* math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy2012-12-122-0/+0
* math: clean up inverse trigonometric functionsSzabolcs Nagy2012-12-1112-377/+258
* math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy2012-12-119-406/+149
* fix trailing whitespace issues that crept in here and thereRich Felker2012-12-071-1/+1
* math: use float constants in exp10f.cSzabolcs Nagy2012-11-181-1/+1