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

/external/aac/libSBRdec/src/
H A Dtranscendent.h120 inline void FDK_add_MantExp(FIXP_SGL a_m, /*!< Mantissa of 1st operand a */ argument
142 shiftedMantissa = (shift>0)? (FX_SGL2FX_DBL(b_m) >> shiftAbs) : (FX_SGL2FX_DBL(a_m) >> shiftAbs);
143 otherMantissa = (shift>0)? FX_SGL2FX_DBL(a_m) : FX_SGL2FX_DBL(b_m);
207 static inline void FDK_divide_MantExp(FIXP_SGL a_m, /*!< Mantissa of dividend a */ argument
255 ratio_m = (index<0)? FX_SGL2FX_DBL(a_m >> 1) : fMultDiv2(bInv_m,a_m);
263 static inline void FDK_divide_MantExp(FIXP_DBL a_m, /*!< Mantissa of dividend a */ argument
311 ratio_m = (index<0)? (a_m >> 1) : fMultDiv2(bInv_m,a_m);

Completed in 46 milliseconds