OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approxprecision
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/java/math/
BigDecimal.java
838
if (this.
approxPrecision
() < diffScale - 1) {
841
} else if (augend.
approxPrecision
() < -diffScale - 1) {
847
if (mc.getPrecision() >= larger.
approxPrecision
()) {
[
all
...]
Completed in 3418 milliseconds