2012-12-16 |
Szabolcs Nagy | math: tgammal.c fixes
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: tanh.c cleanup similar to sinh, cosh
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: sinh.c cleanup similar to the cosh one
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: finished cosh.c cleanup
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: x86_64 version of expl, fixed some comments in...
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: move x86_64 exp2l implementation to exp2l.s from...
|
commit | commitdiff | tree |
2012-12-14 |
Szabolcs Nagy | math: fix i386/expl.s with more precise x*log2e
|
commit | commitdiff | tree |
2012-12-14 |
Szabolcs Nagy | fixed tgmath.h for functions with integral result
|
commit | commitdiff | tree |
2012-12-12 |
Szabolcs Nagy | math: add a non-dummy tgamma implementation
|
commit | commitdiff | tree |
2012-12-12 |
Szabolcs Nagy | math: cosh cleanup
|
commit | commitdiff | tree |
2012-12-12 |
Szabolcs Nagy | math: fix comment in __rem_pio2f.c
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: add empty __invtrigl.s to i386 and x86_64
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: clean up inverse trigonometric functions
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: rewrite inverse hyperbolic functions to be simpler...
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: remove long double version of bessel functions...
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | make CMPLX macros available in complex.h in non-c11...
|
commit | commitdiff | tree |
2012-11-18 |
Szabolcs Nagy | math: use float constants in exp10f.c
|
commit | commitdiff | tree |
2012-11-18 |
Szabolcs Nagy | math: expl.c cleanup
|
commit | commitdiff | tree |
2012-11-18 |
Szabolcs Nagy | math: expf.c cleanup
|
commit | commitdiff | tree |
2012-11-17 |
Szabolcs Nagy | math: cleanup exp2.c exp2f.c and exp2l.c
|
commit | commitdiff | tree |
2012-11-17 |
Szabolcs Nagy | math: exp.c clean up
|
commit | commitdiff | tree |
2012-11-14 |
Szabolcs Nagy | fenv: return FE_TONEAREST in dummy fegetround
|
commit | commitdiff | tree |
2012-11-14 |
Szabolcs Nagy | math: ld80 invtrig cleanups
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: simplify hypot and hypotf using scalbn
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: turn off the STRICT_ASSIGN workaround by default
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: use '#pragma STDC FENV_ACCESS ON' when fenv is...
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: excess precision fix modf, modff, scalbn, scalbnf
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: fix scalbn and scalbnf on overflow/underflow
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: fix nextafter and nexttoward on maxdbl and maxflt...
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | complex: add C11 CMPLX macros and replace cpack with...
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: raise flags in logl.c on <= 0 arguments
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: fix logb*.c exceptions now that ilogb raises...
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: raise flags in log2l.c on <= 0 arguments, and...
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: raise exception flags in log1pl.c on <= -1 arguments
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: raise invalid flag in ilogb*.c on +-0, +-inf...
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: fix exception behaviour of expm1l.c on inf and nan
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: fix long double constants in exp10l.c
|
commit | commitdiff | tree |
2012-10-21 |
nsz | complex: make _Complex_I work with gcc -std=c99 -pedantic...
|
commit | commitdiff | tree |
2012-08-13 |
nsz | math: fix _BSD_SOURCE namespace in math.h
|
commit | commitdiff | tree |
2012-08-08 |
nsz | math: fix exp.s on i386 and x86_64 so the exception...
|
commit | commitdiff | tree |
2012-06-20 |
nsz | math: fix fma bug on x86 (found by Bruno Haible with...
|
commit | commitdiff | tree |
2012-05-28 |
nsz | math: fix nextafter definition in tgmath.h
|
commit | commitdiff | tree |
2012-05-12 |
nsz | search: add comments to tsearch_avl.c
|
commit | commitdiff | tree |
2012-05-12 |
nsz | search: add tdestroy (gnu extension)
|
commit | commitdiff | tree |
2012-05-07 |
nsz | math: fix remquo.c when x==-y and a subnormal remainder...
|
commit | commitdiff | tree |
2012-05-06 |
nsz | add FORCE_EVAL macro to evaluate float expr for their...
|
commit | commitdiff | tree |
2012-05-06 |
nsz | math: nextafter and nexttoward cleanup
|
commit | commitdiff | tree |
2012-05-04 |
nsz | math: change the formula used for acos.s
|
commit | commitdiff | tree |
2012-04-04 |
nsz | math: fix x86 asin accuracy
|
commit | commitdiff | tree |
2012-03-29 |
nsz | math: minor cleanups in ceil and floor
|
commit | commitdiff | tree |
2012-03-29 |
nsz | math: remove x86 modf asm
|
commit | commitdiff | tree |
2012-03-29 |
nsz | math: rewrite modf.c and clean up modff.c
|
commit | commitdiff | tree |
2012-03-28 |
nsz | math: fix modfl.c bug
|
commit | commitdiff | tree |
2012-03-27 |
nsz | math: fix a regression in powl and do some cleanups
|
commit | commitdiff | tree |
2012-03-27 |
nsz | math: add dummy tgamma and tgammaf implementations
|
commit | commitdiff | tree |
2012-03-27 |
nsz | math: remove comment about aliasing lgamma as gamma
|
commit | commitdiff | tree |
2012-03-27 |
nsz | math: fix typo in i386 remquof and remquol asm
|
commit | commitdiff | tree |
2012-03-26 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-23 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-23 |
nsz | minor rintl.c fix: remove unsupported ldbl format message
|
commit | commitdiff | tree |
2012-03-23 |
nsz | fix tgammal: don't set the signgam global
|
commit | commitdiff | tree |
2012-03-22 |
nsz | acos.s fix: use the formula acos(x) = atan2(sqrt(1...
|
commit | commitdiff | tree |
2012-03-20 |
nsz | nearbyint optimization (only clear inexact when necessary)
|
commit | commitdiff | tree |
2012-03-20 |
nsz | remove a fixme comment
|
commit | commitdiff | tree |
2012-03-20 |
nsz | clean up pow.c and powf.c
|
commit | commitdiff | tree |
2012-03-20 |
nsz | clean up powl.c
|
commit | commitdiff | tree |
2012-03-20 |
nsz | fix a cbrtl.c regression and remove x87 precision setting
|
commit | commitdiff | tree |
2012-03-20 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-20 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-20 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | code cleanup of named constants
|
commit | commitdiff | tree |
2012-03-19 |
nsz | fix remainder*.c: remove useless long double cast
|
commit | commitdiff | tree |
2012-03-19 |
nsz | don't try to create non-standard denormalization signal
|
commit | commitdiff | tree |
2012-03-19 |
nsz | new modff.c code, fix nan handling in modfl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | use scalbn or *2.0 instead of ldexp, fix fmal
|
commit | commitdiff | tree |
2012-03-19 |
nsz | fix long double const workaround in cbrtl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | don't inline __rem_pio2l so the code size is smaller
|
commit | commitdiff | tree |
2012-03-19 |
nsz | minor fix in __tanl (get sign properly)
|
commit | commitdiff | tree |
2012-03-19 |
nsz | remove long double const workarounds
|
commit | commitdiff | tree |
2012-03-19 |
nsz | fix erfl wrapper for long double==double case
|
commit | commitdiff | tree |
2012-03-19 |
nsz | simplify scalbn*.c implementations
|
commit | commitdiff | tree |
2012-03-19 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | Merge branch 'master' of git://git.etalabs.net/musl
|
commit | commitdiff | tree |
2012-03-19 |
nsz | remove unnecessary TODO comments from fma.c
|
commit | commitdiff | tree |
2012-03-18 |
nsz | fmal bug fix: nan input should not raise exception
|
commit | commitdiff | tree |
2012-03-18 |
nsz | add fma implementation for x86
|
commit | commitdiff | tree |
2012-03-18 |
nsz | simplify lround and llround functions
|
commit | commitdiff | tree |
2012-03-18 |
nsz | make lrint and llrint functions work without fenv support
|
commit | commitdiff | tree |
2012-03-18 |
nsz | faster lrint and llrint functions
|
commit | commitdiff | tree |
2012-03-17 |
nsz | fix i386 fegetround and make fesetround faster
|
commit | commitdiff | tree |
2012-03-15 |
nsz | in math.h make lgamma_r and non-double bessel _GNU_SOURCE...
|
commit | commitdiff | tree |
2012-03-15 |
nsz | efficient sincos based on sin and cos
|
commit | commitdiff | tree |
2012-03-13 |
nsz | math cleanup: use 1.0f instead of 1.0F
|
commit | commitdiff | tree |
2012-03-13 |
nsz | math cleanup: use 1.0f instead of (float)1.0
|
commit | commitdiff | tree |
2012-03-13 |
nsz | remove libm.h includes when math.h and float.h are...
|
commit | commitdiff | tree |
2012-03-13 |
nsz | clean up __expo2.c, use a slightly better k constant
|
commit | commitdiff | tree |
2012-03-13 |
nsz | fix copyright notice for the math lib
|
commit | commitdiff | tree |