Searched refs:eq_within_half_float (Results 1 – 1 of 1) sorted by relevance
16 static bool eq_within_half_float(float a, float b) { in eq_within_half_float() function26 static bool eq_within_half_float(const SkPM4f& a, const SkPM4f& b) { in eq_within_half_float() function28 if (!eq_within_half_float(a.fVec[i], b.fVec[i])) { in eq_within_half_float()52 REPORTER_ASSERT(reporter, eq_within_half_float(origpm4, pm4)); in DEF_TEST()