Lines Matching defs:dist
49 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
54 if (!AlmostEqualUlps_Pin(largest, largest + dist)) { // is the dist within ULPS tolerance?
58 *unequal = (float) largest != (float) (largest + dist);
73 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
78 return RoughlyEqualUlps(largest, largest + dist); // is the dist within ULPS tolerance?
106 double dist = sqrt(distSq); // OPTIMIZATION: can we compare against distSq instead ?
110 if (!AlmostEqualUlps(largest, largest + dist)) { // is the dist within ULPS tolerance?
141 double dist = sqrt(distSq); // OPTIMIZATION: can we compare against distSq instead ?
145 if (!AlmostEqualUlps(largest, largest + dist)) { // is the dist within ULPS tolerance?