Searched refs:eq2_strict (Results 1 – 1 of 1) sorted by relevance
172 bool eq2_strict = math::equals(s2x, px); in apply() local176 eq2 = eq2_strict // lon strictly equal to s2 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()