2013-08-15 |
Szabolcs Nagy | math: clean up atan2.c |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix x86 asin, atan, exp, log1p to raise underflow |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix x86 expl.s to raise underflow and clean up... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix asin, atan, log1p, tanh to raise underflow... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix tgamma to raise underflow for large negative... |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: fix pow(0,-inf) to raise divbyzero flag |
tree | commitdiff |
2013-08-15 |
Szabolcs Nagy | math: minor scalbn*.c simplification |
tree | commitdiff |
2013-07-28 |
Rich Felker | add missing erfcl wrapper for archs where long double... |
tree | commitdiff |
2013-05-19 |
Szabolcs Nagy | math: add fma TODO comments about the underflow issue |
tree | commitdiff |
2013-05-19 |
Szabolcs Nagy | math: fix two fma issues (only affects non-nearest... |
tree | commitdiff |
2013-05-18 |
Rich Felker | Merge remote-tracking branch 'nsz/review' |
tree | commitdiff |
2013-05-18 |
Szabolcs Nagy | math: sin cos cleanup |
tree | commitdiff |
2013-05-18 |
Szabolcs Nagy | math: tan cleanups |
tree | commitdiff |
2013-05-15 |
Szabolcs Nagy | math: use double_t for temporaries to avoid stores... |
tree | commitdiff |
2013-01-14 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2013-01-07 |
Szabolcs Nagy | math: erf and erfc cleanup |
tree | commitdiff |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (jn.c and jnf.c) |
tree | commitdiff |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (j1.c and j1f.c) |
tree | commitdiff |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (j0.c and j0f.c) |
tree | commitdiff |
2012-12-19 |
Rich Felker | merge a few fixes by sh4rm4 |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: use 0x1p-120f and 0x1p120f for tiny and huge... |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: tgammal.c fixes |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: tanh.c cleanup similar to sinh, cosh |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: sinh.c cleanup similar to the cosh one |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: finished cosh.c cleanup |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: x86_64 version of expl, fixed some comments in... |
tree | commitdiff |
2012-12-16 |
Szabolcs Nagy | math: move x86_64 exp2l implementation to exp2l.s from... |
tree | commitdiff |
2012-12-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-12-14 |
Szabolcs Nagy | math: fix i386/expl.s with more precise x*log2e |
tree | commitdiff |
2012-12-12 |
Szabolcs Nagy | math: add a non-dummy tgamma implementation |
tree | commitdiff |
2012-12-12 |
Szabolcs Nagy | math: cosh cleanup |
tree | commitdiff |
2012-12-12 |
Szabolcs Nagy | math: fix comment in __rem_pio2f.c |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | math: add empty __invtrigl.s to i386 and x86_64 |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | math: clean up inverse trigonometric functions |
tree | commitdiff |
2012-12-11 |
Szabolcs Nagy | math: rewrite inverse hyperbolic functions to be simple... |
tree | commitdiff |
2012-12-07 |
Rich Felker | fix trailing whitespace issues that crept in here and... |
tree | commitdiff |
2012-11-18 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-18 |
Szabolcs Nagy | math: use float constants in exp10f.c |
tree | commitdiff |
2012-11-18 |
Szabolcs Nagy | math: expl.c cleanup |
tree | commitdiff |
2012-11-18 |
Szabolcs Nagy | math: expf.c cleanup |
tree | commitdiff |
2012-11-17 |
Szabolcs Nagy | math: cleanup exp2.c exp2f.c and exp2l.c |
tree | commitdiff |
2012-11-17 |
Szabolcs Nagy | math: exp.c clean up |
tree | commitdiff |
2012-11-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-14 |
Szabolcs Nagy | math: ld80 invtrig cleanups |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: simplify hypot and hypotf using scalbn |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: use '#pragma STDC FENV_ACCESS ON' when fenv is... |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: excess precision fix modf, modff, scalbn, scalbnf |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: fix scalbn and scalbnf on overflow/underflow |
tree | commitdiff |
2012-11-13 |
Szabolcs Nagy | math: fix nextafter and nexttoward on maxdbl and maxflt... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise flags in logl.c on <= 0 arguments |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: fix logb*.c exceptions now that ilogb raises... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise flags in log2l.c on <= 0 arguments, and... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise exception flags in log1pl.c on <= -1 arguments |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: raise invalid flag in ilogb*.c on +-0, +-inf... |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: fix exception behaviour of expm1l.c on inf and nan |
tree | commitdiff |
2012-11-12 |
Szabolcs Nagy | math: fix long double constants in exp10l.c |
tree | commitdiff |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/bsd' |
tree | commitdiff |
2012-08-14 |
Rich Felker | Merge remote-tracking branch 'nsz/exp' |
tree | commitdiff |
2012-08-13 |
Rich Felker | remove significandl |
tree | commitdiff |
2012-08-13 |
Rich Felker | add significand[fl] math functions |
tree | commitdiff |
2012-08-08 |
nsz | math: fix exp.s on i386 and x86_64 so the exception... |
tree | commitdiff |
2012-07-03 |
Rich Felker | fix missing prototype and simplify sincosl on ld64... |
tree | commitdiff |
2012-07-03 |
Rich Felker | fix invalid implicit pointer conversion in ld64 modfl |
tree | commitdiff |
2012-06-20 |
nsz | math: fix fma bug on x86 (found by Bruno Haible with... |
tree | commitdiff |
2012-06-20 |
Rich Felker | support ld80 pseudo-denormal invalid bit patterns;... |
tree | commitdiff |
2012-06-02 |
Rich Felker | use fistpll mnemonic instead of fistpq (more widely... |
tree | commitdiff |
2012-05-11 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
tree | commitdiff |
2012-05-07 |
nsz | math: fix remquo.c when x==-y and a subnormal remainder... |
tree | commitdiff |
2012-05-07 |
Rich Felker | some assemblers don't like fistpq; use the alt. mnemoni... |
tree | commitdiff |
2012-05-06 |
nsz | add FORCE_EVAL macro to evaluate float expr for their... |
tree | commitdiff |
2012-05-06 |
Rich Felker | fix unused variable warnings in new nextafter/nexttowar... |
tree | commitdiff |
2012-05-06 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
tree | commitdiff |
2012-05-06 |
nsz | math: nextafter and nexttoward cleanup |
tree | commitdiff |
2012-05-05 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
tree | commitdiff |
2012-05-04 |
nsz | math: change the formula used for acos.s |
tree | commitdiff |
2012-05-01 |
Rich Felker | support alternate glibc name pow10 for exp10 |
tree | commitdiff |
2012-05-01 |
Rich Felker | add C stub for sqrtl (already implemented in asm on... |
tree | commitdiff |
2012-04-30 |
Rich Felker | first try at writing an efficient and "correct" exp10 |
tree | commitdiff |
2012-04-30 |
Rich Felker | fix typo in the x86_64 rounding asm |
tree | commitdiff |
2012-04-30 |
Rich Felker | new math asm (abs/rounding) for x86_64 |
tree | commitdiff |
2012-04-11 |
Rich Felker | Merge remote branch 'nsz/master' |
tree | commitdiff |
2012-04-04 |
nsz | math: fix x86 asin accuracy |
tree | commitdiff |
2012-03-29 |
nsz | math: minor cleanups in ceil and floor |
tree | commitdiff |
2012-03-29 |
nsz | math: remove x86 modf asm |
tree | commitdiff |
2012-03-29 |
nsz | math: rewrite modf.c and clean up modff.c |
tree | commitdiff |
2012-03-28 |
nsz | math: fix modfl.c bug |
tree | commitdiff |
2012-03-27 |
nsz | math: fix a regression in powl and do some cleanups |
tree | commitdiff |
2012-03-27 |
nsz | math: add dummy tgamma and tgammaf implementations |
tree | commitdiff |
2012-03-27 |
nsz | math: remove comment about aliasing lgamma as gamma |
tree | commitdiff |
2012-03-27 |
nsz | math: fix typo in i386 remquof and remquol asm |
tree | commitdiff |
2012-03-25 |
Rich Felker | Merge remote branch 'nsz/master' |
tree | commitdiff |
2012-03-23 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl |
tree | commitdiff |
2012-03-23 |
Rich Felker | asm for hypot and hypotf |
tree | commitdiff |
2012-03-23 |
nsz | minor rintl.c fix: remove unsupported ldbl format message |
tree | commitdiff |
2012-03-23 |
nsz | fix tgammal: don't set the signgam global |
tree | commitdiff |
2012-03-22 |
nsz | acos.s fix: use the formula acos(x) = atan2(sqrt(1... |
tree | commitdiff |
2012-03-21 |
Rich Felker | x86_64 math asm, long double functions only |
tree | commitdiff |
2012-03-20 |
Rich Felker | Merge remote branch 'nsz/master' |
tree | commitdiff |
2012-03-20 |
nsz | nearbyint optimization (only clear inexact when necessary) |
tree | commitdiff |
2012-03-20 |
nsz | remove a fixme comment |
tree | commitdiff |
next |