Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dfixpoint_math.cpp648 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e, in fPow() argument
660 base_lg2 = fLog2(base_m, base_e, &baselg2_e); in fPow()
714 FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT exp, INT *pResult_e) { in fPowInt() argument
725 base_e -= leadingBits; in fPowInt()
747 result_e += exp * base_e; in fPowInt()
763 FIXP_DBL CalcLog2(FIXP_DBL base_m, INT base_e, INT *result_e) { in CalcLog2() argument
764 return fLog2(base_m, base_e, result_e); in CalcLog2()
/external/aac/libFDK/include/
Dfixpoint_math.h773 FIXP_DBL fPow(FIXP_DBL base_m, INT base_e, FIXP_DBL exp_m, INT exp_e,
785 FIXP_DBL fPowInt(FIXP_DBL base_m, INT base_e, INT N, INT *result_e);