/external/mesa3d/src/intel/vulkan/grl/include/ |
D | GRLOCLCompatibility.h | 69 typedef struct int4 struct 77 int4() {}; in int4() argument 78 int4(int32_t ix, int32_t iy, int32_t iz, int32_t iw) : x(ix), y(iy), z(iz), w(iw) {}; in int4() function 84 } int4; typedef
|
/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/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
D | TraceDataFlowInstrumentationTarget.java | 36 volatile int int4 = 5; field in TraceDataFlowInstrumentationTarget
|
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_mathlib.h | 119 typedef vtype4<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/clang/test/SemaTemplate/ |
D | ext-vector-type.cpp | 86 typedef int __attribute__((ext_vector_type(4))) int4; typedef
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | Utils.h | 70 typedef int int4 __attribute__((ext_vector_type(4))); typedef
|
/external/clang/test/OpenMP/ |
D | atomic_read_codegen.c | 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
D | atomic_capture_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_update_codegen.cpp | 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
/external/ml_dtypes/ml_dtypes/tests/ |
D | intn_test.py | 30 int4 = ml_dtypes.int4 variable
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/ |
D | arg_list_test.cpp | 129 using int4 = int __attribute__((ext_vector_type(4))); typedef
|
/external/llvm-libc/test/src/__support/ |
D | arg_list_test.cpp | 129 using int4 = int __attribute__((ext_vector_type(4))); typedef
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/ |
D | arg_list_test.cpp | 129 using int4 = int __attribute__((ext_vector_type(4))); typedef
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | types.h | 201 using int4 = Vec4<int32_t>; variable
|
/external/swiftshader/src/System/ |
D | Types.hpp | 209 using int4 = vec4<int>; typedef
|