OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xyL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Int16Mat2D.c
116
int32
xyL
= ( int32 ) ptrA->xyE * scaleA.valE;
120
uint32 shiftL = bts_maxAbsIntLog2Of4( xxL,
xyL
, yxL, yyL ) - 15;
123
ptrA->xyE =
xyL
>> shiftL;
148
int32
xyL
= ( int32 ) mat1PtrA->xxE * mat2PtrA->xyE + ( int32 ) mat1PtrA->xyE * mat2PtrA->yyE;
152
uint32 shiftL = bts_maxAbsIntLog2Of4( xxL,
xyL
, yxL, yyL ) - 15;
155
matL.xyE =
xyL
>> shiftL;
Flt16Mat2D.c
97
int32
xyL
= ( int32 ) srcPtrA->xyE << bbpDiffL;
102
if( ptrA->xyE !=
xyL
) return FALSE;
108
if( srcPtrA->xyE != (
xyL
>> bbpDiffL ) ) return FALSE;
118
int32
xyL
= ( int32 ) ptrA->xyE << -bbpDiffL;
123
if(
xyL
!= srcPtrA->xyE ) return FALSE;
129
if( ptrA->xyE != (
xyL
>> -bbpDiffL ) ) return FALSE;
373
int32
xyL
= ( ( int32 )ptrA->xyE << 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;
950
xyL
= ( pyqxL >> sh1L ) * ( pxpxL >> sh0L ) - ( pxqxL >> sh1L ) * ( pxpyL >> sh0L );
957
highestBitL = bts_maxAbsIntLog2Of4( xxL,
xyL
, yxL, yyL ) + 1;
961
xyL
<<= ( 31 - highestBitL );
968
xyL
/= detL;
974
altL.matE = bts_Flt16Mat2D_create32( xxL,
xyL
, yxL, yyL, bbp_enumL );
Completed in 76 milliseconds