Searched refs:dist2 (Results 1 – 1 of 1) sorted by relevance
480 INT32 dist0, dist1, dist2; local579 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;580 boxp->volume = dist0 * dist0 + dist1 * dist1 + dist2 * dist2;1119 register INT32 dist2; /* current distance in inner loop */ local1178 dist2 = dist1;1182 if (dist2 < *bptr)1184 *bptr = dist2;1187 dist2 += xx2;
Completed in 12 milliseconds