Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTypes.cpp79 static bool d_not_equal_ulps(float a, float b, int epsilon) { in d_not_equal_ulps() function
156 return d_not_equal_ulps(a, b, UlpsEpsilon); in NotAlmostDequalUlps()