Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dtranscendent.h215 int preShift, postShift, index, shift; in FDK_divide_MantExp() local
257 postShift = CntLeadingZeros(ratio_m)-1; in FDK_divide_MantExp()
259 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift); 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() local
313 postShift = CntLeadingZeros(ratio_m)-1; in FDK_divide_MantExp()
315 *ptrResult_m = ratio_m << postShift; in FDK_divide_MantExp()
316 *ptrResult_e = a_e - b_e + 1 + preShift - postShift; in FDK_divide_MantExp()