Lines Matching refs:f
6 void foo(float f) { in foo() argument
7 cabs(f); cabsf(f); cabsl(f); in foo()
16 cacos(f); cacosf(f); cacosl(f); in foo()
25 cacosh(f); cacoshf(f); cacoshl(f); in foo()
34 carg(f); cargf(f); cargl(f); in foo()
43 casin(f); casinf(f); casinl(f); in foo()
52 casinh(f); casinhf(f); casinhl(f); in foo()
61 catan(f); catanf(f); catanl(f); in foo()
70 catanh(f); catanhf(f); catanhl(f); in foo()
79 ccos(f); ccosf(f); ccosl(f); in foo()
88 ccosh(f); ccoshf(f); ccoshl(f); in foo()
97 cexp(f); cexpf(f); cexpl(f); in foo()
106 cimag(f); cimagf(f); cimagl(f); in foo()
113 conj(f); conjf(f); conjl(f); in foo()
120 clog(f); clogf(f); clogl(f); in foo()
129 cproj(f); cprojf(f); cprojl(f); in foo()
138 cpow(f,f); cpowf(f,f); cpowl(f,f); in foo()
147 creal(f); crealf(f); creall(f); in foo()
154 csin(f); csinf(f); csinl(f); in foo()
163 csinh(f); csinhf(f); csinhl(f); in foo()
172 csqrt(f); csqrtf(f); csqrtl(f); in foo()
181 ctan(f); ctanf(f); ctanl(f); in foo()
190 ctanh(f); ctanhf(f); ctanhl(f); in foo()