Searched refs:slope_max (Results 1 – 1 of 1) sorted by relevance
1082 float slope_max = +INFINITY_; in fit_linear() local1089 if (slope_max_i < slope_min || slope_max < slope_min_i) { in fit_linear()1093 slope_max = fminf_(slope_max, slope_max_i); in fit_linear()1097 if (slope_min <= cur_slope && cur_slope <= slope_max) { in fit_linear()