Lines Matching refs:t
168 unsigned int t; in test_fmaf() local
176 for (t = 0; t < NUM_FMAF_VEC; t++) { in test_fmaf()
177 float x = fmaf_vec[t].x; in test_fmaf()
178 float y = fmaf_vec[t].y; in test_fmaf()
179 float z = fmaf_vec[t].z; in test_fmaf()
181 float s = fmaf_vec[t].r[rounding_map[ro]]; in test_fmaf()
189 t, rounding_names[ro], in test_fmaf()
232 unsigned int t; in test_fma() local
240 for (t = 0; t < NUM_FMA_VEC; t++) { in test_fma()
241 double x = fma_vec[t].x; in test_fma()
242 double y = fma_vec[t].y; in test_fma()
243 double z = fma_vec[t].z; in test_fma()
245 double s = fma_vec[t].r[rounding_map[ro]]; in test_fma()
248 t, rounding_names[ro], in test_fma()
291 unsigned int t; in test_fmal() local
299 for (t = 0; t < NUM_FMAL_VEC; t++) { in test_fmal()
300 if (t < 30) in test_fmal()
302 long double x = fmal_vec[t].x; in test_fmal()
303 long double y = fmal_vec[t].y; in test_fmal()
304 long double z = fmal_vec[t].z; in test_fmal()
306 long double s = fmal_vec[t].r[rounding_map[ro]]; in test_fmal()
309 t, rounding_names[ro], in test_fmal()