comparison src/build-msvctools/math/math.def @ 3061:f8299bb6c872

Initial support for native MSVC compilation. * add MSVC support files: compiler wrappers and support libraries * adapt libiconv to work with MSVC * adapt gettext to work with MSVC
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 17 Jun 2013 22:43:11 -0400
parents
children
comparison
equal deleted inserted replaced
3060:cbdf4575016d 3061:f8299bb6c872
1 EXPORTS
2 acosf
3 acosh
4 acoshf
5 acosl
6 asinf
7 asinh
8 asinhf
9 asinl
10 atan2f
11 atan2l
12 atanf
13 atanh
14 atanhf
15 atanl
16 cbrt
17 cbrtf
18 cbrtl
19 ceilf
20 ceill
21 cosf
22 coshf
23 coshl
24 cosl
25 exp2
26 exp2f
27 exp2l
28 expf
29 expl
30 expm1
31 expm1f
32 expm1l
33 fabsf
34 fabsl
35 finite
36 finitef
37 finitel
38 floorf
39 floorl
40 fma
41 fmaf
42 fmal
43 fmodf
44 fmodl
45 frexpf
46 frexpl
47 ilogb
48 ilogbf
49 ilogbl
50 isinf
51 isinff
52 isinfl
53 isnan
54 isnanf
55 isnanl
56 ldexpf
57 ldexpl
58 llrint
59 llrintf
60 llrintl
61 log1p
62 log1pf
63 log1pl
64 log2
65 log2f
66 log2l
67 logb
68 logbf
69 logbl
70 logf
71 logl
72 log10f
73 log10l
74 lrint
75 lrintf
76 lrintl
77 lround
78 lroundf
79 lroundl
80 modff
81 modfl
82 nan
83 nanf
84 nanl
85 nearbyint
86 nearbyintf
87 nearbyintl
88 powf
89 powl
90 remainder
91 remainderf
92 remainderl
93 rint
94 rintf
95 rintl
96 round
97 roundf
98 roundl
99 scalbn
100 scalbnf
101 scalbnl
102 sinf
103 sinhf
104 sinhl
105 sinl
106 sqrtf
107 sqrtl
108 tanf
109 tanhf
110 tanhl
111 tanl
112 trunc
113 truncf
114 truncl