Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/arm-neon-tests/
Dref_vld1_lane.c60 ARRAY(buffer_src, int, 8, 8); in exec_vld1_lane()
61 ARRAY(buffer_src, int, 16, 4); in exec_vld1_lane()
62 ARRAY(buffer_src, int, 32, 2); in exec_vld1_lane()
63 ARRAY(buffer_src, int, 64, 1); in exec_vld1_lane()
64 ARRAY(buffer_src, uint, 8, 8); in exec_vld1_lane()
65 ARRAY(buffer_src, uint, 16, 4); in exec_vld1_lane()
66 ARRAY(buffer_src, uint, 32, 2); in exec_vld1_lane()
67 ARRAY(buffer_src, uint, 64, 1); in exec_vld1_lane()
68 ARRAY(buffer_src, poly, 8, 8); in exec_vld1_lane()
69 ARRAY(buffer_src, poly, 16, 4); in exec_vld1_lane()
[all …]
Dstm-arm-neon-ref.h70 #define ARRAY(V, T, W, N) VECT_VAR_DECL(V,T,W,N)[N] macro
196 ARRAY(check_result, T1, W, N); \
218 extern ARRAY(buffer, int, 8, 8);
219 extern ARRAY(buffer, int, 16, 4);
220 extern ARRAY(buffer, int, 32, 2);
221 extern ARRAY(buffer, int, 64, 1);
222 extern ARRAY(buffer, uint, 8, 8);
223 extern ARRAY(buffer, uint, 16, 4);
224 extern ARRAY(buffer, uint, 32, 2);
225 extern ARRAY(buffer, uint, 64, 1);
[all …]
/external/swiftshader/third_party/subzero/unittest/
DIceParseInstsTest.cpp114 EXPECT_TRUE(Munger.runTest(ARRAY(Align0))); in TEST()
115 EXPECT_TRUE(DumpMunger.runTestForAssembly(ARRAY(Align0))); in TEST()
124 EXPECT_FALSE(Munger.runTest(ARRAY(Align30), ParseError)); in TEST()
128 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align30))); in TEST()
140 EXPECT_TRUE(Munger.runTest(ARRAY(Align29))); in TEST()
141 EXPECT_TRUE(DumpMunger.runTestForAssembly(ARRAY(Align29))); in TEST()
179 EXPECT_FALSE(Munger.runTest(ARRAY(Align0), ParseError)); in TEST()
182 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align0))); in TEST()
192 EXPECT_FALSE(Munger.runTest(ARRAY(Align4), ParseError)); in TEST()
195 EXPECT_FALSE(DumpMunger.runTestForAssembly(ARRAY(Align4))); in TEST()
[all …]
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp35 #define ARRAY EXPECT_TRUE(type->sampler_array); macro
56 T( sampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 2)
57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
58 T( samplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, COLOR, 4)
62 T( sampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
67 T(isampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_INT, ARRAY, COLOR, 2)
68 T(isampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_INT, ARRAY, COLOR, 3)
69 T(isamplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_INT, ARRAY, COLOR, 4)
73 T(isampler2DMSArray, GLSL_SAMPLER_DIM_MS, GLSL_TYPE_INT, ARRAY, COLOR, 3)
78 T(usampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_UINT, ARRAY, COLOR, 2)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dconstructor.ll4 ; RUN: llc -mtriple x86_64-pc-linux < %s | FileCheck --check-prefix=INIT-ARRAY %s
5 ; RUN: llc -mtriple x86_64-unknown-freebsd < %s | FileCheck --check-prefix=INIT-ARRAY %s
6 ; RUN: llc -mtriple x86_64-pc-solaris2.11 < %s | FileCheck --check-prefix=INIT-ARRAY %s
9 ; RUN: llc -mtriple i586-intel-elfiamcu < %s | FileCheck %s --check-prefix=MCU-INIT-ARRAY
40 ; INIT-ARRAY: .section .init_array.15,"aGw",@init_array,v,comdat
41 ; INIT-ARRAY-NEXT: .p2align 3
42 ; INIT-ARRAY-NEXT: .quad g
43 ; INIT-ARRAY-NEXT: .section .init_array.55555,"aGw",@init_array,v,comdat
44 ; INIT-ARRAY-NEXT: .p2align 3
45 ; INIT-ARRAY-NEXT: .quad h
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DPropertyOptions.java39 public static final int ARRAY = 0x00000200; field in PropertyOptions
199 return getOption(ARRAY); in isArray()
209 setOption(ARRAY, value); in setArray()
311 return (getOptions() & (ARRAY | STRUCT)) > 0; in isCompositeProperty()
320 return (getOptions() & (ARRAY | STRUCT)) == 0; in isSimple()
362 ~(ARRAY | ARRAY_ORDERED | ARRAY_ALTERNATE | ARRAY_ALT_TEXT)) == 0; in isOnlyArrayOptions()
378 ARRAY | in getValidOptions()
399 case ARRAY : return "ARRAY"; in defineOptionName()
418 if ((options & STRUCT) > 0 && (options & ARRAY) > 0) in assertConsistency()
423 else if ((options & URI) > 0 && (options & (ARRAY | STRUCT)) > 0) in assertConsistency()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dconstructor.ll2 ; RUN: llc -mtriple sparc-sun-solaris2.11 < %s | FileCheck --check-prefix=INIT-ARRAY %s
24 ; INIT-ARRAY: .section .init_array.15,#alloc,#write
25 ; INIT-ARRAY-NEXT: .p2align 2
26 ; INIT-ARRAY-NEXT: .word g
27 ; INIT-ARRAY-NEXT: .section .init_array,#alloc,#write
28 ; INIT-ARRAY-NEXT: .p2align 2
29 ; INIT-ARRAY-NEXT: .word f
/external/llvm/test/CodeGen/X86/
Dconstructor.ll2 ; RUN: llc -mtriple x86_64-pc-linux < %s | FileCheck --check-prefix=INIT-ARRAY %s
25 ; INIT-ARRAY: .section .init_array.15,"aGw",@init_array,v,comdat
26 ; INIT-ARRAY-NEXT: .p2align 3
27 ; INIT-ARRAY-NEXT: .quad g
28 ; INIT-ARRAY-NEXT: .section .init_array,"aw",@init_array
29 ; INIT-ARRAY-NEXT: .p2align 3
30 ; INIT-ARRAY-NEXT: .quad f
/external/skqp/bench/
DMathBench.cpp325 ARRAY = 1000, enumerator
327 float fData[ARRAY];
334 for (int i = 0; i < ARRAY; ++i) { in FloorBench()
359 for (int i = 0; i < ARRAY; ++i) { in onDraw()
366 for (int i = 0; i < ARRAY; ++i) { in onDraw()
386 ARRAY = 1000, enumerator
388 uint32_t fData[ARRAY];
395 for (int i = 0; i < ARRAY; ++i) { in CLZBench()
419 for (int i = 0; i < ARRAY; ++i) { in onDraw()
426 for (int i = 0; i < ARRAY; ++i) { in onDraw()
[all …]
/external/skia/bench/
DMathBench.cpp325 ARRAY = 1000, enumerator
327 float fData[ARRAY];
334 for (int i = 0; i < ARRAY; ++i) { in FloorBench()
359 for (int i = 0; i < ARRAY; ++i) { in onDraw()
366 for (int i = 0; i < ARRAY; ++i) { in onDraw()
386 ARRAY = 1000, enumerator
388 uint32_t fData[ARRAY];
395 for (int i = 0; i < ARRAY; ++i) { in CLZBench()
419 for (int i = 0; i < ARRAY; ++i) { in onDraw()
426 for (int i = 0; i < ARRAY; ++i) { in onDraw()
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dtest_global.cpp54 #define ARRAY(a) \ macro
64 ARRAY(ArrayInitPartial),
65 ARRAY(ArrayInitFull),
66 ARRAY(ArrayConst),
67 ARRAY(ArrayDouble),
/external/python/cpython2/Lib/ctypes/test/
Dtest_arrays.py20 int_array = ARRAY(fmt, alen)
49 CharArray = ARRAY(c_char, 3)
77 numarray = ARRAY(c_int, alen)
96 self.assertIsNot(ARRAY(c_int, 3), ARRAY(c_int, 4))
97 self.assertIs(ARRAY(c_int, 3), ARRAY(c_int, 3))
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
DReflectedType002Test.java64 JDWPConstants.TypeTag.ARRAY), in testReflectedType001()
66 JDWPConstants.TypeTag.ARRAY), in testReflectedType001()
68 JDWPConstants.TypeTag.ARRAY), in testReflectedType001()
69 new TypeSignatureAndTag("[C", JDWPConstants.TypeTag.ARRAY) in testReflectedType001()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DResourceModule.java89 …defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING… in ResourceModule()
255 …UResourceBundle t = getFromTable(res, key, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING…
263 case UResourceBundle.ARRAY:
300 … data = getFromTable(res, DATA, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
306 … header = getFromTable(res, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
315 settings = getFromTable(res, SETTINGS, UResourceBundle.ARRAY);
332 assert_is (settings.getType() == UResourceBundle.ARRAY);
342 assert_is (data.getType() == UResourceBundle.ARRAY
384 if(theData.getType()==UResourceBundle.ARRAY){
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DResourceModule.java88 …defaultHeader = getFromTable(info, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING… in ResourceModule()
254 …UResourceBundle t = getFromTable(res, key, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING…
262 case UResourceBundle.ARRAY:
299 … data = getFromTable(res, DATA, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
305 … header = getFromTable(res, HEADER, new int[]{UResourceBundle.ARRAY, UResourceBundle.STRING});
314 settings = getFromTable(res, SETTINGS, UResourceBundle.ARRAY);
331 assert_is (settings.getType() == UResourceBundle.ARRAY);
341 assert_is (data.getType() == UResourceBundle.ARRAY
383 if(theData.getType()==UResourceBundle.ARRAY){
/external/python/cpython3/Lib/ctypes/test/
Dtest_arrays.py22 int_array = ARRAY(fmt, alen)
51 CharArray = ARRAY(c_char, 3)
76 numarray = ARRAY(c_int, alen)
95 self.assertIsNot(ARRAY(c_int, 3), ARRAY(c_int, 4))
96 self.assertIs(ARRAY(c_int, 3), ARRAY(c_int, 3))
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllClassesTest.java82 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){ in testAllClasses002()
89 + Integer.toHexString(JDWPConstants.ClassStatus.ARRAY) in testAllClasses002()
91 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.ARRAY) in testAllClasses002()
185 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClasses001()
202 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClasses001()
DAllClassesWithGenericTest.java84 if ( (status & JDWPConstants.ClassStatus.ARRAY) != 0 ){ in testAllClassesWithGeneric002()
92 + Integer.toHexString(JDWPConstants.ClassStatus.ARRAY) in testAllClassesWithGeneric002()
94 + JDWPConstants.ClassStatus.getName(JDWPConstants.ClassStatus.ARRAY) in testAllClassesWithGeneric002()
193 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClassesWithGeneric001()
212 refTypeTag == JDWPConstants.TypeTag.ARRAY in testAllClassesWithGeneric001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java112 public static final byte ARRAY = 16; field in JDWPConstants.ClassStatus
134 if ((status & ARRAY) == ARRAY) in getName()
158 public static final byte ARRAY = 3; field in JDWPConstants.TypeTag
173 case ARRAY: in getName()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DElementValue.java67 public static final byte ARRAY = '['; field in ElementValue
103 case ARRAY: in readElementValue()
110 return new ArrayElementValue(ARRAY, evalues, cpool); in readElementValue()
/external/swiftshader/third_party/LLVM/test/Integer/
D2007-01-19-TruncSext.ll6 @ARRAY = global [ 20 x i17 ] zeroinitializer
13 %P = getelementptr [20 x i17]* @ARRAY, i32 0, i32 %index
22 %P = getelementptr [20 x i17]* @ARRAY, i32 0, i32 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Integer/
D2007-01-19-TruncSext.ll7 @ARRAY = global [ 20 x i17 ] zeroinitializer
14 %P = getelementptr [20 x i17], [20 x i17]* @ARRAY, i32 0, i32 %index
23 %P = getelementptr [20 x i17], [20 x i17]* @ARRAY, i32 0, i32 0
/external/llvm/test/Integer/
D2007-01-19-TruncSext.ll7 @ARRAY = global [ 20 x i17 ] zeroinitializer
14 %P = getelementptr [20 x i17], [20 x i17]* @ARRAY, i32 0, i32 %index
23 %P = getelementptr [20 x i17], [20 x i17]* @ARRAY, i32 0, i32 0
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DArrayElementValueGen.java39 super(ARRAY, cp); in ArrayElementValueGen()
47 if (type != ARRAY) { in ArrayElementValueGen()
80 super(ARRAY, cpool); in ArrayElementValueGen()
/external/deqp/framework/delibs/debase/
DdeDefs.h260 # define DE_LENGTH_OF_ARRAY(ARRAY) ((int)(sizeof(deArraySizeHelper(ARRAY)))) argument
262 # define DE_LENGTH_OF_ARRAY(ARRAY) ((int)(sizeof(ARRAY) / sizeof((ARRAY)[0]))) argument

12345678910