Home
last modified time | relevance | path

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

/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/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.h203 type_t src_type, dst_type;
217 type_t type;
220 type_t type;
707 static inline type_t half_type(type_t type) in half_type()
934 ir3_MOV(struct ir3_block *block, struct ir3_instruction *src, type_t type) in ir3_MOV()
954 type_t src_type, type_t dst_type) in ir3_COV()
1108 ir3_SAM(struct ir3_block *block, opc_t opc, type_t type, in INSTR2()
Dinstr-a3xx.h224 } type_t; typedef
226 static inline uint32_t type_size(type_t type) in type_size()
246 static inline int type_float(type_t type) in type_float()
251 static inline int type_uint(type_t type) in type_uint()
256 static inline int type_sint(type_t type) in type_sint()
Dir3.c151 static uint32_t type_flags(type_t type) in type_flags()
Dir3_compiler_nir.c1397 type_t type; in emit_tex()
/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/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,