Lines Matching refs:f

12 void foo(long double f, long double *l, int *i, const char *c) {  in foo()  argument
17 __builtin_fmodl(f,f); in foo()
23 __builtin_atan2l(f,f); in foo()
29 __builtin_copysignl(f,f); in foo()
35 __builtin_fabsl(f); in foo()
41 __builtin_frexpl(f,i); in foo()
59 __builtin_ldexpl(f,f); in foo()
65 __builtin_modfl(f,l); in foo()
83 __builtin_powl(f,f); in foo()
89 __builtin_acosl(f); in foo()
95 __builtin_acoshl(f); in foo()
101 __builtin_asinl(f); in foo()
107 __builtin_asinhl(f); in foo()
113 __builtin_atanl(f); in foo()
119 __builtin_atanhl(f); in foo()
125 __builtin_cbrtl(f); in foo()
131 __builtin_ceill(f); in foo()
137 __builtin_cosl(f); in foo()
143 __builtin_coshl(f); in foo()
149 __builtin_floorl(f); in foo()
155 __builtin_fmaxl(f,f); in foo()
161 __builtin_fminl(f,f); in foo()
167 __builtin_nearbyintl(f); in foo()
173 __builtin_truncl(f); in foo()
179 __builtin_rintl(f); in foo()
185 __builtin_roundl(f); in foo()
191 __builtin_erfl(f); in foo()
197 __builtin_erfcl(f); in foo()
203 __builtin_expl(f); in foo()
209 __builtin_exp2l(f); in foo()
215 __builtin_expm1l(f); in foo()
221 __builtin_fdiml(f,f); in foo()
227 __builtin_fmal(f,f,f); in foo()
233 __builtin_hypotl(f,f); in foo()
239 __builtin_ilogbl(f); in foo()
245 __builtin_lgammal(f); in foo()
251 __builtin_llrintl(f); in foo()
257 __builtin_llroundl(f); in foo()
263 __builtin_logl(f); in foo()
269 __builtin_log10l(f); in foo()
275 __builtin_log1pl(f); in foo()
281 __builtin_log2l(f); in foo()
287 __builtin_logbl(f); in foo()
293 __builtin_lrintl(f); in foo()
299 __builtin_lroundl(f); in foo()
305 __builtin_nextafterl(f,f); in foo()
311 __builtin_nexttowardl(f,f); in foo()
317 __builtin_remainderl(f,f); in foo()
323 __builtin_remquol(f,f,i); in foo()
329 __builtin_scalblnl(f,f); in foo()
335 __builtin_scalbnl(f,f); in foo()
341 __builtin_sinl(f); in foo()
347 __builtin_sinhl(f); in foo()
353 __builtin_sqrtl(f); in foo()
359 __builtin_tanl(f); in foo()
365 __builtin_tanhl(f); in foo()
371 __builtin_tgammal(f); in foo()