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

/external/aac/libSBRdec/src/
H A Dtranscendent.h211 FIXP_SGL *ptrResult_m, /*!< Mantissa of quotient a/b */
259 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift);
267 FIXP_DBL *ptrResult_m, /*!< Mantissa of quotient a/b */
315 *ptrResult_m = ratio_m << postShift;
207 FDK_divide_MantExp(FIXP_SGL a_m, SCHAR a_e, FIXP_SGL b_m, SCHAR b_e, FIXP_SGL *ptrResult_m, SCHAR *ptrResult_e) argument
263 FDK_divide_MantExp(FIXP_DBL a_m, SCHAR a_e, FIXP_DBL b_m, SCHAR b_e, FIXP_DBL *ptrResult_m, SCHAR *ptrResult_e) argument

Completed in 104 milliseconds