Lines Matching refs:decNumberCopy

1121 	    decNumberCopy (res, dac);	/* copy the 1 */  in decNumberPower()
1130 decNumberCopy (&dnOne, dac); /* dnOne=1; [needed now or later] */ in decNumberPower()
1156 decNumberCopy (newlhs, dac); /* copy the 1/lhs */ in decNumberPower()
1157 decNumberCopy (dac, &dnOne); /* restore acc=1 */ in decNumberPower()
1210 decNumberCopy (res, dac); /* copy to result (is now OK length) */ in decNumberPower()
1516 decNumberCopy (res, rhs); /* +Infinity */ in decNumberSquareRoot()
1531 decNumberCopy (res, rhs); /* could be 0 or -0 */ in decNumberSquareRoot()
1577 decNumberCopy (f, rhs); in decNumberSquareRoot()
1676 decNumberCopy (b, a); in decNumberSquareRoot()
1692 decNumberCopy (b, a); in decNumberSquareRoot()
1716 decNumberCopy (b, a); in decNumberSquareRoot()
1766 decNumberCopy (res, a); /* assume this is the result */ in decNumberSquareRoot()
1840 decNumberCopy (res, rhs); /* an Infinity */ in decNumberToIntegralValue()
1850 return decNumberCopy (res, rhs); in decNumberToIntegralValue()
1875 decNumberCopy (decNumber * dest, const decNumber * src) in decNumberCopy() function
2413 decNumberCopy (res, lhs); /* not in place */ in decAddOp()
2425 decNumberCopy (res, lhs); /* not in place */ in decAddOp()
2865 decNumberCopy (res, lhs); /* [zeros always fit] */ in decDivideOp()
2878 decNumberCopy (res, lhs); /* [zeros always fit] */ in decDivideOp()
3665 decNumberCopy (res, lhs); /* [nop if in place] */ in decQuantizeOp()
3698 decNumberCopy (res, lhs); /* [nop if in place] */ in decQuantizeOp()
3742 decNumberCopy (res, lhs); /* [it will fit] */ in decQuantizeOp()
5508 decNumberCopy (res, lhs);