Home
last modified time | relevance | path

Searched refs:bbs_intLog2 (Results 1 – 9 of 9) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DFunctions.c40 return bbs_intLog2( bbs_abs( vA ) ); in bts_absIntLog2()
48 return bbs_intLog2( maxL ); in bts_maxAbsIntLog2Of2()
58 return bbs_intLog2( maxL ); in bts_maxAbsIntLog2Of3()
69 return bbs_intLog2( maxL ); in bts_maxAbsIntLog2Of4()
DCluster2D.c49 shiftL = 31 - bbs_intLog2( enumA ); in bts_Cluster2D_computeScale()
52 posL = bbs_intLog2( denomA ) + 1; in bts_Cluster2D_computeScale()
709 shiftL = 31 - bbs_intLog2( enumL ); in bts_Cluster2D_alt()
715 posL = bbs_intLog2( quotientL ); in bts_Cluster2D_alt()
DCompactMat.c318 resultLogL = bbs_intLog2( resultManL > 0 ? resultManL : -resultManL ); in bts_CompactMat_fltDotPrdRow()
523 uint32 inNormBitsL = bbs_intLog2( bbs_vecNorm16( inVecA, ptrA->widthE ) ) + 1; in bts_CompactMat_map()
DFlt16Alt2D.c210 uint32 scaleExpL = bbs_intLog2( scaleL ); in bts_Flt16Alt2D_createRigidMap()
DFlt16Mat2D.c357 int32 detExpL = bbs_intLog2( detL ); in bts_Flt16Mat2D_invert()
/external/neven/Embedded/common/src/b_BasicEm/
DPhase.c287 uint32 shiftL = bbs_intLog2( yL ) - 15; in bbs_phase16()
297 uint32 shiftL = bbs_intLog2( xL ) - 15; in bbs_phase16()
DMath.c245 uint32 bbs_intLog2( uint32 valA ) in bbs_intLog2() function
742 int32 posHighestBitL = bbs_intLog2( *argPtrA ) + 1; in bbs_uint32ReduceToNBits()
755 int32 posHighestBitL = bbs_intLog2( bbs_abs( *argPtrA ) ) + 1; in bbs_int32ReduceToNBits()
859 uint32 log1L = bbs_intLog2( v1A ); in bbs_mulU32()
860 uint32 log2L = bbs_intLog2( v2A ); in bbs_mulU32()
900 uint32 log1L = bbs_intLog2( v1A > 0 ? v1A : -v1A ); in bbs_mulS32()
901 uint32 log2L = bbs_intLog2( v2A > 0 ? v2A : -v2A ); in bbs_mulS32()
948 int32 logL = bbs_intLog2( vL > 0 ? vL : -vL ); in bbs_vecSqrNorm32()
DMath.h83 uint32 bbs_intLog2( uint32 valA );
/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.c279 uint32 logEyeDistL = bbs_intLog2( eyeDistL ); in bpi_BFFaceFinder_process()
354 uint32 logEyeDistL = bbs_intLog2( eyeDistL ); in bpi_BFFaceFinder_getFace()