Home
last modified time | relevance | path

Searched refs:exp_e (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/src/
Dfixpoint_math.cpp632 const FIXP_DBL exp_m, const INT exp_e, in f2Pow() argument
639 if (exp_e > 0) in f2Pow()
641 INT exp_bits = DFRACT_BITS-1 - exp_e; in f2Pow()
644 frac_part = frac_part << exp_e; in f2Pow()
649 frac_part = exp_m >> -exp_e; in f2Pow()
686 const FIXP_DBL exp_m, const INT exp_e in f2Pow() argument
692 result_m = f2Pow(exp_m, exp_e, &result_e); in f2Pow()
700 FIXP_DBL exp_m, INT exp_e, in fPow() argument
716 exp_e -= leadingBits; in fPow()
721 ans_lg2_e = exp_e + baselg2_e; in fPow()
[all …]
/external/aac/libFDK/include/
Dfixpoint_math.h353 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e, INT *result_e);
361 FIXP_DBL f2Pow(const FIXP_DBL exp_m, const INT exp_e);
376 FIXP_DBL exp_m, INT exp_e,
392 FIXP_DBL exp_m, INT exp_e
404 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, INT *result_e);