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

/openjdk7/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java170 static final int ONE_MILLION = (1000*1000), // first int value field in class:InvokeGenericTest
172 INITIAL_ARG_VAL = ONE_MILLION << 1; // <<1 makes space for sign bit;
183 val += (val % ONE_MILLION) * TEN_BILLION;
187 // Produce a 32-bit result something like ONE_MILLION+(smallint).
195 // ((TEN_BILLION+1) * (ONE_MILLION+(smallint)))
H A DMethodHandlesTest.java185 static final int ONE_MILLION = (1000*1000), // first int value field in class:MethodHandlesTest
187 INITIAL_ARG_VAL = ONE_MILLION << 1; // <<1 makes space for sign bit;
198 val += (val % ONE_MILLION) * TEN_BILLION;
202 // Produce a 32-bit result something like ONE_MILLION+(smallint).
210 // ((TEN_BILLION+1) * (ONE_MILLION+(smallint)))

Completed in 42 milliseconds