Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigDecimal.java892 BigDecimal leftOperand; // it will be only the left operand (this) in subtract() local
913 leftOperand = new BigDecimal(tempBI, this.scale + 1); in subtract()
914 return leftOperand.round(mc); in subtract()