Home
last modified time | relevance | path

Searched refs:bts_absIntLog2 (Results 1 – 6 of 6) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DInt32Mat.c51 shiftL = bts_absIntLog2( maxL ) + 1 - nBitsA; in bts_Int32Mat_reduceToNBits()
374 shiftL = 30 - bts_absIntLog2( vecL[ jPivL ] ); in bts_Int32Mat_solve2()
468 shiftL = 30 - bts_absIntLog2( maxL ); in bts_Int32Mat_solve2()
DFunctions.h53 uint32 bts_absIntLog2( int32 vA );
DFunctions.c38 uint32 bts_absIntLog2( int32 vA ) in bts_absIntLog2() function
DFlt16Mat2D.c279 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat2D_scale()
DFlt16Mat3D.c244 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat3D_scale()
DCluster2D.c924 shL = ( int32 )bts_absIntLog2( detL ); in bts_Cluster2D_alt()