Searched refs:histogramBucketCount (Results 1 – 1 of 1) sorted by relevance
418 private static final int histogramBucketCount = 256; field in ReduceTest424 … Allocation outputAllocation = Allocation.createSized(mRS, Element.U32(mRS), histogramBucketCount); in histogram()430 int[] outputArrayMistyped = new int[histogramBucketCount]; in histogram()433 long[] outputArray = new long[histogramBucketCount]; in histogram()434 for (int i = 0; i < histogramBucketCount; ++i) in histogram()443 assertEquals("javaRslt unexpected length", histogramBucketCount, javaRslt.length); in testHistogram()445 assertEquals("rsRslt unexpected length", histogramBucketCount, rsRslt.length); in testHistogram()447 for (int i = 0; i < histogramBucketCount; ++i) { in testHistogram()