Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:xE

152 		if( ( src1L->xE != src2L->xE ) || ( src1L->yE != src2L->yE ) ) return FALSE;
182 xL += vecPtrL->xE;
204 sumL += vecPtrL->xE;
228 xMinL = bbs_min( xMinL, vecPtrL->xE );
230 xMaxL = bbs_max( xMaxL, vecPtrL->xE );
258 int32 xL = ptrA->vecArrE[ indexA ].xE;
578 int32 pxL = srcPtrL->xE - cpL.xE;
580 int32 qxL = dstPtrL->xE - cqL.xE;
641 int32 pxL = srcPtrL->xE - cpL.xE;
643 int32 qxL = dstPtrL->xE - cqL.xE;
848 cpAdjustedL.xE = cpL.xE << shiftL;
854 cpAdjustedL.xE = ( ( cpL.xE >> ( -shiftL - 1 ) ) + 1 ) >> 1;
862 int32 pxL = srcPtrL->xE - cpL.xE;
864 int32 qxL = dstPtrL->xE - cpAdjustedL.xE; /* cp, not cq! */