Home
last modified time | relevance | path

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

/external/skia/tests/
DFloat16Test.cpp16 static bool eq_within_half_float(float a, float b) { in eq_within_half_float() function
26 static bool eq_within_half_float(const SkPM4f& a, const SkPM4f& b) { in eq_within_half_float() function
28 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()