Home
last modified time | relevance | path

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

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