reactos/lib/sdk/crt/math/i386
Timo Kreuzer 84b1635034 [CRT]
- Add #pragma function to a number of intrisics that we implement to avoid a compiler error of MSVC
- Add a workaround to prevent some functions from being inlined
- Move sqrtf out of i386 directory
- Convert a number of inline assembly functions to raw assembly

svn path=/branches/cmake-bringup/; revision=49534
2010-11-08 18:36:45 +00:00
..
alldiv_asm.s [CRT] 2010-11-02 00:06:33 +00:00
alldvrm_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allmul_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allrem_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allshl_asm.s [CRT] 2010-11-02 00:06:33 +00:00
allshr_asm.s [CRT] 2010-11-02 00:06:33 +00:00
atan2_asm.s [CRT] 2010-11-08 18:36:45 +00:00
atan_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aulldiv_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aulldvrm_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aullrem_asm.s [CRT] 2010-11-02 00:06:33 +00:00
aullshr_asm.s [CRT] 2010-11-02 00:06:33 +00:00
ceil_asm.s [CRT] 2010-11-02 00:06:33 +00:00
ceilf.S [CRT] 2010-11-02 00:06:33 +00:00
ci.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
cos_asm.s [CRT] 2010-11-02 00:06:33 +00:00
exp_asm.s [CRT] 2010-11-08 18:36:45 +00:00
fabs_asm.s [CRT] 2010-11-02 00:06:33 +00:00
floor_asm.s [CRT] 2010-11-02 00:06:33 +00:00
floorf.S [CRT] 2010-11-02 00:06:33 +00:00
fmod_asm.s [CRT] 2010-11-08 18:36:45 +00:00
fmodf_asm.s [CRT] 2010-11-08 18:36:45 +00:00
ftol_asm.s [CRT] 2010-11-02 00:06:33 +00:00
ldexp.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
log10_asm.s [CRT] 2010-11-02 00:06:33 +00:00
log_asm.s [CRT] 2010-11-02 00:06:33 +00:00
pow_asm.s [CRT] 2010-11-02 00:06:33 +00:00
sin_asm.s [CRT] 2010-11-02 00:06:33 +00:00
sqrt_asm.s [CRT] 2010-11-02 00:06:33 +00:00
tan_asm.s [CRT] 2010-11-02 00:06:33 +00:00