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

/external/aac/libSBRdec/src/
H A Dtranscendent.h125 SCHAR *ptrSum_e) /*!< Exponent of result */
144 *ptrSum_e = (shift>0)? a_e : b_e;
150 *ptrSum_e += 1;
163 SCHAR *ptrSum_e) /*!< Exponent of result */
182 *ptrSum_e = (shift>0)? a_e : b_e;
188 *ptrSum_e += 1;
120 FDK_add_MantExp(FIXP_SGL a_m, SCHAR a_e, FIXP_SGL b_m, SCHAR b_e, FIXP_SGL *ptrSum_m, SCHAR *ptrSum_e) argument
158 FDK_add_MantExp(FIXP_DBL a, SCHAR a_e, FIXP_DBL b, SCHAR b_e, FIXP_DBL *ptrSum, SCHAR *ptrSum_e) argument

Completed in 92 milliseconds