Searched refs:eq1_strict (Results 1 – 1 of 1) sorted by relevance
171 bool eq1_strict = math::equals(s1x, px); in apply() local174 eq1 = eq1_strict // lon strictly equal to s1 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()