Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.h177 util_is_approx(float a, float b, float tol) in util_is_approx() argument
179 return fabsf(b - a) <= tol; in util_is_approx()