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 [CRT] Implement portable + amd64 asm version of fabs/fabsf 2022-06-26 19:13:47 +02:00
arm64 [SDK] Allow ARM64 MSVC to complete configuration (#4045) 2021-10-22 18:52:32 +03:00
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 [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
_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 [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
adjust.c
asin.c
asinf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
atan2f.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
atanf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
cabs.c
ceil.c [CRT] Implement portable ceil/floor 2022-08-26 00:44:46 +02:00
ceilf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
cos.c
cosf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
cosh.c
coshf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
div.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
exp2.c [CRT] exp2*.c: Add an explicit type for 'TWO' variable 2021-04-27 10:36:54 +03:00
exp2f.c [CRT] exp2*.c: Add an explicit type for 'TWO' variable 2021-04-27 10:36:54 +03:00
expf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
fabs.c [CRT] Implement portable + amd64 asm version of fabs/fabsf 2022-06-26 19:13:47 +02:00
fabsf.c [CRT] Implement portable + amd64 asm version of fabs/fabsf 2022-06-26 19:13:47 +02:00
fdivbug.c
floor.c [CRT] Implement portable ceil/floor 2022-08-26 00:44:46 +02:00
floorf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
fmodf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
frexp.c [CRT:MATH] Import frexp from musl 2025-06-30 09:19:47 +00:00
huge_val.c
hypot.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
j0_y0.c
j1_y1.c
jn_yn.c
labs.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ldiv.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
libm.h [CRT:MATH] Import nextafter, nextafterf and nexttowardf from musl 2025-06-30 09:19:47 +00:00
log10f.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
logf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
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 [CRT] Add round and roundf and add it to msvcrtex to make clang v14 happy 2022-07-17 17:32:32 +02:00
roundf.c [CRT] Add round and roundf and add it to msvcrtex to make clang v14 happy 2022-07-17 17:32:32 +02:00
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 [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
sinh.c
sinhf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
sqrt.c
sqrtf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
stubs.c
tanf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00
tanh.c
tanhf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02:00