wine/libs/musl/src/math
2025-06-19 22:54:54 +02:00
..
__cos.c
__cosdf.c msvcrt: Use the __cosdf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
__expo2.c
__expo2f.c
__fpclassify.c
__fpclassifyf.c
__math_divzero.c
__math_divzerof.c
__math_invalid.c
__math_invalidf.c
__rem_pio2.c msvcrt: Use the __rem_pio2()/__rem_pio2f() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
__rem_pio2_large.c
__rem_pio2f.c msvcrt: Use the __rem_pio2()/__rem_pio2f() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
__sin.c
__sindf.c msvcrt: Use the __sindf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
__tan.c
__tandf.c
acos.c msvcrt: Use the acos() implementation from the bundled musl library. 2023-04-10 14:18:11 +02:00
acosf.c msvcrt: Use the acosf() implementation from the bundled musl library. 2023-04-10 14:18:06 +02:00
acosh.c
acoshf.c
asin.c msvcrt: Use the asin() implementation from the bundled musl library. 2023-04-10 14:18:11 +02:00
asinf.c msvcrt: Use the asinf() implementation from the bundled musl library. 2023-04-10 14:18:08 +02:00
asinh.c
asinhf.c
atan.c
atan2.c
atan2f.c
atanf.c
atanh.c msvcrt: Use the atanh()/atanhf() implementation from the bundled musl library. 2023-04-10 14:18:18 +02:00
atanhf.c msvcrt: Use the atanh()/atanhf() implementation from the bundled musl library. 2023-04-10 14:18:18 +02:00
cbrt.c
cbrtf.c
ceil.c msvcrt: Use the ceil()/ceilf() implementation from the bundled musl library. 2023-04-07 13:28:06 +02:00
ceilf.c
copysign.c
copysignf.c
cos.c msvcrt: Use the cos()/cosf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
cosf.c msvcrt: Use the cos()/cosf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
cosh.c msvcrt: Use the cosh() implementation from the bundled musl library. 2023-04-06 14:32:42 +02:00
coshf.c msvcrt: Use the coshf() implementation from the bundled musl library. 2023-04-06 14:32:39 +02:00
erf.c msvcrt: Use the erf()/erfc()/erff()/erfcf() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
erff.c msvcrt: Use the erf()/erfc()/erff()/erfcf() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
exp.c musl: Set EDOM in exp for NAN. 2025-06-04 20:29:57 +02:00
exp2.c msvcrt: Use the exp2()/exp2f() implementation from the bundled musl library. 2023-04-06 14:32:44 +02:00
exp2f.c msvcrt: Use the exp2()/exp2f() implementation from the bundled musl library. 2023-04-06 14:32:44 +02:00
exp2f_data.c
exp2f_data.h
exp_data.c
exp_data.h
expf.c msvcrt: Use the expf() implementation from the bundled musl library. 2023-04-10 14:18:06 +02:00
expm1.c msvcrt: Use the expm1()/expm1f() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
expm1f.c msvcrt: Use the expm1()/expm1f() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
fabs.c
fabsf.c
fdim.c
fdimf.c
floor.c msvcrt: Use the floor()/floorf() implementation from the bundled musl library. 2023-04-07 13:28:05 +02:00
floorf.c
fma.c msvcrt: Use the fma()/fmaf() implementation from the bundled musl library. 2023-04-06 14:32:45 +02:00
fmaf.c msvcrt: Use the fma()/fmaf() implementation from the bundled musl library. 2023-04-06 14:32:45 +02:00
fmax.c
fmaxf.c
fmin.c
fminf.c
fmod.c msvcrt: Use the fmod()/fmodf() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
fmodf.c msvcrt: Use the fmod()/fmodf() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
frexp.c
frexpf.c
hypot.c
hypotf.c
ilogb.c
ilogbf.c
j0.c msvcrt: Use the j0()/y0() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
j1.c msvcrt: Use the j1()/y1() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
jn.c msvcrt: Use the jn()/yn() implementation from the bundled musl library. 2023-04-05 16:51:47 +02:00
ldexp.c
lgamma.c
lgamma_r.c msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library. 2023-04-05 16:51:46 +02:00
lgammaf.c
lgammaf_r.c msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library. 2023-04-05 16:51:46 +02:00
log.c msvcrt: Use the log()/logf() implementation from the bundled musl library. 2023-04-06 14:32:39 +02:00
log1p.c msvcrt: Use the log1p()/log1pf() implementation from the bundled musl library. 2023-04-06 14:32:44 +02:00
log1pf.c msvcrt: Use the log1p()/log1pf() implementation from the bundled musl library. 2023-04-06 14:32:44 +02:00
log2.c msvcrt: Use the log2()/log2f() implementation from the bundled musl library. 2023-04-06 14:32:44 +02:00
log2_data.c
log2_data.h
log2f.c msvcrt: Use the log2()/log2f() implementation from the bundled musl library. 2023-04-06 14:32:44 +02:00
log2f_data.c
log2f_data.h
log10.c msvcrt: Use the log10()/log10f() implementation from the bundled musl library. 2023-04-06 14:32:39 +02:00
log10f.c msvcrt: Use the log10()/log10f() implementation from the bundled musl library. 2023-04-06 14:32:39 +02:00
log_data.c
log_data.h
logb.c msvcrt: Use the logb()/logbf() implementation from the bundled musl library. 2023-04-05 16:51:40 +02:00
logbf.c msvcrt: Use the logb()/logbf() implementation from the bundled musl library. 2023-04-05 16:51:40 +02:00
logf.c msvcrt: Use the log()/logf() implementation from the bundled musl library. 2023-04-06 14:32:39 +02:00
logf_data.c
logf_data.h
modf.c
modff.c
nan.c
nanf.c
nextafter.c msvcrt: Use the nextafter()/nextafterf() implementation from the bundled musl library. 2023-04-07 13:28:07 +02:00
nextafterf.c msvcrt: Use the nextafter()/nextafterf() implementation from the bundled musl library. 2023-04-07 13:28:07 +02:00
nexttoward.c msvcrt: Use the nexttoward()/nexttowardf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
nexttowardf.c msvcrt: Use the nexttoward()/nexttowardf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
pow.c msvcrt: Use the pow()/powf() implementation from the bundled musl library. 2023-04-07 17:05:52 +02:00
pow_data.c
pow_data.h
powf.c msvcrt: Use the pow()/powf() implementation from the bundled musl library. 2023-04-07 17:05:52 +02:00
powf_data.c
powf_data.h msvcrt: Use the pow()/powf() implementation from the bundled musl library. 2023-04-07 17:05:52 +02:00
remainder.c
remainderf.c
remquo.c msvcrt: Use the remquo()/remquof() implementation from the bundled musl library. 2023-04-05 16:51:46 +02:00
remquof.c msvcrt: Use the remquo()/remquof() implementation from the bundled musl library. 2023-04-05 16:51:46 +02:00
rint.c musl: Optimize rint when floating point operations use 53-bit precision. 2025-06-19 22:54:54 +02:00
rintf.c msvcrt: Use the rint()/rintf() implementation from the bundled musl library. 2023-04-10 14:18:05 +02:00
round.c msvcrt: Use the round()/roundf() implementation from the bundled musl library. 2023-04-07 13:28:02 +02:00
roundf.c msvcrt: Use the round()/roundf() implementation from the bundled musl library. 2023-04-07 13:28:02 +02:00
scalbn.c
scalbnf.c
signgam.c
sin.c msvcrt: Use the sin()/sinf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
sincos.c
sincosf.c
sinf.c msvcrt: Use the sin()/sinf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
sinh.c msvcrt: Use the sinh() implementation from the bundled musl library. 2023-04-06 14:32:43 +02:00
sinhf.c msvcrt: Use the sinhf() implementation from the bundled musl library. 2023-04-06 14:32:41 +02:00
sqrt.c msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
sqrt_data.c
sqrt_data.h
sqrtf.c msvcrt: Use the sqrtf() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
tan.c msvcrt: Use the tan()/tanf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
tanf.c msvcrt: Use the tan()/tanf() implementation from the bundled musl library. 2023-04-07 13:29:46 +02:00
tanh.c msvcrt: Use the tanh()/tanhf() implementation from the bundled musl library. 2023-04-10 14:18:20 +02:00
tanhf.c msvcrt: Use the tanh()/tanhf() implementation from the bundled musl library. 2023-04-10 14:18:20 +02:00
tgamma.c msvcrt: Use the tgamma()/tgammaf() implementation from the bundled musl library. 2023-04-05 16:51:46 +02:00
tgammaf.c
trunc.c
truncf.c