reactos/lib/sdk/crt/math
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
..
amd64
i386 [CRT] 2010-11-08 18:36:45 +00:00
abs.c
acos.c [CRT] 2010-11-08 18:36:45 +00:00
adjust.c
asin.c [CRT] 2010-11-08 18:36:45 +00:00
cabs.c
cos.c
cosf.c [CRT] 2010-11-08 18:36:45 +00:00
cosh.c [CRT] 2010-11-08 18:36:45 +00:00
div.c
fdivbug.c
frexp.c
huge_val.c
hypot.c
j0_y0.c
j1_y1.c
jn_yn.c
labs.c
ldiv.c
logf.c [CRT] 2010-11-08 18:36:45 +00:00
modf.c [CRT] 2010-11-08 18:36:45 +00:00
pow_asm.c
powf.c
rand.c
rand_nt.c
s_modf.c
sin.c
sinf.c [CRT] 2010-11-08 18:36:45 +00:00
sinh.c [CRT] 2010-11-08 18:36:45 +00:00
sqrtf.c [CRT] 2010-11-08 18:36:45 +00:00
stubs.c
tanh.c [CRT] 2010-11-08 18:36:45 +00:00