Searched defs:nb (Results 1 – 10 of 10) sorted by relevance
73 Node.Builder<Integer> nb = m.apply(l.size()); in testIteration() local118 Node.Builder.OfInt nb = m.apply(l.size()); in testIntIteration() local168 Node.Builder.OfLong nb = m.apply(l.size()); in testLongIteration() local218 Node.Builder.OfDouble nb = m.apply(l.size()); in testDoubleIteration() local
66 Node<Integer> fill(Integer[] array, Node.Builder<Integer> nb) { in fill()
90 private Node.OfLong fill(long[] array, Node.Builder.OfLong nb) { in fill()
90 private Node.OfDouble fill(double[] array, Node.Builder.OfDouble nb) { in fill()
90 private Node.OfInt fill(int[] array, Node.Builder.OfInt nb) { in fill()
100 final int nextGetIndex(int nb) { in nextGetIndex()108 final int nextPutIndex(int nb) { in nextPutIndex()116 final int checkIndex(int i, int nb) { in checkIndex()
165 NativeBuffer nb; in read() local223 NativeBuffer nb; in write() local
580 Node.Builder<E_OUT> nb = makeNodeBuilder( in evaluate() local
477 Node.Builder<T> nb = task.helper.makeNodeBuilder( in doCompute() local
342 Number nb = df.parse("" + Long.MIN_VALUE, pos); in test_parse_returnType() local