Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DClassCastExceptionTest.java83 …A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2… enumConstant
88 …A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2… enumConstant
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java518 int M2, M5; // powers of 2 and powers of 5, respectively, in M in dtoa() local
527 M2 = B2 - nSignificantBits; in dtoa()
542 M2 -= common2factor; in dtoa()
551 M2 -= 1; in dtoa()
554 if ( M2 < 0 ){ in dtoa()
558 B2 -= M2; in dtoa()
559 S2 -= M2; in dtoa()
560 M2 = 0; in dtoa()
600 int m = FDBigInteger.SMALL_5_POW[M5] << M2; in dtoa()
654 long m = FDBigInteger.LONG_5_POW[M5] << M2; in dtoa()
[all …]