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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdescv.cc127 const int jstride = sizeof( tmp[0][0]) / sizeof( tmp[0][0][0] ); local in function:Mapdesc::calcPartialVelocity
134 const int jdist = ncols * jstride;
139 const int jd = jdist - tpartial * jstride;
154 tj += jstride;
168 for( REAL *tj = ti, *tjl = tj + jdist; tj != tjl; tj += jstride )
175 REAL *tjl = tp + jdist - jstride;
176 const REAL *tjll = tjl - ( tpartial * jstride );
177 for( ; tjl != tjll; tjl -= jstride )
178 for( REAL *tj = tp; tj != tjl; tj += jstride )
181 ti[k] = ti[k+jstride]
[all...]

Completed in 3 milliseconds