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