HomeSort by relevance Sort by last modified time
    Searched refs:yxE (Results 1 - 11 of 11) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Mat2D.c 46 ptrA->yxE = 0;
57 ptrA->yxE = 0;
76 ptrA->yxE = srcPtrA->yxE;
89 if( ptrA->yxE != srcPtrA->yxE ) return FALSE;
98 int32 yxL = ( int32 ) srcPtrA->yxE << bbpDiffL;
103 if( ptrA->yxE != yxL ) return FALSE;
109 if( srcPtrA->yxE != ( yxL >> bbpDiffL ) ) return FALSE;
119 int32 yxL = ( int32 ) ptrA->yxE << -bbpDiffL
    [all...]
Int16Mat2D.c 96 matL.yxE = sL;
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE;
124 ptrA->yxE = yxL >> shiftL;
137 vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPtrA->bbpE;
147 int32 xxL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE;
149 int32 yxL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE;
150 int32 yyL = ( int32 ) mat1PtrA->yxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yyE;
156 matL.yxE = yxL >> shiftL;
Int16Mat2D.h 49 int16 yxE;
Flt16Mat3D.c 47 ptrA->yxE = 0;
63 ptrA->yxE = 0;
168 matL.yxE = yxA;
192 matL.yxE = 0;
214 matL.yxE = ( ( yxA >> sh1L ) + 1 ) >> 1;
226 matL.yxE = yxA << -shiftL;
253 ptrA->yxE * scaleA, ptrA->yyE * scaleA, ptrA->yzE * scaleA,
266 int32 yL = ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE + ( int32 ) matPtrA->yzE * vecPtrA->zE;
297 int32 yL = ( ( ( ( int32 ) matPtrA->yxE * vecPtrA->xE + 1 ) >> 1 ) +
317 ( ( ( int32 ) mat1PtrA->xxE * mat2PtrA->xxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->yxE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xzE * mat2PtrA->zxE + 1 ) >> 1 )
    [all...]
Flt16Mat2D.h 50 int16 yxE;
Flt16Mat3D.h 54 int16 yxE;
Flt16Alt2D.c 294 - ( ( ( int32 ) ptrA->matE.yxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.yyE * ptrA->vecE.yE ) ),
Cluster3D.c 360 vecPtrL->yE = ( y0L + xL * altA.matE.yxE + yL * altA.matE.yyE + zL * altA.matE.yzE ) >> altA.matE.bbpE;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
397 invAlt2DL.matE.yxE > maxInt32Value8bbpL ||
405 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE,
413 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL;
687 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
696 invAlt2DL.matE.yxE > maxInt32Value8bbpL ||
704 ( int32 )invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE,
712 myxL = ( int32 )invAlt2DL.matE.yxE << -shiftL;
UInt8Image.c 574 myxL = invAlt2DL.matE.yxE >> shiftL;
583 invAlt2DL.matE.yxE > maxInt32Value8bbpL ||
591 invAlt2DL.matE.yxE >> invAlt2DL.matE.bbpE,
599 myxL = invAlt2DL.matE.yxE << -shiftL;
Functions.c 117 myxL = invAltL.matE.yxE << shlL;
125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1;
449 myxL = invAltL.matE.yxE << shlL;
457 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1;

Completed in 33 milliseconds