This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-06-21 21:22:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
hpoussin/monitor_debug
Add File
New File
Upload File
Apply Patch
reactos
/
sdk
/
lib
/
crt
/
math
History
Timo Kreuzer
d74ab36324
[UCRTSUPPORT] Add ucrtsupport library
...
This library is compiled from our old CRT sources to supplement missing UCRT code.
2025-01-26 18:08:55 +02:00
..
amd64
[CRT] Replace amd64 math functions/stubs with libm
2022-12-01 15:21:59 +02:00
arm
…
arm64
…
i386
[CRT] Fix link issues with __ftol2 when compiling for NT6
2024-08-30 06:29:13 +03:00
ieee754
…
libm_sse2
[UCRTSUPPORT] Add ucrtsupport library
2025-01-26 18:08:55 +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
…
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
…
huge_val.c
…
hypot.c
…
j0_y0.c
…
j1_y1.c
…
jn_yn.c
…
labs.c
…
ldiv.c
…
log10f.c
…
logf.c
…
math.cmake
[UCRTSUPPORT] Add ucrtsupport library
2025-01-26 18:08:55 +02:00
modf.c
…
modff.c
…
powf.c
…
powl.c
…
round.c
…
roundf.c
…
s_modf.c
…
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
…