Searched refs:preShift (Results 1 – 2 of 2) sorted by relevance
215 int preShift, postShift, index, shift; in FDK_divide_MantExp() local219 preShift = CntLeadingZeros(FX_SGL2FX_DBL(b_m)); in FDK_divide_MantExp()237 shift = (FRACT_BITS - 2 - INV_TABLE_BITS - preShift); in FDK_divide_MantExp()260 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp()271 int preShift, postShift, index, shift; in FDK_divide_MantExp() local275 preShift = CntLeadingZeros(b_m); in FDK_divide_MantExp()293 shift = (DFRACT_BITS - 2 - INV_TABLE_BITS - preShift); in FDK_divide_MantExp()316 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp()
1365 SCHAR preShift; in calcNrgPerSubband() local1409 preShift = CntLeadingZeros(maxVal)-1; in calcNrgPerSubband()1410 preShift -= SHIFT_BEFORE_SQUARE; in calcNrgPerSubband()1412 if (preShift>=0) { in calcNrgPerSubband()1415 FIXP_DBL temp1 = bufferReal[l] << (int)preShift; in calcNrgPerSubband()1416 FIXP_DBL temp2 = bufferImag[l] << (int)preShift; in calcNrgPerSubband()1423 FIXP_DBL temp = bufferReal[l] << (int)preShift; in calcNrgPerSubband()1429 int negpreShift = -preShift; in calcNrgPerSubband()1453 shift += 2 * preShift; in calcNrgPerSubband()1487 SCHAR preShift; in calcNrgPerSfb() local[all …]