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