Searched refs:constructPow52 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java197 constructPow52( int p5, int p2 ){ method in class:FormattedFloatingDecimal
895 Sval = constructPow52( S5, S2 );
896 Mval = constructPow52( M5, M2 );
1475 FDBigInt halfUlp = constructPow52( B5, Ulp2 );
H A DFloatingDecimal.java189 constructPow52( int p5, int p2 ){ method in class:FloatingDecimal
818 Sval = constructPow52( S5, S2 );
819 Mval = constructPow52( M5, M2 );
1569 FDBigInt halfUlp = constructPow52( B5, Ulp2 );

Completed in 41 milliseconds