Home
last modified time | relevance | path

Searched defs:b_m (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aac/libSBRdec/src/
H A Dtranscendent.h140 FIXP_SGL b_m, /*!< Mantissa of 2nd operand b */ in FDK_add_MantExp()
229 FIXP_SGL b_m, /*!< Mantissa of divisor b */ in FDK_divide_MantExp()
285 FIXP_DBL b_m, /*!< Mantissa of divisor b */ in FDK_divide_MantExp()
/aosp_15_r20/external/aac/libFDK/include/
H A Dfixpoint_math.h173 FDK_INLINE INT fIsLessThan(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e) { in fIsLessThan()
194 FDK_INLINE INT fIsLessThan(FIXP_SGL a_m, INT a_e, FIXP_SGL b_m, INT b_e) { in fIsLessThan()
662 inline FIXP_DBL fAddNorm(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e, in fAddNorm()
693 inline FIXP_DBL fAddNorm(FIXP_DBL a_m, INT a_e, FIXP_DBL b_m, INT b_e, in fAddNorm()
/aosp_15_r20/external/skia/tests/
H A DJpegGainmapTest.cpp75 skcms_Matrix3x3 b_m; in expect_approx_eq_info() local