2877 Commits (129118db4d16e3aea484255413fed3b5150ce201)

Author SHA1 Message Date
nsz d79ac8c38f math: remove x86 modf asm 14 years ago
nsz f6ceccd922 math: rewrite modf.c and clean up modff.c 14 years ago
nsz 9f58d06007 math: fix modfl.c bug 14 years ago
nsz cf682072ce math: fix a regression in powl and do some cleanups 14 years ago
nsz bbfbc7edaf math: add dummy tgamma and tgammaf implementations 14 years ago
nsz 1b229a2098 math: remove comment about aliasing lgamma as gamma 14 years ago
nsz ad23771c32 math: fix typo in i386 remquof and remquol asm 14 years ago
Rich Felker bff650df9f add strfmon_l variant (still mostly incomplete) 14 years ago
Rich Felker ad2d2b963a asm for hypot and hypotf 14 years ago
Rich Felker a9e85c0a5c make dlerror conform to posix 14 years ago
nsz 6d8df2b972 minor rintl.c fix: remove unsupported ldbl format message 14 years ago
nsz cb8fce4b4f fix tgammal: don't set the signgam global 14 years ago
Rich Felker 13e400b355 add creal/cimag macros in complex.h (and use them in the functions defs) 14 years ago
nsz a4a0c91275 acos.s fix: use the formula acos(x) = atan2(sqrt(1-x),sqrt(1+x)) 14 years ago
Rich Felker 2e0c1fed36 sysconf support for dynamic limits (open files and processes) 14 years ago
Rich Felker 25501c1079 initial, very primitive strfmon 14 years ago
Rich Felker 30df206cb0 x86_64 math asm, long double functions only 14 years ago
Rich Felker ad47d45e9d upgrade to latest upstream TRE regex code (0.8.0) 14 years ago
nsz 91c28f61f4 nearbyint optimization (only clear inexact when necessary) 14 years ago
nsz 8c6fc860a9 remove a fixme comment 14 years ago
nsz f1347a3a45 clean up pow.c and powf.c 14 years ago
nsz 615bbd365f clean up powl.c 14 years ago
nsz 1e2fea632b fix a cbrtl.c regression and remove x87 precision setting 14 years ago
Rich Felker baa43bca0a optimize scalbn family 14 years ago
Rich Felker 7513d3ecab remquo asm: return quotient mod 8, as intended by the spec 14 years ago
Rich Felker 804fbf0b8c use alternate formula for acos asm to avoid loss of precision 14 years ago
Rich Felker acb744921b fix exp asm 14 years ago
nsz 0cbb654791 code cleanup of named constants 14 years ago
nsz b03255af77 fix remainder*.c: remove useless long double cast 14 years ago
nsz 4caa17b2a1 don't try to create non-standard denormalization signal 14 years ago
nsz 75483499da new modff.c code, fix nan handling in modfl 14 years ago
nsz 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
nsz 01fdfd491b fix long double const workaround in cbrtl 14 years ago
nsz 2e8c8fbe7d don't inline __rem_pio2l so the code size is smaller 14 years ago
nsz c3587effe2 minor fix in __tanl (get sign properly) 14 years ago
Rich Felker d9c1d72cdc bug fix: wrong opcode for writing long long 14 years ago
nsz eca1c35e5b remove long double const workarounds 14 years ago
nsz 9a810cb685 fix erfl wrapper for long double==double case 14 years ago
Rich Felker b04b588791 asm for log1p 14 years ago
Rich Felker 9d82a15e15 asm for log2 14 years ago
Rich Felker 27deb53889 asm for remquo 14 years ago
Rich Felker 02db27d9de optimize exponential asm for i386 14 years ago
Rich Felker be5b01f855 fix broken modf family functions 14 years ago
Rich Felker 1bf4dad327 asm for modf functions 14 years ago
nsz 8051e08e10 simplify scalbn*.c implementations 14 years ago
Rich Felker 0b70a1e9a9 asm for floor/ceil/trunc 14 years ago
Rich Felker 58ff9e8eaf asm for scalbn family 14 years ago
Rich Felker bc33e61704 asm for inverse trig functions 14 years ago
Rich Felker 495a52ae7b asm for log functions 14 years ago
Rich Felker aa1b4dff45 fix broken exponential asm 14 years ago