Lines Matching defs:x
35 fabsf(float x) in fabsf()
43 acosf(float x) in acosf()
51 asinf(float x) in asinf()
59 atanf(float x) in atanf()
67 atan2f(float x, float y) in atan2f()
75 ceilf(float x) in ceilf()
83 cosf(float x) in cosf()
91 coshf(float x) in coshf()
99 expf(float x) in expf()
107 floorf(float x) in floorf()
115 fmodf(float x, float y) in fmodf()
123 frexpf(float x, int *exp) in frexpf()
131 sqrtf(float x) in sqrtf()
139 hypotf(float x, float y) in hypotf()
151 ldexpf(float x, int exp) in ldexpf()
159 logf(float x) in logf()
167 log10f(float x) in log10f()
175 modff(float x, float *iptr) in modff()
187 powf(float x, float y) in powf()
195 sinf(float x) in sinf()
203 sinhf(float x) in sinhf()
211 tanf(float x) in tanf()
219 tanhf(float x) in tanhf()