Lines Matching refs:j
178 sphere( unsigned int i, unsigned int j, float r );
206 for ( unsigned int j = 0; j < nj; j++ ) { in sphere() local
208 if ( j != 0 ) { in sphere()
211 st[1] = ( float )j / ( float )nj; in sphere()
217 st[1] = ( float )j / ( float )nj; in sphere()
223 st[1] = ( float )( j + 1 ) / ( float )nj; in sphere()
228 if ( j != nj-1 ) { in sphere()
231 st[1] = ( float )j / ( float )nj; in sphere()
237 st[1] = ( float )( j + 1 ) / ( float )nj; in sphere()
243 st[1] = ( float )( j + 1 ) / ( float )nj; in sphere()
270 squre( unsigned int i, unsigned int j, float l );
296 for ( unsigned int j = 0; j < nj; j++ ) { in squre() local
300 st[1] = ( float )j / ( float )nj; in squre()
306 st[1] = ( float )j / ( float )nj; in squre()
312 st[1] = ( float )( j + 1 ) / ( float )nj; in squre()
318 st[1] = ( float )j / ( float )nj; in squre()
324 st[1] = ( float )( j + 1 ) / ( float )nj; in squre()
330 st[1] = ( float )( j + 1 ) / ( float )nj; in squre()