Searched defs:b_e (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | transcendent.h | 123 SCHAR b_e, /*!< Exponent of 2nd operand b */ in FDK_add_MantExp() 161 SCHAR b_e, /*!< Exponent of 2nd operand b */ in FDK_add_MantExp() 210 SCHAR b_e, /*!< Exponent of divisor b */ in FDK_divide_MantExp() 266 SCHAR b_e, /*!< Exponent of divisor b */ in FDK_divide_MantExp()
|
D | env_calc.cpp | 1628 SCHAR a_e, b_e, c_e; in calcSubbandGain() local
|
/external/aac/libFDK/include/ |
D | fixpoint_math.h | 106 FDK_INLINE INT fIsLessThan(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e) in fIsLessThan() 115 FDK_INLINE INT fIsLessThan(FIXP_SGL a_m, INT a_e, FIXP_SGL b_m, INT b_e) in fIsLessThan()
|