Searched refs:xyL (Results 1 – 3 of 3) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Mat2D.c | 116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE; in bts_Int16Mat2D_scale() local 120 uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) - 15; in bts_Int16Mat2D_scale() 123 ptrA->xyE = xyL >> shiftL; in bts_Int16Mat2D_scale() 148 int32 xyL = ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE; in bts_Int16Mat2D_mul() local 152 uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) - 15; in bts_Int16Mat2D_mul() 155 matL.xyE = xyL >> shiftL; in bts_Int16Mat2D_mul()
|
D | Flt16Mat2D.c | 97 int32 xyL = ( int32 ) srcPtrA->xyE << bbpDiffL; in bts_Flt16Mat2D_equal() local 102 if( ptrA->xyE != xyL ) return FALSE; in bts_Flt16Mat2D_equal() 108 if( srcPtrA->xyE != ( xyL >> bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal() 118 int32 xyL = ( int32 ) ptrA->xyE << -bbpDiffL; in bts_Flt16Mat2D_equal() local 123 if( xyL != srcPtrA->xyE ) return FALSE; in bts_Flt16Mat2D_equal() 129 if( ptrA->xyE != ( xyL >> -bbpDiffL ) ) return FALSE; in bts_Flt16Mat2D_equal() 373 int32 xyL = ( ( int32 )ptrA->xyE << 16 ) / detL; in bts_Flt16Mat2D_invert() local 376 *ptrA = bts_Flt16Mat2D_create32( xxL, -xyL, -yxL, yyL, 16 + dShrL - ptrA->bbpE ); in bts_Flt16Mat2D_invert()
|
D | Cluster2D.c | 933 int32 sh0L, sh1L, xxL, xyL, yxL, yyL, bbp_enumL; in bts_Cluster2D_alt() local 950 xyL = ( pyqxL >> sh1L ) * ( pxpxL >> sh0L ) - ( pxqxL >> sh1L ) * ( pxpyL >> sh0L ); in bts_Cluster2D_alt() 957 highestBitL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) + 1; in bts_Cluster2D_alt() 961 xyL <<= ( 31 - highestBitL ); in bts_Cluster2D_alt() 968 xyL /= detL; in bts_Cluster2D_alt() 974 altL.matE = bts_Flt16Mat2D_create32( xxL, xyL, yxL, yyL, bbp_enumL ); in bts_Cluster2D_alt()
|