/external/clang/test/Sema/ |
D | ext_vector_comparisons.c | 3 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
|
D | conversion-64-32.c | 9 typedef int int4 __attribute__ ((vector_size(16))); typedef
|
D | typedef-retain.c | 4 typedef int int4 __attribute__((vector_size(16))); typedef
|
D | ext_vector_casts.c | 7 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
|
D | transparent-union.c | 68 typedef int int4 __attribute__((ext_vector_type(4))); typedef
|
/external/clang/test/CodeGenCXX/ |
D | vector-splat-conversion.cpp | 20 typedef __attribute__((__ext_vector_type__(4))) int int4; typedef
|
/external/clang/test/CodeGen/ |
D | palignr.c | 5 typedef __attribute__((vector_size(16))) int int4; typedef
|
D | ext-vector.c | 5 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
|
D | builtins-nvptx.c | 361 typedef int int4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
|
D | arm-swiftcall.c | 66 typedef int int4 __attribute__((ext_vector_type(4))); typedef
|
/external/skia/tests/ |
D | SkVxTest.cpp | 24 using int4 = skvx::Vec<4,int32_t>; typedef
|
/external/clang/test/SemaTemplate/ |
D | ext-vector-type.cpp | 86 typedef int __attribute__((ext_vector_type(4))) int4; typedef
|
/external/clang/test/OpenMP/ |
D | atomic_capture_codegen.cpp | 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
D | atomic_update_codegen.cpp | 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
D | atomic_write_codegen.c | 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
D | atomic_read_codegen.c | 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
/external/python/cpython2/Lib/ |
D | pickletools.py | 255 int4 = ArgumentDescriptor( variable
|
/external/python/cpython3/Lib/ |
D | pickletools.py | 266 int4 = ArgumentDescriptor( variable
|
/external/clang/lib/Headers/ |
D | opencl-c.h | 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 862 __m128i int1, int2, int3, int4, high1, high2; in ih264_deblk_luma_vert_bslt4_ssse3() local
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 3512 RValue<Int4> int4 = RoundInt(cast); in RoundShort4() local 3778 Int4 int4(Min(cast, Float4(0xFFFF))); in UShort4() local 3784 Int4 int4(cast); in UShort4() local
|
D | LLVMReactor.cpp | 3496 RValue<Int4> int4 = RoundInt(cast); in RoundShort4() local 3650 Int4 int4(Min(cast, Float4(0xFFFF))); // packusdw takes care of 0x0000 saturation in UShort4() local
|