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