OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yxL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.c
117
int32
yxL
= ( int32 ) ptrA->yxE * scaleA.valE;
120
uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL,
yxL
, yyL ) - 15;
124
ptrA->yxE =
yxL
>> shiftL;
149
int32
yxL
= ( int32 ) mat1PtrA->yxE * mat2PtrA->xxE + ( int32 ) mat1PtrA->yyE * mat2PtrA->yxE;
152
uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL,
yxL
, yyL ) - 15;
156
matL.yxE =
yxL
>> shiftL;
Flt16Mat2D.c
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;
124
if(
yxL
!= srcPtrA->yxE ) return FALSE;
130
if( ptrA->yxE != (
yxL
>> -bbpDiffL ) ) return FALSE;
374
int32
yxL
= ( ( int32 )ptrA->yxE << 16 ) / detL;
376
*ptrA = bts_Flt16Mat2D_create32( xxL, -xyL, -
yxL
, yyL, 16 + dShrL - ptrA->bbpE );
Cluster2D.c
933
int32 sh0L, sh1L, xxL, xyL,
yxL
, yyL, bbp_enumL;
951
yxL
= ( pxqyL >> sh1L ) * ( pypyL >> sh0L ) - ( pyqyL >> sh1L ) * ( pxpyL >> sh0L );
957
highestBitL = bts_maxAbsIntLog2Of4( xxL, xyL,
yxL
, yyL ) + 1;
962
yxL
<<= ( 31 - highestBitL );
969
yxL
/= detL;
974
altL.matE = bts_Flt16Mat2D_create32( xxL, xyL,
yxL
, yyL, bbp_enumL );
Completed in 1952 milliseconds