Searched refs:tol (Results 1 – 1 of 1) sorted by relevance
177 util_is_approx(float a, float b, float tol) in util_is_approx() argument179 return fabsf(b - a) <= tol; in util_is_approx()