Lines Matching refs:n_float
37 int n_float, n_double, n_long_double; variable
47 float (FNC ## f)(float x) { n_float++; } \
52 float (FNC ## f)(float x, float y) { n_float++; } \
58 TYPE (FNC ## f)(float x) { n_float++; } \
112 float (fmaf)(float x, float y, float z) { n_float++; } in TGMACRO_REAL()
119 float (frexpf)(float x, int *e) { n_float++; } in TGMACRO_REAL_REAL()
124 float (ldexpf)(float x, int e) { n_float++; } in TGMACRO_REAL_FIXED_RET()
138 float (nexttowardf)(float x, long double y) { n_float++; } in TGMACRO_REAL_FIXED_RET()
142 float (remquof)(float x, float y, int *q) { n_float++; } in TGMACRO_REAL_REAL()
147 float (scalbnf)(float x, int n) { n_float++; } in TGMACRO_REAL()
150 float (scalblnf)(float x, long n) { n_float++; }
178 (n_float = n_double = n_long_double = 0, \
201 n_float ## SUFFIX == 2
219 n_float == 2
237 n_float == 2
271 n_float == 4
305 n_float == 4
318 n_float == 1