clean up dns_parse_callback
[musl] / src / math /
2013-10-07 Szabolcs Nagymath: use sqrtl if FLT_EVAL_METHOD==2 in acosh and...
2013-10-06 Szabolcs Nagymath: remove an unused variable from modfl
2013-10-04 Szabolcs Nagymath: remove code duplication in erfl found by clang...
2013-10-04 Szabolcs Nagymath: remove a useless assignment in lgammal found...
2013-09-13 Rich Felkerfix x86_64 lrintl asm, again
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN from exp2f (see previous...
2013-09-06 Szabolcs Nagymath: remove STRICT_ASSIGN macro
2013-09-05 Szabolcs Nagymath: support invalid ld80 representations in fpclassify
2013-09-05 Szabolcs Nagymath: fix atanh (overflow and underflow issues)
2013-09-05 Szabolcs Nagymath: remove libc.h include from libm.h
2013-09-05 Szabolcs Nagymath: fix acoshf on negative values
2013-09-05 Szabolcs Nagymath: fix expm1l on x86_64 (avoid underflow for large...
2013-09-05 Szabolcs Nagymath: fix lrintl.s on x86_64 (use movslq to signextend...
2013-09-05 Szabolcs Nagymath: fix exp2l asm on x86 (raise underflow correctly)
2013-09-05 Szabolcs Nagymath: cosmetic cleanup (use explicit union instead...
2013-09-05 Szabolcs Nagymath: remove *_WORD64 macros from libm.h
2013-09-05 Szabolcs Nagymath: long double fix (use ldshape union)
2013-09-05 Szabolcs Nagymath: use float_t and double_t in scalbnf and scalbn
2013-09-05 Szabolcs Nagymath: fix remaining old long double code (erfl, fmal...
2013-09-05 Szabolcs Nagymath: cbrt cleanup and long double fix
2013-09-05 Szabolcs Nagymath: fix underflow in exp*.c and long double handling...
2013-09-05 Szabolcs Nagymath: long double trigonometric cleanup (cosl, sinl...
2013-09-05 Szabolcs Nagymath: long double inverse trigonometric cleanup (acosl...
2013-09-05 Szabolcs Nagymath: rewrite hypot
2013-09-05 Szabolcs Nagymath: rewrite remainder functions (remainder, remquo...
2013-09-05 Szabolcs Nagymath: rewrite rounding functions (ceil, floor, trunc...
2013-09-05 Szabolcs Nagymath: fix logb(-0.0) in downward rounding mode
2013-09-05 Szabolcs Nagymath: ilogb cleanup
2013-09-05 Szabolcs Nagylong double cleanup, initial commit
2013-08-16 Rich Felkersome initial math asm for armhf (fabs[f] and sqrt[f])
2013-08-16 Rich Felkerfix build of x86_64 expl assembly
2013-08-15 Szabolcs Nagymath: fix pow(x,-1) to raise underflow properly
2013-08-15 Szabolcs Nagymath: fix i386 atan2.s to raise underflow for subnormal...
2013-08-15 Szabolcs Nagymath: clean up atan2.c
2013-08-15 Szabolcs Nagymath: fix x86 asin, atan, exp, log1p to raise underflow
2013-08-15 Szabolcs Nagymath: fix x86 expl.s to raise underflow and clean up...
2013-08-15 Szabolcs Nagymath: fix asin, atan, log1p, tanh to raise underflow...
2013-08-15 Szabolcs Nagymath: fix tgamma to raise underflow for large negative...
2013-08-15 Szabolcs Nagymath: fix pow(0,-inf) to raise divbyzero flag
2013-08-15 Szabolcs Nagymath: minor scalbn*.c simplification
2013-07-28 Rich Felkeradd missing erfcl wrapper for archs where long double...
2013-05-19 Szabolcs Nagymath: add fma TODO comments about the underflow issue
2013-05-19 Szabolcs Nagymath: fix two fma issues (only affects non-nearest...
2013-05-18 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-18 Szabolcs Nagymath: sin cos cleanup
2013-05-18 Szabolcs Nagymath: tan cleanups
2013-05-15 Szabolcs Nagymath: use double_t for temporaries to avoid stores...
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-07 Szabolcs Nagymath: erf and erfc cleanup math
2013-01-01 Szabolcs Nagymath: bessel cleanup (jn.c and jnf.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j1.c and j1f.c)
2013-01-01 Szabolcs Nagymath: bessel cleanup (j0.c and j0f.c)
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-12-16 Szabolcs Nagymath: tgammal.c fixes
2012-12-16 Szabolcs Nagymath: tanh.c cleanup similar to sinh, cosh
2012-12-16 Szabolcs Nagymath: sinh.c cleanup similar to the cosh one
2012-12-16 Szabolcs Nagymath: finished cosh.c cleanup
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-14 Szabolcs Nagymath: fix i386/expl.s with more precise x*log2e
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-12-12 Szabolcs Nagymath: cosh cleanup
2012-12-12 Szabolcs Nagymath: fix comment in __rem_pio2f.c
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 Szabolcs Nagymath: use float constants in exp10f.c
2012-11-18 Szabolcs Nagymath: expl.c cleanup
2012-11-18 Szabolcs Nagymath: expf.c cleanup
2012-11-17 Szabolcs Nagymath: cleanup exp2.c exp2f.c and exp2l.c
2012-11-17 Szabolcs Nagymath: exp.c clean up
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Szabolcs Nagymath: ld80 invtrig cleanups
2012-11-13 Szabolcs Nagymath: simplify hypot and hypotf using scalbn
2012-11-13 Szabolcs Nagymath: use '#pragma STDC FENV_ACCESS ON' when fenv is...
2012-11-13 Szabolcs Nagymath: excess precision fix modf, modff, scalbn, scalbnf
2012-11-13 Szabolcs Nagymath: fix scalbn and scalbnf on overflow/underflow
2012-11-13 Szabolcs Nagymath: fix nextafter and nexttoward on maxdbl and maxflt...
2012-11-12 Szabolcs Nagymath: raise flags in logl.c on <= 0 arguments
2012-11-12 Szabolcs Nagymath: fix logb*.c exceptions now that ilogb raises...
2012-11-12 Szabolcs Nagymath: raise flags in log2l.c on <= 0 arguments, and...
2012-11-12 Szabolcs Nagymath: raise exception flags in log1pl.c on <= -1 arguments
2012-11-12 Szabolcs Nagymath: raise invalid flag in ilogb*.c on +-0, +-inf...
2012-11-12 Szabolcs Nagymath: fix exception behaviour of expm1l.c on inf and nan
2012-11-12 Szabolcs Nagymath: fix long double constants in exp10l.c
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-13 Rich Felkerremove significandl
2012-08-13 Rich Felkeradd significand[fl] math functions
2012-08-08 nszmath: fix exp.s on i386 and x86_64 so the exception... exp
2012-07-03 Rich Felkerfix missing prototype and simplify sincosl on ld64...
2012-07-03 Rich Felkerfix invalid implicit pointer conversion in ld64 modfl
2012-06-20 nszmath: fix fma bug on x86 (found by Bruno Haible with...
2012-06-20 Rich Felkersupport ld80 pseudo-denormal invalid bit patterns;...
2012-06-02 Rich Felkeruse fistpll mnemonic instead of fistpq (more widely...
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
next