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