Home | History | Annotate | Download | only in Intersection

Lines Matching defs:smaller

32     int smaller = reduction[1].y > reduction[0].y;
33 int larger = smaller ^ 1;
36 if (reduction[smaller].y > yExtrema) {
37 reduction[smaller].y = yExtrema;
53 int smaller = reduction[1].x > reduction[0].x;
54 int larger = smaller ^ 1;
57 if (reduction[smaller].x > xExtrema) {
58 reduction[smaller].x = xExtrema;
107 // sameSide > 0 means mid is smaller than either [0] or [2], so replace smaller
136 // reduce to a quadratic or smaller