Lines Matching refs:uintptr_t

96 	"\001acos",	(Math_f)(uintptr_t)acosl,
97 "\001acosh", (Math_f)(uintptr_t)acoshl,
98 "\001asin", (Math_f)(uintptr_t)asinl,
99 "\001asinh", (Math_f)(uintptr_t)asinhl,
100 "\001atan", (Math_f)(uintptr_t)atanl,
101 "\002atan2", (Math_f)(uintptr_t)atan2l,
102 "\001atanh", (Math_f)(uintptr_t)atanhl,
103 "\001cbrt", (Math_f)(uintptr_t)cbrtl,
104 "\001ceil", (Math_f)(uintptr_t)ceill,
105 "\002copysign", (Math_f)(uintptr_t)copysignl,
106 "\001cos", (Math_f)(uintptr_t)cosl,
107 "\001cosh", (Math_f)(uintptr_t)coshl,
108 "\001erf", (Math_f)(uintptr_t)erfl,
109 "\001erfc", (Math_f)(uintptr_t)erfcl,
110 "\001exp", (Math_f)(uintptr_t)expl,
111 "\001exp2", (Math_f)(uintptr_t)exp2l,
112 "\001expm1", (Math_f)(uintptr_t)expm1l,
113 "\001fabs", (Math_f)(uintptr_t)fabsl,
114 "\001abs", (Math_f)(uintptr_t)fabsl,
115 "\002fdim", (Math_f)(uintptr_t)fdiml,
116 "\001finite", (Math_f)(uintptr_t)local_finite,
117 "\001floor", (Math_f)(uintptr_t)floorl,
118 "\001int", (Math_f)(uintptr_t)floorl,
119 "\003fma", (Math_f)(uintptr_t)fmal,
120 "\002fmax", (Math_f)(uintptr_t)fmaxl,
121 "\002fmin", (Math_f)(uintptr_t)fminl,
122 "\002fmod", (Math_f)(uintptr_t)fmodl,
123 "\011fpclassify", (Math_f)(uintptr_t)local_fpclassify,
124 "\011fpclass", (Math_f)(uintptr_t)local_fpclass,
125 "\002hypot", (Math_f)(uintptr_t)hypotl,
126 "\011ilogb", (Math_f)(uintptr_t)ilogbl,
127 "\011isfinite", (Math_f)(uintptr_t)local_isfinite,
128 "\012isgreater", (Math_f)(uintptr_t)local_isgreater,
129 "\012isgreaterequal", (Math_f)(uintptr_t)local_isgreaterequal,
130 "\011isinf", (Math_f)(uintptr_t)local_isinf,
131 "\012isless", (Math_f)(uintptr_t)local_isless,
132 "\012islessequal", (Math_f)(uintptr_t)local_islessequal,
133 "\012islessgreater", (Math_f)(uintptr_t)local_islessgreater,
134 "\011isnan", (Math_f)(uintptr_t)isnanl,
135 "\011isnormal", (Math_f)(uintptr_t)local_isnormal,
136 "\011issubnormal", (Math_f)(uintptr_t)local_issubnormal,
137 "\012isunordered", (Math_f)(uintptr_t)local_isunordered,
138 "\011iszero", (Math_f)(uintptr_t)local_iszero,
139 "\001j0", (Math_f)(uintptr_t)j0l,
140 "\001j1", (Math_f)(uintptr_t)j1l,
141 "\002jn", (Math_f)(uintptr_t)jnl,
142 "\042ldexp", (Math_f)(uintptr_t)ldexpl,
143 "\001lgamma", (Math_f)(uintptr_t)lgammal,
144 "\001log", (Math_f)(uintptr_t)logl,
145 "\001log10", (Math_f)(uintptr_t)log10l,
146 "\001log1p", (Math_f)(uintptr_t)log1pl,
147 "\001log2", (Math_f)(uintptr_t)log2l,
148 "\001logb", (Math_f)(uintptr_t)logbl,
149 "\001nearbyint", (Math_f)(uintptr_t)nearbyintl,
150 "\002nextafter", (Math_f)(uintptr_t)nextafterl,
151 "\002nexttoward", (Math_f)(uintptr_t)nexttowardl,
152 "\002pow", (Math_f)(uintptr_t)powl,
153 "\002remainder", (Math_f)(uintptr_t)remainderl,
154 "\001rint", (Math_f)(uintptr_t)rintl,
155 "\001round", (Math_f)(uintptr_t)roundl,
156 "\002scalb", (Math_f)(uintptr_t)scalbl,
157 "\002scalbn", (Math_f)(uintptr_t)scalbnl,
158 "\011signbit", (Math_f)(uintptr_t)local_signbit,
159 "\001sin", (Math_f)(uintptr_t)sinl,
160 "\001sinh", (Math_f)(uintptr_t)sinhl,
161 "\001sqrt", (Math_f)(uintptr_t)sqrtl,
162 "\001tan", (Math_f)(uintptr_t)tanl,
163 "\001tanh", (Math_f)(uintptr_t)tanhl,
164 "\001tgamma", (Math_f)(uintptr_t)tgammal,
165 "\001trunc", (Math_f)(uintptr_t)truncl,
166 "\001y0", (Math_f)(uintptr_t)y0l,
167 "\001y1", (Math_f)(uintptr_t)y1l,
168 "\002yn", (Math_f)(uintptr_t)ynl,