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