Lines Matching refs:op_e
645 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()
913 exponent = exponent - *op_e + 8; in inv3EigthRootNorm2()
917 *op_e = shift_tmp * 3; in inv3EigthRootNorm2()