Lines Matching defs:fall_point
53 int rise_point = -1, fall_point = -1;
61 * fall_point to ensure the best sampling point of a data input
78 fall_point = i - 1;
83 if (rise_point != -1 && fall_point != -1)
94 if (fall_point == -1)
95 fall_point = grade - 1;
96 if (fall_point < rise_point) {
97 if ((rise_point + fall_point) >
99 i = fall_point / 2;
103 i = (rise_point + fall_point) / 2;