Home | History | Annotate | Download | only in internals

Lines Matching refs:dist

106     REAL *dist,
213 dist[0] = 0.0;
214 dist[1] = 0.0;
217 if( mag[i][j] > dist[0] ) dist[0] = mag[i][j];
220 if( mag[i][j] > dist[1] ) dist[1] = mag[i][j];
222 dist[0] = fac * sqrtf( dist[0] );
223 dist[1] = fac * sqrtf( dist[1] );
226 dist[0] = 0.0;
227 dist[1] = 0.0;
230 if( mag[i][j] > dist[0] ) dist[0] = mag[i][j];
233 if( mag[i][j] > dist[1] ) dist[1] = mag[i][j];
235 dist[0] = fac * sqrtf( dist[0] );
236 dist[1] = fac * sqrtf( dist[1] );