Searched refs:n_float (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 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() [all …]
|