Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:indexA

243 							uint32 indexA, int32 bbpA )
246 if( indexA >= ptrA->sizeE )
249 "indexA = %i is out of range [0,%i]",
250 indexA,
258 int32 xL = ptrA->vecArrE[ indexA ].xE;
276 uint32 indexA,
280 if( indexA >= ptrA->sizeE )
283 "indexA = %i is out of range [0,%i]",
284 indexA,
291 int32 yL = ptrA->vecArrE[ indexA ].yE;