Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigDecimal.java787 BigDecimal smaller; // operand with the smallest unscaled value in add() local
799 smaller = this; in add()
802 smaller = augend; in add()
812 if (largerSignum == smaller.signum()) { in add()