Rich Felker 2d93d64461 Merge remote-tracking branch 'nsz/exp' 12 éve
..
i386 1fb0169154 math: fix exp.s on i386 and x86_64 so the exception flags are correct 12 éve
x86_64 1fb0169154 math: fix exp.s on i386 and x86_64 so the exception flags are correct 12 éve
__cos.c 0cbb654791 code cleanup of named constants 13 éve
__cosdf.c 0cbb654791 code cleanup of named constants 13 éve
__cosl.c 0cbb654791 code cleanup of named constants 13 éve
__expo2.c df8b3e5aef clean up __expo2.c, use a slightly better k constant 13 éve
__expo2f.c df8b3e5aef clean up __expo2.c, use a slightly better k constant 13 éve
__fpclassify.c b69f695ace first commit of the new libm! 13 éve
__fpclassifyf.c b69f695ace first commit of the new libm! 13 éve
__fpclassifyl.c fad231b960 support ld80 pseudo-denormal invalid bit patterns; treat them as nan 13 éve
__invtrigl.c b69f695ace first commit of the new libm! 13 éve
__invtrigl.h b69f695ace first commit of the new libm! 13 éve
__log1p.h b69f695ace first commit of the new libm! 13 éve
__log1pf.h 8d0a6f7a1c math cleanup: use 1.0f instead of (float)1.0 13 éve
__polevll.c 9e2a895aaa fix loads of missing const in new libm, and some global vars (?!) in powl 13 éve
__rem_pio2.c 0cbb654791 code cleanup of named constants 13 éve
__rem_pio2_large.c 0cbb654791 code cleanup of named constants 13 éve
__rem_pio2f.c b69f695ace first commit of the new libm! 13 éve
__rem_pio2l.c 0cbb654791 code cleanup of named constants 13 éve
__signbit.c 8c6fc860a9 remove a fixme comment 13 éve
__signbitf.c 8c6fc860a9 remove a fixme comment 13 éve
__signbitl.c b69f695ace first commit of the new libm! 13 éve
__sin.c 0cbb654791 code cleanup of named constants 13 éve
__sindf.c b69f695ace first commit of the new libm! 13 éve
__sinl.c 0cbb654791 code cleanup of named constants 13 éve
__tan.c 0cbb654791 code cleanup of named constants 13 éve
__tandf.c b69f695ace first commit of the new libm! 13 éve
__tanl.c c3587effe2 minor fix in __tanl (get sign properly) 13 éve
acos.c 0cbb654791 code cleanup of named constants 13 éve
acosf.c 0cbb654791 code cleanup of named constants 13 éve
acosh.c 0cbb654791 code cleanup of named constants 13 éve
acoshf.c 0cbb654791 code cleanup of named constants 13 éve
acoshl.c 0cbb654791 code cleanup of named constants 13 éve
acosl.c 0cbb654791 code cleanup of named constants 13 éve
asin.c 0cbb654791 code cleanup of named constants 13 éve
asinf.c 0cbb654791 code cleanup of named constants 13 éve
asinh.c 0cbb654791 code cleanup of named constants 13 éve
asinhf.c 0cbb654791 code cleanup of named constants 13 éve
asinhl.c 0cbb654791 code cleanup of named constants 13 éve
asinl.c 0cbb654791 code cleanup of named constants 13 éve
atan.c 0cbb654791 code cleanup of named constants 13 éve
atan2.c 0cbb654791 code cleanup of named constants 13 éve
atan2f.c 0cbb654791 code cleanup of named constants 13 éve
atan2l.c 0cbb654791 code cleanup of named constants 13 éve
atanf.c 0cbb654791 code cleanup of named constants 13 éve
atanh.c 0cbb654791 code cleanup of named constants 13 éve
atanhf.c 0cbb654791 code cleanup of named constants 13 éve
atanhl.c 0cbb654791 code cleanup of named constants 13 éve
atanl.c 0cbb654791 code cleanup of named constants 13 éve
cbrt.c b69f695ace first commit of the new libm! 13 éve
cbrtf.c b69f695ace first commit of the new libm! 13 éve
cbrtl.c 1e2fea632b fix a cbrtl.c regression and remove x87 precision setting 13 éve
ceil.c 7eabe8e690 math: minor cleanups in ceil and floor 13 éve
ceilf.c 7eabe8e690 math: minor cleanups in ceil and floor 13 éve
ceill.c 7eabe8e690 math: minor cleanups in ceil and floor 13 éve
copysign.c b69f695ace first commit of the new libm! 13 éve
copysignf.c b69f695ace first commit of the new libm! 13 éve
copysignl.c b69f695ace first commit of the new libm! 13 éve
cos.c b69f695ace first commit of the new libm! 13 éve
cosf.c b69f695ace first commit of the new libm! 13 éve
cosh.c 0cbb654791 code cleanup of named constants 13 éve
coshf.c 0cbb654791 code cleanup of named constants 13 éve
coshl.c 0cbb654791 code cleanup of named constants 13 éve
cosl.c 2e8c8fbe7d don't inline __rem_pio2l so the code size is smaller 13 éve
erf.c 0cbb654791 code cleanup of named constants 13 éve
erff.c 0cbb654791 code cleanup of named constants 13 éve
erfl.c 0cbb654791 code cleanup of named constants 13 éve
exp.c 0cbb654791 code cleanup of named constants 13 éve
exp10.c a917c03706 support alternate glibc name pow10 for exp10 13 éve
exp10f.c a917c03706 support alternate glibc name pow10 for exp10 13 éve
exp10l.c a917c03706 support alternate glibc name pow10 for exp10 13 éve
exp2.c 9e2a895aaa fix loads of missing const in new libm, and some global vars (?!) in powl 13 éve
exp2f.c 9e2a895aaa fix loads of missing const in new libm, and some global vars (?!) in powl 13 éve
exp2l.c 9e2a895aaa fix loads of missing const in new libm, and some global vars (?!) in powl 13 éve
expf.c 0cbb654791 code cleanup of named constants 13 éve
expl.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 éve
expm1.c 0cbb654791 code cleanup of named constants 13 éve
expm1f.c 0cbb654791 code cleanup of named constants 13 éve
expm1l.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 éve
fabs.c b69f695ace first commit of the new libm! 13 éve
fabsf.c b69f695ace first commit of the new libm! 13 éve
fabsl.c b69f695ace first commit of the new libm! 13 éve
fdim.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fdimf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fdiml.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
floor.c 7eabe8e690 math: minor cleanups in ceil and floor 13 éve
floorf.c 8d0a6f7a1c math cleanup: use 1.0f instead of (float)1.0 13 éve
floorl.c 7eabe8e690 math: minor cleanups in ceil and floor 13 éve
fma.c e5fb6820a4 math: fix fma bug on x86 (found by Bruno Haible with gnulib) 13 éve
fmaf.c 2e77dc13f8 make fma and lrint functions build without full fenv support 13 éve
fmal.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 éve
fmax.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fmaxf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fmaxl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fmin.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fminf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fminl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
fmod.c 4caa17b2a1 don't try to create non-standard denormalization signal 13 éve
fmodf.c 4caa17b2a1 don't try to create non-standard denormalization signal 13 éve
fmodl.c 4caa17b2a1 don't try to create non-standard denormalization signal 13 éve
frexp.c b69f695ace first commit of the new libm! 13 éve
frexpf.c b69f695ace first commit of the new libm! 13 éve
frexpl.c b69f695ace first commit of the new libm! 13 éve
hypot.c b69f695ace first commit of the new libm! 13 éve
hypotf.c 32ca5ef3ff math cleanup: use 1.0f instead of 1.0F 13 éve
hypotl.c b69f695ace first commit of the new libm! 13 éve
ilogb.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
ilogbf.c b69f695ace first commit of the new libm! 13 éve
ilogbl.c b69f695ace first commit of the new libm! 13 éve
j0.c 0cbb654791 code cleanup of named constants 13 éve
j0f.c 0cbb654791 code cleanup of named constants 13 éve
j1.c 0cbb654791 code cleanup of named constants 13 éve
j1f.c 0cbb654791 code cleanup of named constants 13 éve
jn.c 0cbb654791 code cleanup of named constants 13 éve
jnf.c 0cbb654791 code cleanup of named constants 13 éve
ldexp.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
ldexpf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
ldexpl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
lgamma.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 éve
lgamma_r.c 0cbb654791 code cleanup of named constants 13 éve
lgammaf.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 éve
lgammaf_r.c 0cbb654791 code cleanup of named constants 13 éve
lgammal.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 éve
llrint.c 65db00983f make lrint and llrint functions work without fenv support 13 éve
llrintf.c 65db00983f make lrint and llrint functions work without fenv support 13 éve
llrintl.c 65db00983f make lrint and llrint functions work without fenv support 13 éve
llround.c afad262440 simplify lround and llround functions 13 éve
llroundf.c afad262440 simplify lround and llround functions 13 éve
llroundl.c afad262440 simplify lround and llround functions 13 éve
log.c 0cbb654791 code cleanup of named constants 13 éve
log10.c 0cbb654791 code cleanup of named constants 13 éve
log10f.c 0cbb654791 code cleanup of named constants 13 éve
log10l.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 éve
log1p.c 0cbb654791 code cleanup of named constants 13 éve
log1pf.c 0cbb654791 code cleanup of named constants 13 éve
log1pl.c 0cbb654791 code cleanup of named constants 13 éve
log2.c 0cbb654791 code cleanup of named constants 13 éve
log2f.c 0cbb654791 code cleanup of named constants 13 éve
log2l.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 éve
logb.c b69f695ace first commit of the new libm! 13 éve
logbf.c b69f695ace first commit of the new libm! 13 éve
logbl.c b69f695ace first commit of the new libm! 13 éve
logf.c 0cbb654791 code cleanup of named constants 13 éve
logl.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 éve
lrint.c 65db00983f make lrint and llrint functions work without fenv support 13 éve
lrintf.c 65db00983f make lrint and llrint functions work without fenv support 13 éve
lrintl.c 65db00983f make lrint and llrint functions work without fenv support 13 éve
lround.c afad262440 simplify lround and llround functions 13 éve
lroundf.c afad262440 simplify lround and llround functions 13 éve
lroundl.c afad262440 simplify lround and llround functions 13 éve
modf.c f6ceccd922 math: rewrite modf.c and clean up modff.c 13 éve
modff.c f6ceccd922 math: rewrite modf.c and clean up modff.c 13 éve
modfl.c fe2df4ad3e fix invalid implicit pointer conversion in ld64 modfl 13 éve
nan.c bf9d9dcaa6 implement nan, nanf, nanl 13 éve
nanf.c bf9d9dcaa6 implement nan, nanf, nanl 13 éve
nanl.c bf9d9dcaa6 implement nan, nanf, nanl 13 éve
nearbyint.c 91c28f61f4 nearbyint optimization (only clear inexact when necessary) 13 éve
nearbyintf.c 91c28f61f4 nearbyint optimization (only clear inexact when necessary) 13 éve
nearbyintl.c 91c28f61f4 nearbyint optimization (only clear inexact when necessary) 13 éve
nextafter.c 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 13 éve
nextafterf.c 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 13 éve
nextafterl.c 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 13 éve
nexttoward.c 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 13 éve
nexttowardf.c 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 13 éve
nexttowardl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
pow.c f1347a3a45 clean up pow.c and powf.c 13 éve
powf.c f1347a3a45 clean up pow.c and powf.c 13 éve
powl.c cf682072ce math: fix a regression in powl and do some cleanups 13 éve
remainder.c b03255af77 fix remainder*.c: remove useless long double cast 13 éve
remainderf.c b03255af77 fix remainder*.c: remove useless long double cast 13 éve
remainderl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
remquo.c 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 13 éve
remquof.c 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 13 éve
remquol.c 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 13 éve
rint.c b69f695ace first commit of the new libm! 13 éve
rintf.c b69f695ace first commit of the new libm! 13 éve
rintl.c 6d8df2b972 minor rintl.c fix: remove unsupported ldbl format message 13 éve
round.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
roundf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
roundl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
scalb.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
scalbf.c 8d0a6f7a1c math cleanup: use 1.0f instead of (float)1.0 13 éve
scalbln.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
scalblnf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
scalblnl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 éve
scalbn.c 8051e08e10 simplify scalbn*.c implementations 13 éve
scalbnf.c 8051e08e10 simplify scalbn*.c implementations 13 éve
scalbnl.c 0cbb654791 code cleanup of named constants 13 éve
signgam.c 1a3dce4184 make signgam a weak alias for an internal symbol 13 éve
significand.c 2242bf616b add significand[fl] math functions 12 éve
significandf.c 2242bf616b add significand[fl] math functions 12 éve
sin.c b69f695ace first commit of the new libm! 13 éve
sincos.c 0144b45b71 efficient sincos based on sin and cos 13 éve
sincosf.c 0144b45b71 efficient sincos based on sin and cos 13 éve
sincosl.c 007c03f84f fix missing prototype and simplify sincosl on ld64 archs 13 éve
sinf.c b69f695ace first commit of the new libm! 13 éve
sinh.c 0cbb654791 code cleanup of named constants 13 éve
sinhf.c 0cbb654791 code cleanup of named constants 13 éve
sinhl.c 0cbb654791 code cleanup of named constants 13 éve
sinl.c 2e8c8fbe7d don't inline __rem_pio2l so the code size is smaller 13 éve
sqrt.c 0cbb654791 code cleanup of named constants 13 éve
sqrtf.c 0cbb654791 code cleanup of named constants 13 éve
sqrtl.c da5d89d42f add C stub for sqrtl (already implemented in asm on i386 and x86_64) 13 éve
tan.c b69f695ace first commit of the new libm! 13 éve
tanf.c b69f695ace first commit of the new libm! 13 éve
tanh.c 0cbb654791 code cleanup of named constants 13 éve
tanhf.c 0cbb654791 code cleanup of named constants 13 éve
tanhl.c 0cbb654791 code cleanup of named constants 13 éve
tanl.c 2e8c8fbe7d don't inline __rem_pio2l so the code size is smaller 13 éve
tgamma.c bbfbc7edaf math: add dummy tgamma and tgammaf implementations 13 éve
tgammaf.c bbfbc7edaf math: add dummy tgamma and tgammaf implementations 13 éve
tgammal.c cb8fce4b4f fix tgammal: don't set the signgam global 13 éve
trunc.c b69f695ace first commit of the new libm! 13 éve
truncf.c 32ca5ef3ff math cleanup: use 1.0f instead of 1.0F 13 éve
truncl.c b69f695ace first commit of the new libm! 13 éve