reactos/sdk/lib/crt/math
2025-06-30 09:19:47 +00:00
..
amd64 [CRT] Replace amd64 math functions/stubs with libm 2022-12-01 15:21:59 +02:00
arm
arm64
i386 [CRT:MATH] Implement x86 sse2 math functions 2025-06-30 09:19:47 +00:00
ieee754
libm_sse2 [CRT:MATH] Fix a bug in _handle_error 2025-06-30 09:19:47 +00:00
_chgsignf.c
_copysignf.c
_dclass.c [CRT:MATH] Move some math functions from ucrt to crt 2025-06-30 09:19:47 +00:00
_dsign.c [CRT:MATH] Implement _dsign and _dsignf 2025-06-30 09:19:47 +00:00
_dtest.c [CRT:MATH] Move some math functions from ucrt to crt 2025-06-30 09:19:47 +00:00
_fdclass.c [CRT:MATH] Move some math functions from ucrt to crt 2025-06-30 09:19:47 +00:00
_fdsign.c [CRT:MATH] Implement _dsign and _dsignf 2025-06-30 09:19:47 +00:00
_fdtest.c [CRT:MATH] Move some math functions from ucrt to crt 2025-06-30 09:19:47 +00:00
_finite.c [CRT:MATH] Implement _finite, _finitef 2025-06-30 09:19:47 +00:00
_finitef.c [CRT:MATH] Implement _finite, _finitef 2025-06-30 09:19:47 +00:00
_hypotf.c
_invoke_matherr.c [CRT] Improve _matherr handling 2022-12-01 15:21:59 +02:00
_isnan.c [CRT:MATH] Implement _isnan and _isnanf 2025-06-30 09:19:47 +00:00
_isnanf.c [CRT:MATH] Implement _isnan and _isnanf 2025-06-30 09:19:47 +00:00
abs.c
acos.c
acosf.c
adjust.c
asin.c
asinf.c
atan2f.c
atanf.c
cabs.c
ceil.c [CRT] Implement portable ceil/floor 2022-08-26 00:44:46 +02:00
ceilf.c
cos.c
cosf.c
cosh.c
coshf.c
div.c
exp2.c
exp2f.c
expf.c
fabs.c
fabsf.c
fdivbug.c
floor.c [CRT] Implement portable ceil/floor 2022-08-26 00:44:46 +02:00
floorf.c
fmodf.c
frexp.c [CRT:MATH] Import frexp from musl 2025-06-30 09:19:47 +00:00
huge_val.c
hypot.c
j0_y0.c
j1_y1.c
jn_yn.c
labs.c
ldiv.c
libm.h [CRT:MATH] Import nextafter, nextafterf and nexttowardf from musl 2025-06-30 09:19:47 +00:00
log10f.c
logf.c
math.cmake [CRT:MATH] Move some math functions from ucrt to crt 2025-06-30 09:19:47 +00:00
modf.c
modff.c
nextafter.c [CRT:MATH] Import nextafter, nextafterf and nexttowardf from musl 2025-06-30 09:19:47 +00:00
nextafterf.c [CRT:MATH] Import nextafter, nextafterf and nexttowardf from musl 2025-06-30 09:19:47 +00:00
nexttowardf.c [CRT:MATH] Import nextafter, nextafterf and nexttowardf from musl 2025-06-30 09:19:47 +00:00
powf.c
powl.c
round.c
roundf.c
s_modf.c
scalbn.c [CRT:MATH] Import scalbn/scalbnf from musl 2025-06-30 09:19:47 +00:00
scalbnf.c [CRT:MATH] Import scalbn/scalbnf from musl 2025-06-30 09:19:47 +00:00
sin.c
sincos.c [CRT] Add simplistic fallback implementation of sincos to make GCC 11 happy 2022-12-01 15:21:59 +02:00
sinf.c
sinh.c
sinhf.c
sqrt.c
sqrtf.c
stubs.c
tanf.c
tanh.c
tanhf.c