OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_absIntLog2
(Results
1 - 6
of
6
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Functions.h
53
uint32
bts_absIntLog2
( int32 vA );
Functions.c
38
uint32
bts_absIntLog2
( int32 vA )
Int32Mat.c
51
shiftL =
bts_absIntLog2
( maxL ) + 1 - nBitsA;
374
shiftL = 30 -
bts_absIntLog2
( vecL[ jPivL ] );
468
shiftL = 30 -
bts_absIntLog2
( maxL );
Flt16Mat2D.c
279
uint32 scaleExpL =
bts_absIntLog2
( scaleA );
Flt16Mat3D.c
244
uint32 scaleExpL =
bts_absIntLog2
( scaleA );
Cluster2D.c
924
shL = ( int32 )
bts_absIntLog2
( detL );
Completed in 109 milliseconds