Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DCluster2D.c46 int32 posL, bbp_denomL; in bts_Cluster2D_computeScale() local
52 posL = bbs_intLog2( denomA ) + 1; in bts_Cluster2D_computeScale()
55 if( posL - bbp_denomL > 12 ) in bts_Cluster2D_computeScale()
678 int32 quotientBbpL, bbp_crL, posL; in bts_Cluster2D_alt() local
715 posL = bbs_intLog2( quotientL ); in bts_Cluster2D_alt()
718 if( posL > ( quotientBbpL + 14 ) ) in bts_Cluster2D_alt()
724 else if( quotientBbpL > ( posL + 14 ) ) in bts_Cluster2D_alt()