Home
last modified time | relevance | path

Searched refs:op_e (Results 1 – 5 of 5) 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() argument
178 *op_e = 31 - *op_e; in invFixp()
183 *op_e = result_e - *op_e + 31; in invFixp()
/external/aac/libFDK/include/
Dfixpoint_math.h415 static inline FIXP_DBL invFixp(FIXP_DBL op_m, int *op_e) { in invFixp() argument
417 *op_e = 31 - *op_e; in invFixp()
424 *op_e = (tmp_exp << 1) - *op_e + 1; in invFixp()
/external/aac/libSBRdec/src/
Dhbe.cpp645 invCubeRootNorm2(FIXP_DBL op_m, INT* op_e) in invCubeRootNorm2() argument
648 invCubeRootNorm2(FIXP_DBL op_m, INT* op_e) in invCubeRootNorm2()
676 exponent = exponent - *op_e + 3; in invCubeRootNorm2()
688 *op_e = shift_tmp; in invCubeRootNorm2()
767 invFourthRootNorm2(FIXP_DBL op_m, INT* op_e) in invFourthRootNorm2() argument
770 invFourthRootNorm2(FIXP_DBL op_m, INT* op_e) in invFourthRootNorm2()
797 exponent = exponent - *op_e + 4; in invFourthRootNorm2()
801 *op_e = shift_tmp; in invFourthRootNorm2()
883 inv3EigthRootNorm2(FIXP_DBL op_m, INT* op_e) in inv3EigthRootNorm2() argument
886 inv3EigthRootNorm2(FIXP_DBL op_m, INT* op_e) in inv3EigthRootNorm2()
[all …]
/external/aac/libSACenc/src/
Dsacenc_dmx_tdom_enh.cpp165 static FIXP_DBL invSqrtNorm2(const FIXP_DBL op_m, const INT op_e, in invSqrtNorm2() argument
168 int src_e = op_e; in invSqrtNorm2()
181 static FIXP_DBL sqrtFixp(const FIXP_DBL op_m, const INT op_e, in sqrtFixp() argument
184 int src_e = op_e; in sqrtFixp()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td609 def OpE : TEST_Op<"op_e">, Arguments<(ins I32)>, Results<(outs I32)>;