Home
last modified time | relevance | path

Searched refs:type_t (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dstore-widen-aliased-load.ll8 %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/
Dstore-widen-aliased-load.ll8 %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/
Dsource_writer_test.cc360 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/
Danalyze-blocking-sizes.cpp76 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/
Dir3.h224 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()
Dinstr-a3xx.h228 } 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()
Dir3_compiler_nir.c868 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()
Dir3.c145 static uint32_t type_flags(type_t type) in type_flags()
/external/v4l2_codec2/tests/
DC2VDACompIntf_test.cpp382 void dumpType(const C2FieldDescriptor::type_t type) { in dumpType()
/external/protobuf/php/ext/google/protobuf/
Dupb.h635 #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/
Dupb.h846 #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/
Dlibs.doxy_template238 # 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/
Dlibs.doxy_template239 # 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,