Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/internal/math/
DFloatingDecimal.java516 int B2, B5; // powers of 2 and powers of 5, respectively, in B in dtoa() local
521 B2 = B5 + nTinyBits + binExp; in dtoa()
527 M2 = B2 - nSignificantBits; in dtoa()
538 B2 -= nFractBits-1; in dtoa()
539 int common2factor = Math.min( B2, S2 ); in dtoa()
540 B2 -= common2factor; in dtoa()
558 B2 -= M2; in dtoa()
591 int Bbits = nFractBits + B2 + (( B5 < N_5_BITS.length )? N_5_BITS[B5] : ( B5*3 )); in dtoa()
598 int b = ((int)fractBits * FDBigInteger.SMALL_5_POW[B5] ) << B2; in dtoa()
652 long b = (fractBits * FDBigInteger.LONG_5_POW[B5] ) << B2; in dtoa()
[all …]
/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/test/java/lang/StrictMath/
DFdlibmTranslit.java84 private static final int B2 = 696219795; /* B2 = (664-0.03306235651)*2**20 */ field in FdlibmTranslit.Cbrt
112 t = __HI(t, __HI(t) / 3 + B2); in compute()
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotations57649Test.java6041 @Retention(RetentionPolicy.RUNTIME) @interface B2 {} annotation in Annotations57649Test
9042 @B2