Searched refs:sk_float_abs (Results 1 – 6 of 6) sorted by relevance
177 float diff = sk_float_abs(f1 - r1); in test_blend()178 diff = sk_float_abs(diff - 0.5f); in test_blend()392 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()402 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()412 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
99 return sk_float_abs(x0 - x1) <= MAX_JITTER_RADIUS && in close_enough_for_jitter()100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS; in close_enough_for_jitter()
73 #define sk_float_abs(x) fabsf(x) macro
35 int filter_idx = int(sk_float_abs(x * fLookupMultiplier)); in lookupScalar()
46 #define SkScalarAbs(x) sk_float_abs(x)
65 return sk_float_abs(x); in SkMScalarAbs()