HomeSort by relevance Sort by last modified time
    Searched refs:bbs_intLog2 (Results 1 - 9 of 9) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Functions.c 40 return bbs_intLog2( bbs_abs( vA ) );
48 return bbs_intLog2( maxL );
58 return bbs_intLog2( maxL );
69 return bbs_intLog2( maxL );
Cluster2D.c 49 shiftL = 31 - bbs_intLog2( enumA );
52 posL = bbs_intLog2( denomA ) + 1;
709 shiftL = 31 - bbs_intLog2( enumL );
715 posL = bbs_intLog2( quotientL );
Flt16Alt2D.c 210 uint32 scaleExpL = bbs_intLog2( scaleL );
CompactMat.c 318 resultLogL = bbs_intLog2( resultManL > 0 ? resultManL : -resultManL );
523 uint32 inNormBitsL = bbs_intLog2( bbs_vecNorm16( inVecA, ptrA->widthE ) ) + 1;
Flt16Mat2D.c 357 int32 detExpL = bbs_intLog2( detL );
  /external/neven/Embedded/common/src/b_BasicEm/
Phase.c 287 uint32 shiftL = bbs_intLog2( yL ) - 15;
297 uint32 shiftL = bbs_intLog2( xL ) - 15;
Math.h 83 uint32 bbs_intLog2( uint32 valA );
Math.c 245 uint32 bbs_intLog2( uint32 valA )
742 int32 posHighestBitL = bbs_intLog2( *argPtrA ) + 1;
755 int32 posHighestBitL = bbs_intLog2( bbs_abs( *argPtrA ) ) + 1;
859 uint32 log1L = bbs_intLog2( v1A );
860 uint32 log2L = bbs_intLog2( v2A );
900 uint32 log1L = bbs_intLog2( v1A > 0 ? v1A : -v1A );
901 uint32 log2L = bbs_intLog2( v2A > 0 ? v2A : -v2A );
948 int32 logL = bbs_intLog2( vL > 0 ? vL : -vL );
    [all...]
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.c 279 uint32 logEyeDistL = bbs_intLog2( eyeDistL );
354 uint32 logEyeDistL = bbs_intLog2( eyeDistL );

Completed in 151 milliseconds