Searched refs:pos_b (Results 1 – 2 of 2) sorted by relevance
294 const Mesh::Position &pos_b = mesh_.positions_[b]; in add_middle_point() local296 (pos_a.x + pos_b.x) / 2.0f, in add_middle_point()297 (pos_a.y + pos_b.y) / 2.0f, in add_middle_point()298 (pos_a.z + pos_b.z) / 2.0f, in add_middle_point()
796 bool pos_b = (ub >> 63) == 0; in add() local800 if ((pos_a == pos_b) && (pos_a != pos_r)) { in add()1203 bool pos_b = (ub >> 63) == 0; in sub() local1207 if ((pos_a != pos_b) && (pos_a != pos_r)) { in sub()