Searched refs:quotientL (Results 1 – 1 of 1) sorted by relevance
45 uint32 shiftL, quotientL; in bts_Cluster2D_computeScale() local70 quotientL = ( enumA << shiftL ) / denomA; in bts_Cluster2D_computeScale()72 *scaleA = bbs_fastSqrt32( quotientL ); in bts_Cluster2D_computeScale()675 uint32 scaleL, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L; in bts_Cluster2D_alt() local712 quotientL = ( enumL << shiftL ) / denomL; in bts_Cluster2D_alt()715 posL = bbs_intLog2( quotientL ); in bts_Cluster2D_alt()732 bbs_uint32ReduceToNBits( "ientL, "ientBbpL, 15 ); in bts_Cluster2D_alt()737 quotientL >>= ( quotientBbpL - 15 ); in bts_Cluster2D_alt()742 denomL = bbs_fastSqrt32( quotientL * quotientL + ( ( int32 )1 << ( quotientBbpL << 1 ) ) ); in bts_Cluster2D_alt()744 quotientL = ( ( uint32 )1 << 31 ) / denomL; in bts_Cluster2D_alt()[all …]