Searched refs:n_float (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/tools/regression/include/tgmath/ |
| HD | tgmath.c | 39 int n_float, n_double, n_long_double; variable 49 float (FNC ## f)(float x) { n_float++; } \ 54 float (FNC ## f)(float x, float y) { n_float++; } \ 60 TYPE (FNC ## f)(float x) { n_float++; } \ 114 float (fmaf)(float x, float y, float z) { n_float++; } in TGMACRO_REAL() 121 float (frexpf)(float x, int *e) { n_float++; } in TGMACRO_REAL_REAL() 126 float (ldexpf)(float x, int e) { n_float++; } in TGMACRO_REAL_FIXED_RET() 140 float (nexttowardf)(float x, long double y) { n_float++; } in TGMACRO_REAL_FIXED_RET() 144 float (remquof)(float x, float y, int *q) { n_float++; } in TGMACRO_REAL_REAL() 149 float (scalbnf)(float x, int n) { n_float++; } in TGMACRO_REAL() [all …]
|