Searched refs:tjl (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ | ||
| H A D | mapdescv.cc | 149 REAL *tjl = ti + jdist; local in function:Mapdesc::calcPartialVelocity 150 for( ; tj != tjl; ) { 168 for( REAL *tj = ti, *tjl = tj + jdist; tj != tjl; tj += jstride ) local in function:Mapdesc::calcPartialVelocity 175 REAL *tjl = tp + jdist - jstride; local in function:Mapdesc::calcPartialVelocity 176 const REAL *tjll = tjl - ( tpartial * jstride ); 177 for( ; tjl != tjll; tjl -= jstride ) 178 for( REAL *tj = tp; tj != tjl; tj += jstride ) 190 for( REAL *tj = ti, *mj = mi, *tjl local in function:Mapdesc::calcPartialVelocity [all...] |
Completed in 2 milliseconds