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
alldvrm_asm.s
allmul_asm.s
allrem_asm.s
allshl_asm.s
allshr_asm.s
atan2_asm.s [CRT] 2010-11-08 18:36:45 +00:00
atan_asm.s
aulldiv_asm.s
aulldvrm_asm.s
aullrem_asm.s
aullshr_asm.s
ceil_asm.s
ceilf.S
ci.c
cos_asm.s
exp_asm.s [CRT] 2010-11-08 18:36:45 +00:00
fabs_asm.s
floor_asm.s
floorf.S
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
ldexp.c
log10_asm.s
log_asm.s
pow_asm.s
sin_asm.s
sqrt_asm.s
tan_asm.s