Searched refs:yyE (Results 1 - 11 of 11) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Mat2D.c47 ptrA->yyE = 0;
58 ptrA->yyE = 0;
77 ptrA->yyE = srcPtrA->yyE;
90 if( ptrA->yyE != srcPtrA->yyE ) return FALSE;
99 int32 yyL = ( int32 ) srcPtrA->yyE << bbpDiffL;
104 if( ptrA->yyE != yyL ) return FALSE;
110 if( srcPtrA->yyE != ( yyL >> bbpDiffL ) ) return FALSE;
120 int32 yyL = ( int32 ) ptrA->yyE <<
[all...]
H A DInt16Mat2D.c97 matL.yyE = cL;
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE;
125 ptrA->yyE = yyL >> shiftL;
137 vecL.yE = ( ( int32 ) matPtrA->yxE * vecPtrA->xE + ( int32 ) matPtrA->yyE * vecPtrA->yE ) >> matPtrA->bbpE;
148 int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE;
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;
157 matL.yyE = yyL >> shiftL;
H A DInt16Mat2D.h52 int16 yyE; member in struct:bts_Int16Mat2D
H A DFlt16Mat3D.c48 ptrA->yyE = 0;
64 ptrA->yyE = 0;
169 matL.yyE = yyA;
193 matL.yyE = 0;
215 matL.yyE = ( ( yyA >> sh1L ) + 1 ) >> 1;
227 matL.yyE = yyA << -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;
298 ( ( ( int32 ) matPtrA->yyE * vecPtrA->yE + 1 ) >> 1 ) +
318 ( ( ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + 1 ) >> 1 ) + ( ( ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE
[all...]
H A DFlt16Mat2D.h53 int16 yyE; member in struct:bts_Flt16Mat2D
H A DFlt16Mat3D.h57 int16 yyE; member in struct:bts_Flt16Mat3D
H A DFlt16Alt2D.c294 - ( ( ( int32 ) ptrA->matE.yxE * ptrA->vecE.xE + ( int32 ) ptrA->matE.yyE * ptrA->vecE.yE ) ),
H A DCluster3D.c360 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/
H A DUInt16ByteImage.c389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
398 invAlt2DL.matE.yyE > maxInt32Value8bbpL )
406 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE,
414 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
688 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
697 invAlt2DL.matE.yyE > maxInt32Value8bbpL )
705 ( int32 )invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE,
713 myyL = ( int32 )invAlt2DL.matE.yyE << -shiftL;
H A DUInt8Image.c575 myyL = invAlt2DL.matE.yyE >> shiftL;
584 invAlt2DL.matE.yyE > maxInt32Value8bbpL )
592 invAlt2DL.matE.yyE >> invAlt2DL.matE.bbpE,
600 myyL = invAlt2DL.matE.yyE << -shiftL;
H A DFunctions.c118 myyL = invAltL.matE.yyE << shlL;
126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1;
450 myyL = invAltL.matE.yyE << shlL;
458 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1;

Completed in 94 milliseconds