Searched refs:crossProductOverflows (Results 1 – 1 of 1) sorted by relevance
261 …const bool crossProductOverflows = (crossProduct > floorSqrtMaxInt64 || crossProduct < -floorSqr… in doesLineSegmentExitDiamond() local262 …const deInt64 crossProductSquared = (crossProductOverflows) ? (0) : (crossProduct * crossProduct… in doesLineSegmentExitDiamond()268 if (crossProductOverflows && !limitValueCouldOverflow) in doesLineSegmentExitDiamond()272 if (!crossProductOverflows && !limitValueCouldOverflow) in doesLineSegmentExitDiamond()