Searched refs:M5 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DEnumPrivate.java30 A5,B5,C5,D5,E5,F5,G5,H5,I5,J5,K5,L5,M5,N5,O5,P5,Q5,R5,S5,T5,U5,V5,W5,X5,Y5,Z5, enum constant in enum:EnumPrivate
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java701 int M2, M5; // powers of 2 and powers of 5, respectively, in M
712 M5 = B5;
783 int m = small5pow[M5] << M2;
836 long m = long5pow[M5] << M2;
896 Mval = constructPow52( M5, M2 );
H A DFloatingDecimal.java624 int M2, M5; // powers of 2 and powers of 5, respectively, in M
635 M5 = B5;
706 int m = small5pow[M5] << M2;
759 long m = long5pow[M5] << M2;
819 Mval = constructPow52( M5, M2 );

Completed in 49 milliseconds