Searched refs:s1y (Results 1 – 1 of 1) sorted by relevance
163 calc_t const s1y = get<1>(seg1); in apply() local175 || math::equals(s1y, pi2) || math::equals(s1y, -pi2); // s1 is pole in apply()201 ? (s1y <= py && s2y >= py) || (s2y <= py && s1y >= py) in apply()203 : (pi - s1y - s2y <= pi in apply()204 ? (eq1_strict && s1y <= py) || (eq2_strict && s2y <= py) // north in apply()206 : (eq1_strict && s1y >= py) || (eq2_strict && s2y >= py)) // south in apply()243 calc_t const s1y = get<1>(seg1); in apply() local245 if ((s1y <= py && s2y >= py) || (s2y <= py && s1y >= py)) in apply()