Searched refs:fminf_ (Results 1 – 1 of 1) sorted by relevance
118 static float fminf_(float x, float y) { return x < y ? x : y; } in fminf_() function238 float ix = fmaxf_(0, fminf_(x, 1)) * (curve->table_entries - 1); in eval_curve()1093 slope_max = fminf_(slope_max, slope_max_i); in fit_linear()