/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | store-widen-aliased-load.ll | 8 %struct.type_t = type { i8, i8, [2 x i8] } 10 define zeroext i8 @foo(%struct.type_t* nocapture %p) nounwind { 12 %a = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 0 14 %b = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 1
|
/external/llvm/test/CodeGen/Hexagon/ |
D | store-widen-aliased-load.ll | 8 %struct.type_t = type { i8, i8, [2 x i8] } 10 define zeroext i8 @foo(%struct.type_t* nocapture %p) nounwind { 12 %a = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 0 14 %b = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 1
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | source_writer_test.cc | 360 Type type_t = Type::Generic("T"); in TEST() local 361 clazz.add_parameter(type_t); in TEST() 366 clazz.add_supertype(Type::Class("SuperTest").add_parameter(type_t)); in TEST() 380 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); in TEST() local 381 clazz.add_parameter(type_t); in TEST() 384 Variable field3 = Variable::Create("field3", type_t); in TEST() 427 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); in TEST() local 428 clazz.add_parameter(type_t); in TEST() 430 inner_class.add_parameter(type_t); in TEST() 552 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); in TEST() local [all …]
|
/external/eigen/bench/ |
D | analyze-blocking-sizes.cpp | 76 enum class type_t { enum 84 type_t type; 88 , type(type_t::unknown) in inputfile_t() 99 if (type != type_t::unknown) { in inputfile_t() 103 type = type_t::all_pot_sizes; in inputfile_t() 107 if (type != type_t::unknown) { in inputfile_t() 111 type = type_t::default_sizes; in inputfile_t() 116 if (type == type_t::unknown) { in inputfile_t() 120 case type_t::all_pot_sizes: { in inputfile_t() 149 case type_t::default_sizes: { in inputfile_t() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3.h | 224 type_t src_type, dst_type; 238 type_t type; 241 type_t type; 778 static inline type_t half_type(type_t type) in half_type() 1011 ir3_MOV(struct ir3_block *block, struct ir3_instruction *src, type_t type) in ir3_MOV() 1031 type_t src_type, type_t dst_type) in ir3_COV() 1222 ir3_SAM(struct ir3_block *block, opc_t opc, type_t type, in INSTR0()
|
D | instr-a3xx.h | 228 } type_t; typedef 230 static inline uint32_t type_size(type_t type) in type_size() 250 static inline int type_float(type_t type) in type_float() 255 static inline int type_uint(type_t type) in type_uint() 260 static inline int type_sint(type_t type) in type_sint()
|
D | ir3_compiler_nir.c | 868 type_t type = (alu->op == nir_op_imov) ? TYPE_U32 : TYPE_F32; in emit_alu() 1346 type_t type = TYPE_U32; in emit_intrinsic_atomic_ssbo() 1509 type_t type = TYPE_U32; in emit_intrinsic_atomic_shared() 1609 static type_t 1680 type_t type = get_image_type(var); in emit_intrinsic_load_image() 2255 type_t type; in emit_tex()
|
D | ir3.c | 145 static uint32_t type_flags(type_t type) in type_flags()
|
/external/v4l2_codec2/tests/ |
D | C2VDACompIntf_test.cpp | 382 void dumpType(const C2FieldDescriptor::type_t type) { in dumpType()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 635 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument 636 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \ 640 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \ 645 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \ 647 return (type_t)(converter)val.val; \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ 847 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \ 851 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \ 856 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \ 858 return (type_t)(converter)val.val; \
|
/external/libaom/libaom/ |
D | libs.doxy_template | 238 # typedef struct type_s {} type_t, will appear in the documentation as a struct 239 # with name type_t. When disabled the typedef will appear as a member of a file,
|
/external/libvpx/libvpx/ |
D | libs.doxy_template | 239 # typedef struct type_s {} type_t, will appear in the documentation as a struct 240 # with name type_t. When disabled the typedef will appear as a member of a file,
|