Lines Matching refs:T
118 if (counts[T##type][C_##fn] != 0) \
122 if (count != 1 || counts[T##type][C_##fn] != 1) \
128 counts[T##type][C_##fn] = 0; \
460 #define T Tdouble macro
467 #define T Tfloat macro
475 #define T Tldouble macro
494 counts[T][C_cos]++; in TYPE()
510 counts[T][C_fabs]++; in TYPE()
518 counts[T][C_cabs]++; in TYPE()
534 counts[T][C_expm1]++; in TYPE()
542 counts[T][C_lrint]++; in F()
550 counts[T][C_ldexp]++; in TYPE()
558 counts[T][C_atan2]++; in TYPE()
566 counts[T][C_remquo]++; in TYPE()
574 counts[T][C_pow]++; in TYPE()
590 counts[T][C_fma]++; in TYPE()
598 #undef T