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