Searched refs:b_l (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_box.h | 162 int a_l[2], a_r[2], b_l[2], b_r[2]; in u_box_test_intersection_2d() local 169 b_l[0] = MIN2(b->x, b->x + b->width); in u_box_test_intersection_2d() 171 b_l[1] = MIN2(b->y, b->y + b->height); in u_box_test_intersection_2d() 175 if (a_l[i] > b_r[i] || a_r[i] < b_l[i]) in u_box_test_intersection_2d()
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend_test.py | 1083 for b_l, b_u_l in zip(last_output_list[2], last_output_list[3]): 1084 self.assertAllClose(b_l, b_u_l, atol=1e-04) 1189 for b_l, b_u_l in zip(last_output_list[2], last_output_list[3]): 1190 self.assertAllClose(b_l, b_u_l, atol=1e-04)
|