Searched defs:quotientL (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster2D.c45 uint32 shiftL, quotientL; local
70 quotientL = ( enumA << shiftL ) / denomA;
72 *scaleA = bbs_fastSqrt32( quotientL );
675 uint32 scaleL, shiftL, quotientL, enumL, denomL, bitsTaken0L, bitsTaken1L; local
712 quotientL = ( enumL << shiftL ) / denomL;
715 posL = bbs_intLog2( quotientL );
732 bbs_uint32ReduceToNBits( &quotientL, &quotientBbpL, 15 );
737 quotientL >>= ( quotientBbpL - 15 );
742 denomL = bbs_fastSqrt32( quotientL * quotientL
[all...]

Completed in 162 milliseconds