Searched defs:depsilon (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsTypes.cpp19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { argument
20 if (arguments_denormalized(a, b, depsilon)) {
29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { argument
36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { argument
40 if (arguments_denormalized(a, b, depsilon)) {
/external/skqp/src/pathops/
H A DSkPathOpsTypes.cpp19 static bool equal_ulps(float a, float b, int epsilon, int depsilon) { argument
20 if (arguments_denormalized(a, b, depsilon)) {
29 static bool equal_ulps_no_normal_check(float a, float b, int epsilon, int depsilon) { argument
36 static bool equal_ulps_pin(float a, float b, int epsilon, int depsilon) { argument
40 if (arguments_denormalized(a, b, depsilon)) {

Completed in 2092 milliseconds