reactos/sdk/lib/crt/math/arm
Roman Masanin be3c532bf4
[ARM/CRT] Refactor several functions (#3865)
- Make __fto64 function more readable
- Call worker function directly for __rt_sdiv/udiv
- Adapt __rt_sdiv64/udiv64 asm shims accordingly
- Add header files to CMake source list

CORE-17607 CORE-17614 CORE-17703 CORE-17604

Addendum to f2bc1f0e, e448094e and 54406bf4.
2021-07-31 11:24:03 +03:00
..
__dtoi64.c [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__dtou64.c [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__fto64.h [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__i64tod.s
__i64tos.s
__rt_div_worker.h [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__rt_sdiv.c [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__rt_sdiv64.s [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__rt_sdiv64_worker.c
__rt_srsh.s
__rt_udiv.c [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__rt_udiv64.s [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__rt_udiv64_worker.c
__stoi64.c [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__stou64.c [ARM/CRT] Refactor several functions (#3865) 2021-07-31 11:24:03 +03:00
__u64tod.s
__u64tos.s
_logb.s
atan.s
atan2.s
ceil.s
exp.s
fabs.s
floor.s
fmod.s
ldexp.s
log.s
log10.s
pow.s
tan.s