Searched refs:istride (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdescv.cc126 const int istride = sizeof( tmp[0]) / sizeof( tmp[0][0][0] ); local in function:Mapdesc::calcPartialVelocity
133 const int idist = nrows * istride;
138 const int id = idist - spartial * istride;
157 ti += istride;
164 REAL *til = tp + idist - istride;
165 const REAL *till = til - ( spartial * istride );
166 for( ; til != till; til -= istride )
167 for( REAL *ti = tp; ti != til; ti += istride )
170 tj[k] = tj[k+istride] - tj[k];
179 for( REAL *ti = tj, *til = ti + id; ti != til; ti += istride )
[all...]

Completed in 2 milliseconds