Searched refs:cEnd (Results 1 – 2 of 2) sorted by relevance
313 int cEnd = closest1 ^ 1; // assume coincidence always travels in pairs in hackToFixPartialCoincidence() local314 if (!between(i.fCoincidentT[0][cEnd], t1, i.fCoincidentT[0][closest1])) { in hackToFixPartialCoincidence()317 cEnd = closest2 ^ 1; in hackToFixPartialCoincidence()318 if (!between(i.fCoincidentT[0][cEnd], t2, i.fCoincidentT[0][closest2])) { in hackToFixPartialCoincidence()