Rich Felker 63893d3ff1 some initial math asm for armhf (fabs[f] and sqrt[f]) 11 years ago
..
armebhf 63893d3ff1 some initial math asm for armhf (fabs[f] and sqrt[f]) 11 years ago
armhf 63893d3ff1 some initial math asm for armhf (fabs[f] and sqrt[f]) 11 years ago
i386 411efb3bc6 math: fix i386 atan2.s to raise underflow for subnormal results 11 years ago
x86_64 0a4a4a7a11 fix build of x86_64 expl assembly 11 years ago
__cos.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
__cosdf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
__cosl.c 0cbb654791 code cleanup of named constants 13 years ago
__expo2.c df8b3e5aef clean up __expo2.c, use a slightly better k constant 13 years ago
__expo2f.c df8b3e5aef clean up __expo2.c, use a slightly better k constant 13 years ago
__fpclassify.c b69f695ace first commit of the new libm! 13 years ago
__fpclassifyf.c b69f695ace first commit of the new libm! 13 years ago
__fpclassifyl.c fad231b960 support ld80 pseudo-denormal invalid bit patterns; treat them as nan 13 years ago
__invtrigl.c b12a73d5bf math: clean up inverse trigonometric functions 12 years ago
__invtrigl.h b12a73d5bf math: clean up inverse trigonometric functions 12 years ago
__log1p.h e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
__log1pf.h e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
__polevll.c 9e2a895aaa fix loads of missing const in new libm, and some global vars (?!) in powl 13 years ago
__rem_pio2.c 0cbb654791 code cleanup of named constants 13 years ago
__rem_pio2_large.c 0cbb654791 code cleanup of named constants 13 years ago
__rem_pio2f.c 9c6b1de0fb math: fix comment in __rem_pio2f.c 12 years ago
__rem_pio2l.c 0cbb654791 code cleanup of named constants 13 years ago
__signbit.c 8c6fc860a9 remove a fixme comment 13 years ago
__signbitf.c 8c6fc860a9 remove a fixme comment 13 years ago
__signbitl.c b69f695ace first commit of the new libm! 13 years ago
__sin.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
__sindf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
__sinl.c 0cbb654791 code cleanup of named constants 13 years ago
__tan.c 1d5ba3bb5a math: tan cleanups 12 years ago
__tandf.c 1d5ba3bb5a math: tan cleanups 12 years ago
__tanl.c 1d5ba3bb5a math: tan cleanups 12 years ago
acos.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
acosf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
acosh.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
acoshf.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
acoshl.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
acosl.c c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 12 years ago
asin.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
asinf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
asinh.c c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 12 years ago
asinhf.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
asinhl.c c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 12 years ago
asinl.c c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 12 years ago
atan.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
atan2.c 6d85096f49 math: clean up atan2.c 11 years ago
atan2f.c 6d85096f49 math: clean up atan2.c 11 years ago
atan2l.c 6d85096f49 math: clean up atan2.c 11 years ago
atanf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
atanh.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
atanhf.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
atanhl.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 years ago
atanl.c 6d85096f49 math: clean up atan2.c 11 years ago
cbrt.c b69f695ace first commit of the new libm! 13 years ago
cbrtf.c b69f695ace first commit of the new libm! 13 years ago
cbrtl.c 1e2fea632b fix a cbrtl.c regression and remove x87 precision setting 13 years ago
ceil.c 7eabe8e690 math: minor cleanups in ceil and floor 13 years ago
ceilf.c 7eabe8e690 math: minor cleanups in ceil and floor 13 years ago
ceill.c 7eabe8e690 math: minor cleanups in ceil and floor 13 years ago
copysign.c b69f695ace first commit of the new libm! 13 years ago
copysignf.c b69f695ace first commit of the new libm! 13 years ago
copysignl.c b69f695ace first commit of the new libm! 13 years ago
cos.c bfda379358 math: sin cos cleanup 12 years ago
cosf.c bfda379358 math: sin cos cleanup 12 years ago
cosh.c 1aec620f93 math: finished cosh.c cleanup 12 years ago
coshf.c 1aec620f93 math: finished cosh.c cleanup 12 years ago
coshl.c 1aec620f93 math: finished cosh.c cleanup 12 years ago
cosl.c bfda379358 math: sin cos cleanup 12 years ago
erf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
erff.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
erfl.c 7efa12a04a add missing erfcl wrapper for archs where long double is plain double 11 years ago
exp.c ab1772c597 math: expf.c cleanup 12 years ago
exp10.c a917c03706 support alternate glibc name pow10 for exp10 13 years ago
exp10f.c a764db9a08 math: use float constants in exp10f.c 12 years ago
exp10l.c b03c19a4b9 math: fix long double constants in exp10l.c 12 years ago
exp2.c 159c7655d0 math: cleanup exp2.c exp2f.c and exp2l.c 12 years ago
exp2f.c c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 12 years ago
exp2l.c 159c7655d0 math: cleanup exp2.c exp2f.c and exp2l.c 12 years ago
expf.c ab1772c597 math: expf.c cleanup 12 years ago
expl.c e93a0fe49d math: expl.c cleanup 12 years ago
expm1.c 0cbb654791 code cleanup of named constants 13 years ago
expm1f.c 0cbb654791 code cleanup of named constants 13 years ago
expm1l.c 6f64505df3 math: fix exception behaviour of expm1l.c on inf and nan 12 years ago
fabs.c b69f695ace first commit of the new libm! 13 years ago
fabsf.c b69f695ace first commit of the new libm! 13 years ago
fabsl.c b69f695ace first commit of the new libm! 13 years ago
fdim.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fdimf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fdiml.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
floor.c 7eabe8e690 math: minor cleanups in ceil and floor 13 years ago
floorf.c 8d0a6f7a1c math cleanup: use 1.0f instead of (float)1.0 13 years ago
floorl.c 7eabe8e690 math: minor cleanups in ceil and floor 13 years ago
fma.c 1e5eb73545 math: add fma TODO comments about the underflow issue 12 years ago
fmaf.c 1e5eb73545 math: add fma TODO comments about the underflow issue 12 years ago
fmal.c 1e5eb73545 math: add fma TODO comments about the underflow issue 12 years ago
fmax.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fmaxf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fmaxl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fmin.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fminf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fminl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
fmod.c 4caa17b2a1 don't try to create non-standard denormalization signal 13 years ago
fmodf.c 4caa17b2a1 don't try to create non-standard denormalization signal 13 years ago
fmodl.c 4caa17b2a1 don't try to create non-standard denormalization signal 13 years ago
frexp.c b69f695ace first commit of the new libm! 13 years ago
frexpf.c b69f695ace first commit of the new libm! 13 years ago
frexpl.c b69f695ace first commit of the new libm! 13 years ago
hypot.c 529a8de46c math: simplify hypot and hypotf using scalbn 12 years ago
hypotf.c 529a8de46c math: simplify hypot and hypotf using scalbn 12 years ago
hypotl.c b69f695ace first commit of the new libm! 13 years ago
ilogb.c be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan 12 years ago
ilogbf.c be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan 12 years ago
ilogbl.c be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan 12 years ago
j0.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
j0f.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
j1.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
j1f.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 years ago
jn.c 5652d70054 math: bessel cleanup (jn.c and jnf.c) 12 years ago
jnf.c 5652d70054 math: bessel cleanup (jn.c and jnf.c) 12 years ago
ldexp.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
ldexpf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
ldexpl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
lgamma.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 years ago
lgamma_r.c 0cbb654791 code cleanup of named constants 13 years ago
lgammaf.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 years ago
lgammaf_r.c 0cbb654791 code cleanup of named constants 13 years ago
lgammal.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 years ago
llrint.c 65db00983f make lrint and llrint functions work without fenv support 13 years ago
llrintf.c 65db00983f make lrint and llrint functions work without fenv support 13 years ago
llrintl.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 years ago
llround.c afad262440 simplify lround and llround functions 13 years ago
llroundf.c afad262440 simplify lround and llround functions 13 years ago
llroundl.c afad262440 simplify lround and llround functions 13 years ago
log.c 0cbb654791 code cleanup of named constants 13 years ago
log10.c 0cbb654791 code cleanup of named constants 13 years ago
log10f.c 0cbb654791 code cleanup of named constants 13 years ago
log10l.c 2786c7d216 use scalbn or *2.0 instead of ldexp, fix fmal 13 years ago
log1p.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
log1pf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
log1pl.c 04ccbdca6d math: raise exception flags in log1pl.c on <= -1 arguments 12 years ago
log2.c 0cbb654791 code cleanup of named constants 13 years ago
log2f.c 0cbb654791 code cleanup of named constants 13 years ago
log2l.c e2fe959fe2 math: raise flags in logl.c on <= 0 arguments 12 years ago
logb.c 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid 12 years ago
logbf.c 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid 12 years ago
logbl.c 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid 12 years ago
logf.c 0cbb654791 code cleanup of named constants 13 years ago
logl.c e2fe959fe2 math: raise flags in logl.c on <= 0 arguments 12 years ago
lrint.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 years ago
lrintf.c 65db00983f make lrint and llrint functions work without fenv support 13 years ago
lrintl.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 years ago
lround.c afad262440 simplify lround and llround functions 13 years ago
lroundf.c afad262440 simplify lround and llround functions 13 years ago
lroundl.c afad262440 simplify lround and llround functions 13 years ago
modf.c c4359e0130 math: excess precision fix modf, modff, scalbn, scalbnf 12 years ago
modff.c c4359e0130 math: excess precision fix modf, modff, scalbn, scalbnf 12 years ago
modfl.c fe2df4ad3e fix invalid implicit pointer conversion in ld64 modfl 13 years ago
nan.c bf9d9dcaa6 implement nan, nanf, nanl 13 years ago
nanf.c bf9d9dcaa6 implement nan, nanf, nanl 13 years ago
nanl.c bf9d9dcaa6 implement nan, nanf, nanl 13 years ago
nearbyint.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 years ago
nearbyintf.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 years ago
nearbyintl.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 years ago
nextafter.c 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 12 years ago
nextafterf.c 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 12 years ago
nextafterl.c 6ab8136b44 add FORCE_EVAL macro to evaluate float expr for their side effect 13 years ago
nexttoward.c 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 12 years ago
nexttowardf.c 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 12 years ago
nexttowardl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
pow.c c221af9516 math: fix pow(x,-1) to raise underflow properly 11 years ago
powf.c f29fea00b5 math: fix pow(0,-inf) to raise divbyzero flag 11 years ago
powl.c cf682072ce math: fix a regression in powl and do some cleanups 13 years ago
remainder.c b03255af77 fix remainder*.c: remove useless long double cast 13 years ago
remainderf.c b03255af77 fix remainder*.c: remove useless long double cast 13 years ago
remainderl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
remquo.c 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 13 years ago
remquof.c 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 13 years ago
remquol.c 3738a96e05 math: fix remquo.c when x==-y and a subnormal remainder bug as well 13 years ago
rint.c b69f695ace first commit of the new libm! 13 years ago
rintf.c b69f695ace first commit of the new libm! 13 years ago
rintl.c 6d8df2b972 minor rintl.c fix: remove unsupported ldbl format message 13 years ago
round.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
roundf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
roundl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
scalb.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
scalbf.c 8d0a6f7a1c math cleanup: use 1.0f instead of (float)1.0 13 years ago
scalbln.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
scalblnf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
scalblnl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 years ago
scalbn.c 1b77b9072f math: minor scalbn*.c simplification 11 years ago
scalbnf.c 1b77b9072f math: minor scalbn*.c simplification 11 years ago
scalbnl.c 1b77b9072f math: minor scalbn*.c simplification 11 years ago
signgam.c 1a3dce4184 make signgam a weak alias for an internal symbol 13 years ago
significand.c 2242bf616b add significand[fl] math functions 12 years ago
significandf.c 2242bf616b add significand[fl] math functions 12 years ago
sin.c bfda379358 math: sin cos cleanup 12 years ago
sincos.c bfda379358 math: sin cos cleanup 12 years ago
sincosf.c bfda379358 math: sin cos cleanup 12 years ago
sincosl.c bfda379358 math: sin cos cleanup 12 years ago
sinf.c bfda379358 math: sin cos cleanup 12 years ago
sinh.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
sinhf.c f143458223 math: sinh.c cleanup similar to the cosh one 12 years ago
sinhl.c f143458223 math: sinh.c cleanup similar to the cosh one 12 years ago
sinl.c bfda379358 math: sin cos cleanup 12 years ago
sqrt.c 0cbb654791 code cleanup of named constants 13 years ago
sqrtf.c 0cbb654791 code cleanup of named constants 13 years ago
sqrtl.c da5d89d42f add C stub for sqrtl (already implemented in asm on i386 and x86_64) 13 years ago
tan.c 1d5ba3bb5a math: tan cleanups 12 years ago
tanf.c 1d5ba3bb5a math: tan cleanups 12 years ago
tanh.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
tanhf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 11 years ago
tanhl.c e42a977fe5 math: tanh.c cleanup similar to sinh, cosh 12 years ago
tanl.c bfda379358 math: sin cos cleanup 12 years ago
tgamma.c cd18dc8525 math: fix tgamma to raise underflow for large negative values 11 years ago
tgammaf.c 0f53c1a426 math: add a non-dummy tgamma implementation 12 years ago
tgammal.c d8a7619e37 math: tgammal.c fixes 12 years ago
trunc.c b69f695ace first commit of the new libm! 13 years ago
truncf.c 32ca5ef3ff math cleanup: use 1.0f instead of 1.0F 13 years ago
truncl.c b69f695ace first commit of the new libm! 13 years ago