Searched defs:exp_m (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | fixpoint_math.cpp | 593 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e, INT *result_e) { in f2Pow() 638 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e) { in f2Pow() 648 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, in fPow() 681 FIXP_DBL fLdPow(FIXP_DBL baseLd_m, INT baseLd_e, FIXP_DBL exp_m, INT exp_e, in fLdPow() 705 FIXP_DBL fLdPow(FIXP_DBL baseLd_m, INT baseLd_e, FIXP_DBL exp_m, INT exp_e) { in fLdPow()
|