Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/math/
DLessThanBenchmark.java37 int[] xInts; field in LessThanBenchmark
50 xInts = new int[SAMPLE_SIZE]; in setUp()
56 xInts[i] = random.nextInt(Integer.MAX_VALUE); in setUp()
68 int x = xInts[j]; in branchFreeLtIntInlined()
80 int x = xInts[j]; in branchFreeLtInt()
92 int x = xInts[j]; in ternaryLtIntAddOutsideTernary()
104 int x = xInts[j]; in ternaryLtIntAddInsideTernary()