Home
last modified time | relevance | path

Searched refs:fminf_ (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/skcms/
Dskcms.cc118 static float fminf_(float x, float y) { return x < y ? x : y; } in fminf_() function
238 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()