Home
last modified time | relevance | path

Searched defs:op_e (Results 1 – 4 of 4) sorted by relevance

/external/aac/libFDK/include/x86/
Dfixpoint_math_x86.h174 inline FIXP_DBL invFixp(FIXP_DBL op_m, int *op_e) { in invFixp()
/external/aac/libSBRdec/src/
Dhbe.cpp645 invCubeRootNorm2(FIXP_DBL op_m, INT* op_e) in invCubeRootNorm2()
767 invFourthRootNorm2(FIXP_DBL op_m, INT* op_e) in invFourthRootNorm2()
883 inv3EigthRootNorm2(FIXP_DBL op_m, INT* op_e) in inv3EigthRootNorm2()
/external/aac/libSACenc/src/
Dsacenc_dmx_tdom_enh.cpp165 static FIXP_DBL invSqrtNorm2(const FIXP_DBL op_m, const INT op_e, in invSqrtNorm2()
181 static FIXP_DBL sqrtFixp(const FIXP_DBL op_m, const INT op_e, in sqrtFixp()
/external/aac/libFDK/include/
Dfixpoint_math.h389 static inline FIXP_DBL invFixp(FIXP_DBL op_m, int *op_e) { in invFixp()