Searched refs:depsilon (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTypes.cpp | 19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { in equal_ulps() argument 20 if (arguments_denormalized(a, b, depsilon)) { in equal_ulps() 29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { in equal_ulps_no_normal_check() argument 36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { in equal_ulps_pin() argument 40 if (arguments_denormalized(a, b, depsilon)) { in equal_ulps_pin()
|
Completed in 1 milliseconds