Searched defs:approximately_equal (Results 1 – 6 of 6) sorted by relevance
87 static bool approximately_equal(float a, float b) { in approximately_equal() function
81 static bool approximately_equal(float a, float b) { in approximately_equal() function
62 auto approximately_equal = [](SkFixed a, SkFixed b) { in combineVertical() local
392 inline bool approximately_equal(double x, double y) { in approximately_equal() function