Searched defs:adder (Results 1 – 3 of 3) sorted by relevance
328 LongAdder adder = new LongAdder(); in testKeySetSpliterator() local588 LongAdder adder = new LongAdder(); in testForEachKeySequentially() local598 LongAdder adder = new LongAdder(); in testForEachValueSequentially() local608 LongAdder adder = new LongAdder(); in testForEachSequentially() local618 LongAdder adder = new LongAdder(); in testForEachEntrySequentially() local628 LongAdder adder = new LongAdder(); in testForEachKeyInParallel() local638 LongAdder adder = new LongAdder(); in testForEachValueInParallel() local648 LongAdder adder = new LongAdder(); in testForEachInParallel() local658 LongAdder adder = new LongAdder(); in testForEachEntryInParallel() local669 LongAdder adder = new LongAdder(); in testMappedForEachKeySequentially() local[all …]
153 final DoubleAdder adder; field in DoubleAdderTest.AdderTask157 AdderTask(DoubleAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()
176 final LongAdder adder; field in LongAdderTest.AdderTask180 AdderTask(LongAdder adder, CyclicBarrier barrier, int incs) { in AdderTask()