Searched refs:ARRAY_SIZE (Results 1 – 4 of 4) sorted by relevance
38 private static final int ARRAY_SIZE = 256; field in ScriptGroupTest323 int[] array = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency()325 for (int i = 0; i < ARRAY_SIZE * 4; i++) { in testBuilder2PointWiseKernelToKernelDependency()329 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency()336 Type connectType = Type.createX(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency()350 int[] a = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency()356 for (int i = 0; i < ARRAY_SIZE * 4; i++) { in testBuilder2PointWiseKernelToKernelDependency()372 int[] array = new int[ARRAY_SIZE * 4]; in testBuilder2GatherScatterAcrossKernelsViaGlobals()374 for (int i = 0; i < ARRAY_SIZE; i++) { in testBuilder2GatherScatterAcrossKernelsViaGlobals()381 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2GatherScatterAcrossKernelsViaGlobals()[all …]
23 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro63 if ((size_t)code >= ARRAY_SIZE(gErrorStrings)) { in getSLErrStr()
69 private static final int ARRAY_SIZE = 100000; in testSort()73 array = createArray(ARRAY_SIZE); in testSort()
120 final int ARRAY_SIZE = 100; in testGetAndReset() local121 final int MIN_GLOBAL_ALLOC_SIZE = MIN_GLOBAL_ALLOC_COUNT * ARRAY_SIZE; in testGetAndReset()124 int[] test = new int[ARRAY_SIZE]; in testGetAndReset()