Lines Matching refs:nn
239 int side, nn = 0;293 ball->dots[nn][0] = FIX16_FROM_FLOAT(x*invlen);294 ball->dots[nn][1] = FIX16_FROM_FLOAT(y*invlen);295 ball->dots[nn][2] = FIX16_FROM_FLOAT(z*invlen);296 nn++;479 int nn;487 for (nn = 0; nn < ball->sphere_count; nn++) {488 SphereCoord coord = &ball->sphere_map[nn];