293 Commits (c4d4028dde90562f631edf559fbc42d8ec1b29de)

Author SHA1 Message Date
Szabolcs Nagy c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 14 years ago
Szabolcs Nagy d8a7619e37 math: tgammal.c fixes 14 years ago
Szabolcs Nagy e42a977fe5 math: tanh.c cleanup similar to sinh, cosh 14 years ago
Szabolcs Nagy f143458223 math: sinh.c cleanup similar to the cosh one 14 years ago
Szabolcs Nagy 1aec620f93 math: finished cosh.c cleanup 14 years ago
Szabolcs Nagy 58bba42d1b math: x86_64 version of expl, fixed some comments in the i386 version 14 years ago
Szabolcs Nagy 525ad96e0e math: move x86_64 exp2l implementation to exp2l.s from expl.s 14 years ago
Szabolcs Nagy a8f73bb1a6 math: fix i386/expl.s with more precise x*log2e 14 years ago
Szabolcs Nagy 0f53c1a426 math: add a non-dummy tgamma implementation 14 years ago
Szabolcs Nagy 14cc9c7f38 math: cosh cleanup 14 years ago
Szabolcs Nagy 9c6b1de0fb math: fix comment in __rem_pio2f.c 14 years ago
Szabolcs Nagy 1384ad5f33 math: add empty __invtrigl.s to i386 and x86_64 14 years ago
Szabolcs Nagy b12a73d5bf math: clean up inverse trigonometric functions 14 years ago
Szabolcs Nagy 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 14 years ago
Rich Felker 03b0f13e90 fix trailing whitespace issues that crept in here and there 14 years ago
Szabolcs Nagy a764db9a08 math: use float constants in exp10f.c 14 years ago
Szabolcs Nagy e93a0fe49d math: expl.c cleanup 14 years ago
Szabolcs Nagy ab1772c597 math: expf.c cleanup 14 years ago
Szabolcs Nagy 159c7655d0 math: cleanup exp2.c exp2f.c and exp2l.c 14 years ago
Szabolcs Nagy bbbf045ce9 math: exp.c clean up 14 years ago
Szabolcs Nagy 45ff9d8eb6 math: ld80 invtrig cleanups 14 years ago
Szabolcs Nagy 529a8de46c math: simplify hypot and hypotf using scalbn 14 years ago
Szabolcs Nagy 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 14 years ago
Szabolcs Nagy c4359e0130 math: excess precision fix modf, modff, scalbn, scalbnf 14 years ago
Szabolcs Nagy 666271c105 math: fix scalbn and scalbnf on overflow/underflow 14 years ago
Szabolcs Nagy 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 14 years ago
Szabolcs Nagy e2fe959fe2 math: raise flags in logl.c on <= 0 arguments 14 years ago
Szabolcs Nagy 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid 14 years ago
Szabolcs Nagy 37aa7f7301 math: raise flags in log2l.c on <= 0 arguments, and fix volatile 14 years ago
Szabolcs Nagy 04ccbdca6d math: raise exception flags in log1pl.c on <= -1 arguments 14 years ago
Szabolcs Nagy be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan 14 years ago
Szabolcs Nagy 6f64505df3 math: fix exception behaviour of expm1l.c on inf and nan 14 years ago
Szabolcs Nagy b03c19a4b9 math: fix long double constants in exp10l.c 14 years ago
Rich Felker ab76321c14 remove significandl 14 years ago
Rich Felker 2242bf616b add significand[fl] math functions 14 years ago
nsz 1fb0169154 math: fix exp.s on i386 and x86_64 so the exception flags are correct 14 years ago
Rich Felker 007c03f84f fix missing prototype and simplify sincosl on ld64 archs 14 years ago
Rich Felker fe2df4ad3e fix invalid implicit pointer conversion in ld64 modfl 14 years ago
nsz e5fb6820a4 math: fix fma bug on x86 (found by Bruno Haible with gnulib) 14 years ago
Rich Felker fad231b960 support ld80 pseudo-denormal invalid bit patterns; treat them as nan 14 years ago
Rich Felker 19e48c5531 use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too 14 years ago
nsz 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 14 years ago
Rich Felker 0e195dfaa4 some assemblers don't like fistpq; use the alt. mnemonic fistpll 14 years ago
nsz 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
Rich Felker 4e597feef0 fix unused variable warnings in new nextafter/nexttoward code 14 years ago
nsz 6cf865dba6 math: nextafter and nexttoward cleanup 14 years ago
nsz f697d66b81 math: change the formula used for acos.s 14 years ago
Rich Felker a917c03706 support alternate glibc name pow10 for exp10 14 years ago
Rich Felker da5d89d42f add C stub for sqrtl (already implemented in asm on i386 and x86_64) 14 years ago
Rich Felker f681975577 first try at writing an efficient and "correct" exp10 14 years ago