reactos/sdk/lib/crt/math
2022-12-01 15:21:59 +02: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 [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
ieee754
libm_sse2 [CRT] Replace amd64 math functions/stubs with libm 2022-12-01 15:21:59 +02:00
_chgsignf.c
_copysignf.c
_hypotf.c
_invoke_matherr.c [CRT] Improve _matherr handling 2022-12-01 15:21:59 +02: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 [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
fmodf.c
frexp.c
huge_val.c
hypot.c
j0_y0.c
j1_y1.c
jn_yn.c
labs.c
ldiv.c
log10f.c
logf.c
math.cmake [CRT] Replace amd64 math functions/stubs with libm 2022-12-01 15:21:59 +02:00
modf.c
modff.c
powf.c
powl.c
rand.c
rand_nt.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
sin.c
sinf.c
sinh.c
sinhf.c
sqrt.c
sqrtf.c
stubs.c
tanf.c
tanh.c
tanhf.c