Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java539 int common2factor = Math.min( B2, S2 ); in dtoa() local
540 B2 -= common2factor; in dtoa()
541 S2 -= common2factor; in dtoa()
542 M2 -= common2factor; in dtoa()