reactos/sdk/lib/crt/math
Roman Masanin fd8baca9f2
[CRT/ARM] Fix modulus on division (#3856)
This fixes all tests added in 759bdedc. Addendum to f2bc1f0e.

CORE-17607 CORE-17614 CORE-17604
2021-07-29 13:44:16 +03:00
..
amd64 [CRT] Use the asm version of sqrt on amd64 2021-05-28 11:52:42 +02:00
arm [CRT/ARM] Fix modulus on division (#3856) 2021-07-29 13:44:16 +03:00
i386 [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
ieee754
_chgsignf.c
_copysignf.c
_hypotf.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02: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
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
fabsf.c
fdivbug.c
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
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
ldiv.c [CRT] Add some missing #pragma function 2021-07-11 21:45:29 +02: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] Fix _matherror and _setusermatherror 2021-07-27 22:08:58 +02:00
modf.c
modff.c
powf.c
powl.c
rand.c
rand_nt.c
s_modf.c
sin.c
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
usermatherr.c [CRT] Fix _matherror and _setusermatherror 2021-07-27 22:08:58 +02:00