Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:indexA

184 							uint32 indexA, int32 bbpA )
188 if( indexA >= ptrA->sizeE )
191 "indexA = %i is out of range [0,%i]",
192 indexA,
199 return ( int32 ) ptrA->vecArrE[ indexA ].xE << shiftL;
203 return ( ( ( int32 ) ptrA->vecArrE[ indexA ].xE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
211 uint32 indexA,
216 if( indexA >= ptrA->sizeE )
219 "indexA = %i is out of range [0,%i]",
220 indexA,
227 return ( int32 ) ptrA->vecArrE[ indexA ].yE << shiftL;
231 return ( ( ( int32 ) ptrA->vecArrE[ indexA ].yE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
239 uint32 indexA,
244 if( indexA >= ptrA->sizeE )
247 "indexA = %i is out of range [0,%i]",
248 indexA,
255 return ( int32 ) ptrA->vecArrE[ indexA ].zE << shiftL;
259 return ( ( ( int32 ) ptrA->vecArrE[ indexA ].zE >> ( -shiftL - 1 ) ) + 1 ) >> 1;