Home | History | Annotate | Download | only in pathops

Lines Matching defs:dist

81     double dist = realPt.distance(xy);   // OPTIMIZATION: can we compare against distSq instead ?
86 if (!AlmostEqualUlps(largest, largest + dist)) { // is the dist within ULPS tolerance?
102 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
107 return RoughlyEqualUlps(largest, largest + dist); // is the dist within ULPS tolerance?
148 double dist = sqrt(distSq); // OPTIMIZATION: can we compare against distSq instead ?
152 if (!AlmostEqualUlps(largest, largest + dist)) { // is the dist within ULPS tolerance?
183 double dist = sqrt(distSq); // OPTIMIZATION: can we compare against distSq instead ?
187 if (!AlmostEqualUlps(largest, largest + dist)) { // is the dist within ULPS tolerance?