Home
last modified time | relevance | path

Searched refs:STYPE (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/libclc/generic/lib/shared/
Dvstore.cl59 #define DECLARE_HELPER(STYPE, AS, builtin) void __clc_vstore_half_##STYPE##_helper##AS(STYPE, AS ha…
61 #define DECLARE_HELPER(STYPE, AS, __builtin) \
62 _CLC_DEF void __clc_vstore_half_##STYPE##_helper##AS(STYPE s, AS half *d) \
78 #define VEC_STORE1(STYPE, AS, val, ROUNDF) __clc_vstore_half_##STYPE##_helper##AS (ROUNDF(val), &me…
80 #define VEC_STORE2(STYPE, AS, val, ROUNDF) \
81 VEC_STORE1(STYPE, AS, val.lo, ROUNDF) \
82 VEC_STORE1(STYPE, AS, val.hi, ROUNDF)
83 #define VEC_STORE3(STYPE, AS, val, ROUNDF) \
84 VEC_STORE1(STYPE, AS, val.s0, ROUNDF) \
85 VEC_STORE1(STYPE, AS, val.s1, ROUNDF) \
[all …]
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util.h73 #define TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, STYPE) \ argument
77 typedef STYPE SavedType; \
81 inline const STYPE* TensorProtoData<TYPE>(const TensorProto& t) { \
84 return reinterpret_cast<const STYPE*>(t.FIELD##_val().data()); \
/external/clang/test/Analysis/
Darray-struct.c10 } STYPE; typedef
39 STYPE s; in f3()
/external/llvm-project/clang/test/Analysis/
Darray-struct.c10 } STYPE; typedef
39 STYPE s; in f3()
/external/angle/tools/flex-bison/third_party/skeletons/
Dc.m4102 [b4_api_PREFIX[][STYPE]])
703 [[#if ! defined ]b4_api_PREFIX[STYPE && ! defined ]b4_api_PREFIX[STYPE_IS_DECLARED
704 typedef ]b4_percent_define_get([[api.value.type]])[ ]b4_api_PREFIX[STYPE;
711 [[#if ! defined ]b4_api_PREFIX[STYPE && ! defined ]b4_api_PREFIX[STYPE_IS_DECLARED
718 typedef union ]b4_percent_define_get([[api.value.union.name]])[ ]b4_api_PREFIX[STYPE;
752 b4_pure_if([], [[extern ]b4_api_PREFIX[STYPE ]b4_prefix[lval;
Dyacc.c255 [[b4_api_PREFIX[STYPE const *pushed_val]], [[pushed_val]]]b4_locations_if([,
318 #define YYSTYPE ]b4_api_PREFIX[STYPE]b4_locations_if([[
/external/llvm/lib/Target/Hexagon/
DHexagonIntrinsics.td1042 // STYPE/ALU
1049 // STYPE/BIT
1134 // STYPE/COMPLEX
1143 // STYPE/PERM
1153 // STYPE/PRED
1170 // STYPE/SHIFT
1265 // STYPE/VH
1287 // STYPE/VW
DHexagonInstrInfo.td4111 // STYPE/BIT +
4317 // STYPE/BIT -
4321 // STYPE/COMPLEX +
4324 // STYPE/COMPLEX -
4344 // STYPE/PRED +
4397 // STYPE/PRED -
4401 // STYPE/SHIFT +
4455 // STYPE/SHIFT -
4459 // STYPE/VH +
4462 // STYPE/VH -
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_any.cc778 #define ANY11C(NAMEANY, ANY_SIMD, SBPP, BPP, STYPE, DTYPE, MASK) \ argument
779 void NAMEANY(const STYPE* src_ptr, DTYPE* dst_ptr, int scale, int width) { \
780 SIMD_ALIGNED(STYPE temp[32]); \
/external/flatbuffers/src/
Didl_gen_swift.cpp821 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE, RTYPE, KTYPE, STYPE) \ in GenTypeBasic() argument
822 #STYPE, in GenTypeBasic()
/external/libyuv/files/source/
Drow_any.cc909 #define ANY11C(NAMEANY, ANY_SIMD, SBPP, BPP, STYPE, DTYPE, MASK) \ argument
910 void NAMEANY(const STYPE* src_ptr, DTYPE* dst_ptr, int scale, int width) { \
911 SIMD_ALIGNED(STYPE temp[32]); \