Searched refs:fl_deviation (Results 1 – 1 of 1) sorted by relevance
282 float fl_avg_deviation, fl_estimated_bits, fl_deviation, x_val; in refine_set_of_points() local300 fl_deviation = in refine_set_of_points()302 fl_deviation = fl_deviation * fl_deviation; in refine_set_of_points()303 fl_avg_deviation += fl_deviation; in refine_set_of_points()323 fl_deviation = in refine_set_of_points()326 fl_deviation = fl_deviation * fl_deviation; in refine_set_of_points()328 if(fl_deviation > (fl_avg_deviation)) in refine_set_of_points()353 float fl_avg_deviation, fl_estimated_bits, fl_deviation, x_val; in calc_avg_sqr_dev_for_model() local372 fl_deviation = in calc_avg_sqr_dev_for_model()374 fl_deviation = fl_deviation * fl_deviation; in calc_avg_sqr_dev_for_model()[all …]