Lines Matching defs:raise_point
66 int raise_point = -1, fall_point = -1;
83 raise_point = i;
86 if (raise_point != -1 && fall_point != -1)
95 if (raise_point == -1)
96 raise_point = 0;
99 if (fall_point < raise_point) {
100 if ((raise_point + fall_point) >
104 i = (raise_point + ARRAY_SIZE(degrees) - 1) / 2;
106 i = (raise_point + fall_point) / 2;
111 raise_point, fall_point, degrees[i]);