Lines Matching defs:raise_point
72 int raise_point = -1, fall_point = -1;
89 raise_point = i;
92 if (raise_point != -1 && fall_point != -1)
101 if (raise_point == -1)
102 raise_point = 0;
105 if (fall_point < raise_point) {
106 if ((raise_point + fall_point) >
110 i = (raise_point + ARRAY_SIZE(degrees) - 1) / 2;
112 i = (raise_point + fall_point) / 2;
117 raise_point, fall_point, degrees[i]);