You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 007c03f84f fix missing prototype and simplify sincosl on ld64 archs 14 years ago
..
i386 some assemblers don't like fistpq; use the alt. mnemonic fistpll 14 years ago
x86_64 use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too 14 years ago
__cos.c code cleanup of named constants 14 years ago
__cosdf.c code cleanup of named constants 14 years ago
__cosl.c code cleanup of named constants 14 years ago
__expo2.c clean up __expo2.c, use a slightly better k constant 14 years ago
__expo2f.c clean up __expo2.c, use a slightly better k constant 14 years ago
__fpclassify.c first commit of the new libm! 14 years ago
__fpclassifyf.c first commit of the new libm! 14 years ago
__fpclassifyl.c support ld80 pseudo-denormal invalid bit patterns; treat them as nan 14 years ago
__invtrigl.c first commit of the new libm! 14 years ago
__invtrigl.h first commit of the new libm! 14 years ago
__log1p.h first commit of the new libm! 14 years ago
__log1pf.h math cleanup: use 1.0f instead of (float)1.0 14 years ago
__polevll.c fix loads of missing const in new libm, and some global vars (?!) in powl 14 years ago
__rem_pio2.c code cleanup of named constants 14 years ago
__rem_pio2_large.c code cleanup of named constants 14 years ago
__rem_pio2f.c first commit of the new libm! 14 years ago
__rem_pio2l.c code cleanup of named constants 14 years ago
__signbit.c remove a fixme comment 14 years ago
__signbitf.c remove a fixme comment 14 years ago
__signbitl.c first commit of the new libm! 14 years ago
__sin.c code cleanup of named constants 14 years ago
__sindf.c first commit of the new libm! 14 years ago
__sinl.c code cleanup of named constants 14 years ago
__tan.c code cleanup of named constants 14 years ago
__tandf.c first commit of the new libm! 14 years ago
__tanl.c minor fix in __tanl (get sign properly) 14 years ago
acos.c code cleanup of named constants 14 years ago
acosf.c code cleanup of named constants 14 years ago
acosh.c code cleanup of named constants 14 years ago
acoshf.c code cleanup of named constants 14 years ago
acoshl.c code cleanup of named constants 14 years ago
acosl.c code cleanup of named constants 14 years ago
asin.c code cleanup of named constants 14 years ago
asinf.c code cleanup of named constants 14 years ago
asinh.c code cleanup of named constants 14 years ago
asinhf.c code cleanup of named constants 14 years ago
asinhl.c code cleanup of named constants 14 years ago
asinl.c code cleanup of named constants 14 years ago
atan.c code cleanup of named constants 14 years ago
atan2.c code cleanup of named constants 14 years ago
atan2f.c code cleanup of named constants 14 years ago
atan2l.c code cleanup of named constants 14 years ago
atanf.c code cleanup of named constants 14 years ago
atanh.c code cleanup of named constants 14 years ago
atanhf.c code cleanup of named constants 14 years ago
atanhl.c code cleanup of named constants 14 years ago
atanl.c code cleanup of named constants 14 years ago
cbrt.c first commit of the new libm! 14 years ago
cbrtf.c first commit of the new libm! 14 years ago
cbrtl.c fix a cbrtl.c regression and remove x87 precision setting 14 years ago
ceil.c math: minor cleanups in ceil and floor 14 years ago
ceilf.c math: minor cleanups in ceil and floor 14 years ago
ceill.c math: minor cleanups in ceil and floor 14 years ago
copysign.c first commit of the new libm! 14 years ago
copysignf.c first commit of the new libm! 14 years ago
copysignl.c first commit of the new libm! 14 years ago
cos.c first commit of the new libm! 14 years ago
cosf.c first commit of the new libm! 14 years ago
cosh.c code cleanup of named constants 14 years ago
coshf.c code cleanup of named constants 14 years ago
coshl.c code cleanup of named constants 14 years ago
cosl.c don't inline __rem_pio2l so the code size is smaller 14 years ago
erf.c code cleanup of named constants 14 years ago
erff.c code cleanup of named constants 14 years ago
erfl.c code cleanup of named constants 14 years ago
exp.c code cleanup of named constants 14 years ago
exp2.c fix loads of missing const in new libm, and some global vars (?!) in powl 14 years ago
exp2f.c fix loads of missing const in new libm, and some global vars (?!) in powl 14 years ago
exp2l.c fix loads of missing const in new libm, and some global vars (?!) in powl 14 years ago
exp10.c support alternate glibc name pow10 for exp10 14 years ago
exp10f.c support alternate glibc name pow10 for exp10 14 years ago
exp10l.c support alternate glibc name pow10 for exp10 14 years ago
expf.c code cleanup of named constants 14 years ago
expl.c use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
expm1.c code cleanup of named constants 14 years ago
expm1f.c code cleanup of named constants 14 years ago
expm1l.c use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
fabs.c first commit of the new libm! 14 years ago
fabsf.c first commit of the new libm! 14 years ago
fabsl.c first commit of the new libm! 14 years ago
fdim.c remove libm.h includes when math.h and float.h are enough 14 years ago
fdimf.c remove libm.h includes when math.h and float.h are enough 14 years ago
fdiml.c remove libm.h includes when math.h and float.h are enough 14 years ago
floor.c math: minor cleanups in ceil and floor 14 years ago
floorf.c math cleanup: use 1.0f instead of (float)1.0 14 years ago
floorl.c math: minor cleanups in ceil and floor 14 years ago
fma.c math: fix fma bug on x86 (found by Bruno Haible with gnulib) 14 years ago
fmaf.c make fma and lrint functions build without full fenv support 14 years ago
fmal.c use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
fmax.c remove libm.h includes when math.h and float.h are enough 14 years ago
fmaxf.c remove libm.h includes when math.h and float.h are enough 14 years ago
fmaxl.c remove libm.h includes when math.h and float.h are enough 14 years ago
fmin.c remove libm.h includes when math.h and float.h are enough 14 years ago
fminf.c remove libm.h includes when math.h and float.h are enough 14 years ago
fminl.c remove libm.h includes when math.h and float.h are enough 14 years ago
fmod.c don't try to create non-standard denormalization signal 14 years ago
fmodf.c don't try to create non-standard denormalization signal 14 years ago
fmodl.c don't try to create non-standard denormalization signal 14 years ago
frexp.c first commit of the new libm! 14 years ago
frexpf.c first commit of the new libm! 14 years ago
frexpl.c first commit of the new libm! 14 years ago
hypot.c first commit of the new libm! 14 years ago
hypotf.c math cleanup: use 1.0f instead of 1.0F 14 years ago
hypotl.c first commit of the new libm! 14 years ago
ilogb.c remove libm.h includes when math.h and float.h are enough 14 years ago
ilogbf.c first commit of the new libm! 14 years ago
ilogbl.c first commit of the new libm! 14 years ago
j0.c code cleanup of named constants 14 years ago
j0f.c code cleanup of named constants 14 years ago
j1.c code cleanup of named constants 14 years ago
j1f.c code cleanup of named constants 14 years ago
jn.c code cleanup of named constants 14 years ago
jnf.c code cleanup of named constants 14 years ago
ldexp.c remove libm.h includes when math.h and float.h are enough 14 years ago
ldexpf.c remove libm.h includes when math.h and float.h are enough 14 years ago
ldexpl.c remove libm.h includes when math.h and float.h are enough 14 years ago
lgamma.c math: remove comment about aliasing lgamma as gamma 14 years ago
lgamma_r.c code cleanup of named constants 14 years ago
lgammaf.c math: remove comment about aliasing lgamma as gamma 14 years ago
lgammaf_r.c code cleanup of named constants 14 years ago
lgammal.c math: remove comment about aliasing lgamma as gamma 14 years ago
llrint.c make lrint and llrint functions work without fenv support 14 years ago
llrintf.c make lrint and llrint functions work without fenv support 14 years ago
llrintl.c make lrint and llrint functions work without fenv support 14 years ago
llround.c simplify lround and llround functions 14 years ago
llroundf.c simplify lround and llround functions 14 years ago
llroundl.c simplify lround and llround functions 14 years ago
log.c code cleanup of named constants 14 years ago
log1p.c code cleanup of named constants 14 years ago
log1pf.c code cleanup of named constants 14 years ago
log1pl.c code cleanup of named constants 14 years ago
log2.c code cleanup of named constants 14 years ago
log2f.c code cleanup of named constants 14 years ago
log2l.c use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
log10.c code cleanup of named constants 14 years ago
log10f.c code cleanup of named constants 14 years ago
log10l.c use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
logb.c first commit of the new libm! 14 years ago
logbf.c first commit of the new libm! 14 years ago
logbl.c first commit of the new libm! 14 years ago
logf.c code cleanup of named constants 14 years ago
logl.c use scalbn or *2.0 instead of ldexp, fix fmal 14 years ago
lrint.c make lrint and llrint functions work without fenv support 14 years ago
lrintf.c make lrint and llrint functions work without fenv support 14 years ago
lrintl.c make lrint and llrint functions work without fenv support 14 years ago
lround.c simplify lround and llround functions 14 years ago
lroundf.c simplify lround and llround functions 14 years ago
lroundl.c simplify lround and llround functions 14 years ago
modf.c math: rewrite modf.c and clean up modff.c 14 years ago
modff.c math: rewrite modf.c and clean up modff.c 14 years ago
modfl.c fix invalid implicit pointer conversion in ld64 modfl 14 years ago
nan.c implement nan, nanf, nanl 14 years ago
nanf.c implement nan, nanf, nanl 14 years ago
nanl.c implement nan, nanf, nanl 14 years ago
nearbyint.c nearbyint optimization (only clear inexact when necessary) 14 years ago
nearbyintf.c nearbyint optimization (only clear inexact when necessary) 14 years ago
nearbyintl.c nearbyint optimization (only clear inexact when necessary) 14 years ago
nextafter.c add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
nextafterf.c add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
nextafterl.c add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
nexttoward.c add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
nexttowardf.c add FORCE_EVAL macro to evaluate float expr for their side effect 14 years ago
nexttowardl.c remove libm.h includes when math.h and float.h are enough 14 years ago
pow.c clean up pow.c and powf.c 14 years ago
powf.c clean up pow.c and powf.c 14 years ago
powl.c math: fix a regression in powl and do some cleanups 14 years ago
remainder.c fix remainder*.c: remove useless long double cast 14 years ago
remainderf.c fix remainder*.c: remove useless long double cast 14 years ago
remainderl.c remove libm.h includes when math.h and float.h are enough 14 years ago
remquo.c math: fix remquo.c when x==-y and a subnormal remainder bug as well 14 years ago
remquof.c math: fix remquo.c when x==-y and a subnormal remainder bug as well 14 years ago
remquol.c math: fix remquo.c when x==-y and a subnormal remainder bug as well 14 years ago
rint.c first commit of the new libm! 14 years ago
rintf.c first commit of the new libm! 14 years ago
rintl.c minor rintl.c fix: remove unsupported ldbl format message 14 years ago
round.c remove libm.h includes when math.h and float.h are enough 14 years ago
roundf.c remove libm.h includes when math.h and float.h are enough 14 years ago
roundl.c remove libm.h includes when math.h and float.h are enough 14 years ago
scalb.c remove libm.h includes when math.h and float.h are enough 14 years ago
scalbf.c math cleanup: use 1.0f instead of (float)1.0 14 years ago
scalbln.c remove libm.h includes when math.h and float.h are enough 14 years ago
scalblnf.c remove libm.h includes when math.h and float.h are enough 14 years ago
scalblnl.c remove libm.h includes when math.h and float.h are enough 14 years ago
scalbn.c simplify scalbn*.c implementations 14 years ago
scalbnf.c simplify scalbn*.c implementations 14 years ago
scalbnl.c code cleanup of named constants 14 years ago
signgam.c make signgam a weak alias for an internal symbol 14 years ago
sin.c first commit of the new libm! 14 years ago
sincos.c efficient sincos based on sin and cos 14 years ago
sincosf.c efficient sincos based on sin and cos 14 years ago
sincosl.c fix missing prototype and simplify sincosl on ld64 archs 14 years ago
sinf.c first commit of the new libm! 14 years ago
sinh.c code cleanup of named constants 14 years ago
sinhf.c code cleanup of named constants 14 years ago
sinhl.c code cleanup of named constants 14 years ago
sinl.c don't inline __rem_pio2l so the code size is smaller 14 years ago
sqrt.c code cleanup of named constants 14 years ago
sqrtf.c code cleanup of named constants 14 years ago
sqrtl.c add C stub for sqrtl (already implemented in asm on i386 and x86_64) 14 years ago
tan.c first commit of the new libm! 14 years ago
tanf.c first commit of the new libm! 14 years ago
tanh.c code cleanup of named constants 14 years ago
tanhf.c code cleanup of named constants 14 years ago
tanhl.c code cleanup of named constants 14 years ago
tanl.c don't inline __rem_pio2l so the code size is smaller 14 years ago
tgamma.c math: add dummy tgamma and tgammaf implementations 14 years ago
tgammaf.c math: add dummy tgamma and tgammaf implementations 14 years ago
tgammal.c fix tgammal: don't set the signgam global 14 years ago
trunc.c first commit of the new libm! 14 years ago
truncf.c math cleanup: use 1.0f instead of 1.0F 14 years ago
truncl.c first commit of the new libm! 14 years ago