Szabolcs Nagy 73c870ed32 math: fix aliasing violation in long double wrappers 11 jaren geleden
..
armebhf 63893d3ff1 some initial math asm for armhf (fabs[f] and sqrt[f]) 12 jaren geleden
armhf 63893d3ff1 some initial math asm for armhf (fabs[f] and sqrt[f]) 12 jaren geleden
i386 bcff807dc3 math: add drem and dremf weak aliases to i386 remainder asm 11 jaren geleden
x32 664cd34192 x32 port (diff against vanilla x86_64) 11 jaren geleden
x86_64 2f1de8051b fix x86_64 lrintl asm, again 11 jaren geleden
__cos.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
__cosdf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
__cosl.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
__expo2.c df8b3e5aef clean up __expo2.c, use a slightly better k constant 13 jaren geleden
__expo2f.c df8b3e5aef clean up __expo2.c, use a slightly better k constant 13 jaren geleden
__fpclassify.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
__fpclassifyf.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
__fpclassifyl.c f657fe4b9f math: support invalid ld80 representations in fpclassify 11 jaren geleden
__invtrigl.c bcd797a5ba math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) 11 jaren geleden
__invtrigl.h bcd797a5ba math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) 11 jaren geleden
__polevll.c 9e2a895aaa fix loads of missing const in new libm, and some global vars (?!) in powl 13 jaren geleden
__rem_pio2.c 3fdf94ec51 math: clean up __rem_pio2 11 jaren geleden
__rem_pio2_large.c 3fdf94ec51 math: clean up __rem_pio2 11 jaren geleden
__rem_pio2f.c 3fdf94ec51 math: clean up __rem_pio2 11 jaren geleden
__rem_pio2l.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
__signbit.c 8c6fc860a9 remove a fixme comment 13 jaren geleden
__signbitf.c 8c6fc860a9 remove a fixme comment 13 jaren geleden
__signbitl.c af5f6d9556 long double cleanup, initial commit 11 jaren geleden
__sin.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
__sindf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
__sinl.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
__tan.c 1d5ba3bb5a math: tan cleanups 12 jaren geleden
__tandf.c 1d5ba3bb5a math: tan cleanups 12 jaren geleden
__tanl.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
acos.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
acosf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
acosh.c 4b539a826b math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf 11 jaren geleden
acoshf.c 4b539a826b math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf 11 jaren geleden
acoshl.c 101e601285 math: fix acoshf on negative values 11 jaren geleden
acosl.c bcd797a5ba math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) 11 jaren geleden
asin.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
asinf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
asinh.c c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 12 jaren geleden
asinhf.c 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 12 jaren geleden
asinhl.c aa0c4a204e math: long double fix (use ldshape union) 11 jaren geleden
asinl.c bcd797a5ba math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) 11 jaren geleden
atan.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
atan2.c 6d85096f49 math: clean up atan2.c 12 jaren geleden
atan2f.c 6d85096f49 math: clean up atan2.c 12 jaren geleden
atan2l.c bcd797a5ba math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) 11 jaren geleden
atanf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
atanh.c f4d9bfb3a9 math: fix atanh (overflow and underflow issues) 11 jaren geleden
atanhf.c f4d9bfb3a9 math: fix atanh (overflow and underflow issues) 11 jaren geleden
atanhl.c f4d9bfb3a9 math: fix atanh (overflow and underflow issues) 11 jaren geleden
atanl.c bcd797a5ba math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l) 11 jaren geleden
cbrt.c 535104ab6a math: cbrt cleanup and long double fix 11 jaren geleden
cbrtf.c 535104ab6a math: cbrt cleanup and long double fix 11 jaren geleden
cbrtl.c 535104ab6a math: cbrt cleanup and long double fix 11 jaren geleden
ceil.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
ceilf.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
ceill.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
copysign.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
copysignf.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
copysignl.c af5f6d9556 long double cleanup, initial commit 11 jaren geleden
cos.c bfda379358 math: sin cos cleanup 12 jaren geleden
cosf.c bfda379358 math: sin cos cleanup 12 jaren geleden
cosh.c 1aec620f93 math: finished cosh.c cleanup 12 jaren geleden
coshf.c 1aec620f93 math: finished cosh.c cleanup 12 jaren geleden
coshl.c aa0c4a204e math: long double fix (use ldshape union) 11 jaren geleden
cosl.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
erf.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
erff.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
erfl.c e5100b32d2 math: remove code duplication in erfl found by clang analyzer 11 jaren geleden
exp.c 9b0fcb441a math: remove STRICT_ASSIGN macro 11 jaren geleden
exp10.c a917c03706 support alternate glibc name pow10 for exp10 13 jaren geleden
exp10f.c a764db9a08 math: use float constants in exp10f.c 12 jaren geleden
exp10l.c b03c19a4b9 math: fix long double constants in exp10l.c 12 jaren geleden
exp2.c 9b0fcb441a math: remove STRICT_ASSIGN macro 11 jaren geleden
exp2f.c 067aea7c9b math: remove STRICT_ASSIGN from exp2f (see previous commit) 11 jaren geleden
exp2l.c 39c910fb06 math: fix underflow in exp*.c and long double handling in exp2l 11 jaren geleden
expf.c 9b0fcb441a math: remove STRICT_ASSIGN macro 11 jaren geleden
expl.c 39c910fb06 math: fix underflow in exp*.c and long double handling in exp2l 11 jaren geleden
expm1.c 9b0fcb441a math: remove STRICT_ASSIGN macro 11 jaren geleden
expm1f.c 9b0fcb441a math: remove STRICT_ASSIGN macro 11 jaren geleden
expm1l.c 6f64505df3 math: fix exception behaviour of expm1l.c on inf and nan 12 jaren geleden
fabs.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
fabsf.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
fabsl.c af5f6d9556 long double cleanup, initial commit 11 jaren geleden
fdim.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fdimf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fdiml.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
finite.c 5d01ab4ac6 math: add (obsolete) bsd drem and finite functions 11 jaren geleden
finitef.c 5d01ab4ac6 math: add (obsolete) bsd drem and finite functions 11 jaren geleden
floor.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
floorf.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
floorl.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
fma.c 8f438115f2 math: fix rare underflow issue in fma 11 jaren geleden
fmaf.c 8f438115f2 math: fix rare underflow issue in fma 11 jaren geleden
fmal.c 8f438115f2 math: fix rare underflow issue in fma 11 jaren geleden
fmax.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fmaxf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fmaxl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fmin.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fminf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fminl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
fmod.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
fmodf.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
fmodl.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
frexp.c b69f695ace first commit of the new libm! 13 jaren geleden
frexpf.c b69f695ace first commit of the new libm! 13 jaren geleden
frexpl.c aa0c4a204e math: long double fix (use ldshape union) 11 jaren geleden
hypot.c c2a0dfea62 math: rewrite hypot 11 jaren geleden
hypotf.c c2a0dfea62 math: rewrite hypot 11 jaren geleden
hypotl.c c2a0dfea62 math: rewrite hypot 11 jaren geleden
ilogb.c 4cec31fc23 math: ilogb cleanup 11 jaren geleden
ilogbf.c 4cec31fc23 math: ilogb cleanup 11 jaren geleden
ilogbl.c 4cec31fc23 math: ilogb cleanup 11 jaren geleden
j0.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
j0f.c ec411999a0 math: define _GNU_SOURCE when implementing non-standard math functions 11 jaren geleden
j1.c e216951f50 math: use double_t for temporaries to avoid stores on i386 12 jaren geleden
j1f.c ec411999a0 math: define _GNU_SOURCE when implementing non-standard math functions 11 jaren geleden
jn.c 5652d70054 math: bessel cleanup (jn.c and jnf.c) 12 jaren geleden
jnf.c 5652d70054 math: bessel cleanup (jn.c and jnf.c) 12 jaren geleden
ldexp.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
ldexpf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
ldexpl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
lgamma.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 jaren geleden
lgamma_r.c ebbaf2180e math: lgamma cleanup (simpler sin(pi*x) for the negative case) 11 jaren geleden
lgammaf.c 1b229a2098 math: remove comment about aliasing lgamma as gamma 13 jaren geleden
lgammaf_r.c ebbaf2180e math: lgamma cleanup (simpler sin(pi*x) for the negative case) 11 jaren geleden
lgammal.c ebbaf2180e math: lgamma cleanup (simpler sin(pi*x) for the negative case) 11 jaren geleden
llrint.c 65db00983f make lrint and llrint functions work without fenv support 13 jaren geleden
llrintf.c 65db00983f make lrint and llrint functions work without fenv support 13 jaren geleden
llrintl.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 jaren geleden
llround.c afad262440 simplify lround and llround functions 13 jaren geleden
llroundf.c afad262440 simplify lround and llround functions 13 jaren geleden
llroundl.c afad262440 simplify lround and llround functions 13 jaren geleden
log.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log10.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log10f.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log10l.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log1p.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log1pf.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log1pl.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log2.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log2f.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
log2l.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
logb.c 98be442ee8 math: fix logb(-0.0) in downward rounding mode 11 jaren geleden
logbf.c 98be442ee8 math: fix logb(-0.0) in downward rounding mode 11 jaren geleden
logbl.c 98be442ee8 math: fix logb(-0.0) in downward rounding mode 11 jaren geleden
logf.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
logl.c 71d23b3103 math: extensive log*.c cleanup 11 jaren geleden
lrint.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 jaren geleden
lrintf.c 65db00983f make lrint and llrint functions work without fenv support 13 jaren geleden
lrintl.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 jaren geleden
lround.c afad262440 simplify lround and llround functions 13 jaren geleden
lroundf.c afad262440 simplify lround and llround functions 13 jaren geleden
lroundl.c afad262440 simplify lround and llround functions 13 jaren geleden
modf.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
modff.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
modfl.c 73c870ed32 math: fix aliasing violation in long double wrappers 11 jaren geleden
nan.c bf9d9dcaa6 implement nan, nanf, nanl 13 jaren geleden
nanf.c bf9d9dcaa6 implement nan, nanf, nanl 13 jaren geleden
nanl.c bf9d9dcaa6 implement nan, nanf, nanl 13 jaren geleden
nearbyint.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 jaren geleden
nearbyintf.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 jaren geleden
nearbyintl.c 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 12 jaren geleden
nextafter.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
nextafterf.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
nextafterl.c af5f6d9556 long double cleanup, initial commit 11 jaren geleden
nexttoward.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
nexttowardf.c 8dba548628 math: cosmetic cleanup (use explicit union instead of fshape and dshape) 11 jaren geleden
nexttowardl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
pow.c c221af9516 math: fix pow(x,-1) to raise underflow properly 12 jaren geleden
powf.c f29fea00b5 math: fix pow(0,-inf) to raise divbyzero flag 12 jaren geleden
powl.c cf682072ce math: fix a regression in powl and do some cleanups 13 jaren geleden
remainder.c 5d01ab4ac6 math: add (obsolete) bsd drem and finite functions 11 jaren geleden
remainderf.c 5d01ab4ac6 math: add (obsolete) bsd drem and finite functions 11 jaren geleden
remainderl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
remquo.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
remquof.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
remquol.c ee2ee92d62 math: rewrite remainder functions (remainder, remquo, fmod, modf) 11 jaren geleden
rint.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
rintf.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
rintl.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
round.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
roundf.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
roundl.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
scalb.c ec411999a0 math: define _GNU_SOURCE when implementing non-standard math functions 11 jaren geleden
scalbf.c ec411999a0 math: define _GNU_SOURCE when implementing non-standard math functions 11 jaren geleden
scalbln.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
scalblnf.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
scalblnl.c 9560b6b152 remove libm.h includes when math.h and float.h are enough 13 jaren geleden
scalbn.c 2eaed464e2 math: use float_t and double_t in scalbnf and scalbn 11 jaren geleden
scalbnf.c 2eaed464e2 math: use float_t and double_t in scalbnf and scalbn 11 jaren geleden
scalbnl.c 34660d73bd math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl) 11 jaren geleden
signgam.c afa2aaccea math: remove libc.h include from libm.h 11 jaren geleden
significand.c 2242bf616b add significand[fl] math functions 13 jaren geleden
significandf.c 2242bf616b add significand[fl] math functions 13 jaren geleden
sin.c bfda379358 math: sin cos cleanup 12 jaren geleden
sincos.c ec411999a0 math: define _GNU_SOURCE when implementing non-standard math functions 11 jaren geleden
sincosf.c ec411999a0 math: define _GNU_SOURCE when implementing non-standard math functions 11 jaren geleden
sincosl.c 73c870ed32 math: fix aliasing violation in long double wrappers 11 jaren geleden
sinf.c bfda379358 math: sin cos cleanup 12 jaren geleden
sinh.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
sinhf.c f143458223 math: sinh.c cleanup similar to the cosh one 12 jaren geleden
sinhl.c aa0c4a204e math: long double fix (use ldshape union) 11 jaren geleden
sinl.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
sqrt.c 0cbb654791 code cleanup of named constants 13 jaren geleden
sqrtf.c 0cbb654791 code cleanup of named constants 13 jaren geleden
sqrtl.c aa0c4a204e math: long double fix (use ldshape union) 11 jaren geleden
tan.c 1d5ba3bb5a math: tan cleanups 12 jaren geleden
tanf.c 1d5ba3bb5a math: tan cleanups 12 jaren geleden
tanh.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
tanhf.c c599f4f4d7 math: fix asin, atan, log1p, tanh to raise underflow on subnormal 12 jaren geleden
tanhl.c aa0c4a204e math: long double fix (use ldshape union) 11 jaren geleden
tanl.c ea9bb95a5b math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl) 11 jaren geleden
tgamma.c ebbaf2180e math: lgamma cleanup (simpler sin(pi*x) for the negative case) 11 jaren geleden
tgammaf.c 0f53c1a426 math: add a non-dummy tgamma implementation 12 jaren geleden
tgammal.c d8a7619e37 math: tgammal.c fixes 12 jaren geleden
trunc.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
truncf.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden
truncl.c d1a2ead878 math: rewrite rounding functions (ceil, floor, trunc, round, rint) 11 jaren geleden