.. |
__64tof.c
|
[CRT_APITEST] Add tests for __i64tod/u64tod/i64tos/u64tos on ARM (#3866)
|
2021-09-09 16:02:11 +03:00 |
__fto64.c
|
[CRT_APITEST] Fix __fto64 test according to MS CRT behavior on x86 and x64
|
2021-09-09 00:56:03 +03:00 |
__getmainargs.c
|
|
|
__rt_div.c
|
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93 .
|
2021-09-13 03:52:22 +02:00 |
_finite.c
|
[CRT_APITEST] Add tests for _finite(f)
|
2025-06-23 17:35:21 +00:00 |
_isnan.c
|
[CRT_APITEST] Add tests for _isnan(f)
|
2025-06-23 17:35:21 +00:00 |
_mbsncmp.c
|
[CRT_APITEST] Fix version check
|
2024-09-18 10:22:26 +03:00 |
_mbsstr.c
|
[CRTDLL_APITEST] Oops. Fix that other compiler. CORE-16933
|
2024-01-12 12:58:27 -05:00 |
_snprintf.c
|
|
|
_sntprintf.h
|
|
|
_snwprintf.c
|
|
|
_vscprintf.c
|
|
|
_vscwprintf.c
|
|
|
_vsnprintf.c
|
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93 .
|
2021-09-13 03:52:22 +02:00 |
_vsnwprintf.c
|
|
|
_wsystem.c
|
[MSVCRT][CRT_APITEST] Implement _wsystem (#5032)
|
2023-03-05 21:01:14 +09:00 |
acos.c
|
[CRT_APITEST] Add a tests for acos(f) / __libm_sse2_acos(f)
|
2025-06-23 17:35:21 +00:00 |
asin.c
|
[CRT_APITEST] Add a tests for asin(f) / __libm_sse2_asin(f)
|
2025-06-23 17:35:21 +00:00 |
atan.c
|
[CRT_APITEST] Add a tests for atan(f) / __libm_sse2_atan(f)
|
2025-06-23 17:35:21 +00:00 |
atexit.c
|
[CRT_APITEST] Add test for atexit
|
2020-11-01 09:33:14 +01:00 |
ceil.c
|
[UCRTBASE_APITEST] Add ucrtbase_apitest
|
2025-06-23 17:35:21 +00:00 |
CMakeLists.txt
|
[CRT_APITEST] Reorganize tests
|
2025-05-21 14:29:29 +00:00 |
cos.c
|
[CRT_APITEST] Add a tests for cos(f) / __libm_sse2_cos(f)
|
2025-06-23 17:35:21 +00:00 |
crtdata.c
|
[CRT_APITEST] Fix some Vista+ tests
|
2024-01-13 15:15:47 +02:00 |
dll_startup.cpp
|
[REACTOS] Add missing line breaks at end of file
|
2024-10-06 10:47:11 +03:00 |
dll_startup.h
|
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93 .
|
2021-09-13 03:52:22 +02:00 |
dll_startup.spec
|
|
|
exp.c
|
[CRT_APITEST] Add a tests for exp(f) / __libm_sse2_exp(f)
|
2025-06-23 17:35:21 +00:00 |
fabs.c
|
[CRT_APITEST] Add tests for ceil/floor
|
2022-08-26 00:44:46 +02:00 |
floor.c
|
[CRT_APITEST] Add tests for ceil/floor
|
2022-08-26 00:44:46 +02:00 |
fpcontrol.c
|
[CRT_APITEST] Fix GCC format warnings
|
2025-05-21 14:29:29 +00:00 |
gen_math_tests.py
|
[CRT_APITEST] Add a tests for tan(f) / __libm_sse2_tan(f)
|
2025-06-23 17:35:21 +00:00 |
log.c
|
[CRT_APITEST] Add a tests for log(f) / __libm_sse2_log(f)
|
2025-06-23 17:35:21 +00:00 |
log10.c
|
[CRT_APITEST] Add a tests for log10(f) / __libm_sse2_log10(f)
|
2025-06-23 17:35:21 +00:00 |
math_helpers.h
|
[CRT_APITEST] Add tests for _finite(f)
|
2025-06-23 17:35:21 +00:00 |
mbstowcs.c
|
|
|
mbstowcs_s.c
|
|
|
mbtowc.c
|
Replace my E-mail with the ReactOS org one (#3475)
|
2021-02-22 18:26:55 +03:00 |
rand_s.c
|
[CRT_APITEST] Fix GCC format warnings
|
2025-05-21 14:29:29 +00:00 |
round.c
|
[UCRTBASE_APITEST] Add tests for round/roundf
|
2025-06-23 17:35:21 +00:00 |
setjmp.c
|
[NTDLL_APITEST] Fix build
|
2025-05-31 13:14:31 +00:00 |
sin.c
|
[CRT_APITEST] Add a tests for sin(f) / __libm_sse2_sin(f)
|
2025-06-23 17:35:21 +00:00 |
sprintf.c
|
[APITESTS] Centrally define AllocateGuarded/FreeGuarded instead of duplicating them.
|
2019-12-31 15:18:41 +01:00 |
sqrt.c
|
[CRT_APITEST] Add tests for sqrt(f) / _libm_sqrt_precise
|
2025-06-23 17:35:21 +00:00 |
static_construct.cpp
|
[APITESTS] Ignore GCC8 warnings where we test some crazy stuff
|
2019-08-20 15:05:47 +02:00 |
static_crt_apitest.cmake
|
[CRT_APITEST] Add setjmp testcase (Retry) (#7847)
|
2025-05-05 12:56:21 +09:00 |
static_init.c
|
|
|
strcpy.c
|
|
|
strlen.c
|
[CRT_APITEST] Fix test for strlen
|
2023-01-31 18:39:21 +01:00 |
strtoul.c
|
|
|
system.c
|
[MSVCRT][CRT_APITEST] Implement _wsystem (#5032)
|
2023-03-05 21:01:14 +09:00 |
tan.c
|
[CRT_APITEST] Add a tests for tan(f) / __libm_sse2_tan(f)
|
2025-06-23 17:35:21 +00:00 |
tcstoul.h
|
|
|
testlist.c
|
[CRT_APITEST] Reorganize tests
|
2025-05-21 14:29:29 +00:00 |
wcstombs.c
|
|
|
wcstombs_s.c
|
|
|
wcstoul.c
|
|
|
wctomb.c
|
[STATIC_CRT_APITEST] Add todo to tests that fail on Windows
|
2023-04-17 00:41:31 +03:00 |