Searched refs:result_f (Results 1 – 3 of 3) sorted by relevance
89 pixman_vector_f128_t vf, result_f; in test_matrix() local148 if (pixman_transform_point_f128 (&tf, &vf, &result_f)) in test_matrix()151 (does_it_fit_fixed_48_16 (result_f.v[0]) && in test_matrix()152 does_it_fit_fixed_48_16 (result_f.v[1]) && in test_matrix()153 does_it_fit_fixed_48_16 (result_f.v[2]))) in test_matrix()157 double diff = fabs (result_f.v[j] - in test_matrix()
55 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply() local57 f_ = result_f; in Multiply()
31 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32); in Multiply() local33 f_ = result_f; in Multiply()