OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bbp_denoml
(Results
1 - 1
of
1
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.c
46
int32 posL,
bbp_denomL
;
53
bbp_denomL
= bbp_denomA;
55
if( posL -
bbp_denomL
> 12 )
58
denomA >>=
bbp_denomL
;
59
bbp_denomL
= 0;
64
bbs_uint32ReduceToNBits( &denomA, &
bbp_denomL
, 12 );
68
if( ( bbp_enumA + shiftL -
bbp_denomL
) & 1 ) shiftL--;
73
*bbp_scaleA = ( bbp_enumA + shiftL -
bbp_denomL
) >> 1;
Completed in 40 milliseconds