Searched defs:a_m (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | transcendent.h | 120 inline void FDK_add_MantExp(FIXP_SGL a_m, /*!< Mantissa of 1st operand a */ in FDK_add_MantExp() 207 static inline void FDK_divide_MantExp(FIXP_SGL a_m, /*!< Mantissa of dividend a */ in FDK_divide_MantExp() 263 static inline void FDK_divide_MantExp(FIXP_DBL a_m, /*!< Mantissa of dividend a */ in FDK_divide_MantExp()
|
/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()
|
/external/eigen/test/ |
D | geo_transformations.cpp | 482 Mat p_m(p.matrix()), a_m(a.matrix()); in transform_products() local
|