| /netbsd-src/external/gpl3/gdb/dist/gdb/features/ |
| H A D | aarch64-fpu.c | 12 tdesc_type *element_type; in create_feature_aarch64_fpu() local 13 element_type = tdesc_named_type (feature, "ieee_double"); in create_feature_aarch64_fpu() 14 tdesc_create_vector (feature, "v2d", element_type, 2); in create_feature_aarch64_fpu() 16 element_type = tdesc_named_type (feature, "uint64"); in create_feature_aarch64_fpu() 17 tdesc_create_vector (feature, "v2u", element_type, 2); in create_feature_aarch64_fpu() 19 element_type = tdesc_named_type (feature, "int64"); in create_feature_aarch64_fpu() 20 tdesc_create_vector (feature, "v2i", element_type, 2); in create_feature_aarch64_fpu() 22 element_type = tdesc_named_type (feature, "ieee_single"); in create_feature_aarch64_fpu() 23 tdesc_create_vector (feature, "v4f", element_type, 4); in create_feature_aarch64_fpu() 25 element_type = tdesc_named_type (feature, "uint32"); in create_feature_aarch64_fpu() [all …]
|
| H A D | cskyv2-linux.c | 12 tdesc_type *element_type; in create_feature_cskyv2_linux() local 13 element_type = tdesc_named_type (feature, "ieee_single"); in create_feature_cskyv2_linux() 14 tdesc_create_vector (feature, "v4f", element_type, 4); in create_feature_cskyv2_linux() 16 element_type = tdesc_named_type (feature, "ieee_double"); in create_feature_cskyv2_linux() 17 tdesc_create_vector (feature, "v2d", element_type, 2); in create_feature_cskyv2_linux() 19 element_type = tdesc_named_type (feature, "int8"); in create_feature_cskyv2_linux() 20 tdesc_create_vector (feature, "v16i8", element_type, 16); in create_feature_cskyv2_linux() 22 element_type = tdesc_named_type (feature, "int16"); in create_feature_cskyv2_linux() 23 tdesc_create_vector (feature, "v8i16", element_type, 8); in create_feature_cskyv2_linux() 25 element_type = tdesc_named_type (feature, "int32"); in create_feature_cskyv2_linux() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/features/i386/ |
| H A D | 32bit-sse.c | 12 tdesc_type *element_type; in create_feature_i386_32bit_sse() local 13 element_type = tdesc_named_type (feature, "bfloat16"); in create_feature_i386_32bit_sse() 14 tdesc_create_vector (feature, "v8bf16", element_type, 8); in create_feature_i386_32bit_sse() 16 element_type = tdesc_named_type (feature, "ieee_half"); in create_feature_i386_32bit_sse() 17 tdesc_create_vector (feature, "v8h", element_type, 8); in create_feature_i386_32bit_sse() 19 element_type = tdesc_named_type (feature, "ieee_single"); in create_feature_i386_32bit_sse() 20 tdesc_create_vector (feature, "v4f", element_type, 4); in create_feature_i386_32bit_sse() 22 element_type = tdesc_named_type (feature, "ieee_double"); in create_feature_i386_32bit_sse() 23 tdesc_create_vector (feature, "v2d", element_type, 2); in create_feature_i386_32bit_sse() 25 element_type = tdesc_named_type (feature, "int8"); in create_feature_i386_32bit_sse() [all …]
|
| H A D | 64bit-sse.c | 12 tdesc_type *element_type; in create_feature_i386_64bit_sse() local 13 element_type = tdesc_named_type (feature, "bfloat16"); in create_feature_i386_64bit_sse() 14 tdesc_create_vector (feature, "v8bf16", element_type, 8); in create_feature_i386_64bit_sse() 16 element_type = tdesc_named_type (feature, "ieee_half"); in create_feature_i386_64bit_sse() 17 tdesc_create_vector (feature, "v8h", element_type, 8); in create_feature_i386_64bit_sse() 19 element_type = tdesc_named_type (feature, "ieee_single"); in create_feature_i386_64bit_sse() 20 tdesc_create_vector (feature, "v4f", element_type, 4); in create_feature_i386_64bit_sse() 22 element_type = tdesc_named_type (feature, "ieee_double"); in create_feature_i386_64bit_sse() 23 tdesc_create_vector (feature, "v2d", element_type, 2); in create_feature_i386_64bit_sse() 25 element_type = tdesc_named_type (feature, "int8"); in create_feature_i386_64bit_sse() [all …]
|
| H A D | 64bit-avx512.c | 12 tdesc_type *element_type; in create_feature_i386_64bit_avx512() local 13 element_type = tdesc_named_type (feature, "bfloat16"); in create_feature_i386_64bit_avx512() 14 tdesc_create_vector (feature, "v8bf16", element_type, 8); in create_feature_i386_64bit_avx512() 16 element_type = tdesc_named_type (feature, "ieee_half"); in create_feature_i386_64bit_avx512() 17 tdesc_create_vector (feature, "v8h", element_type, 8); in create_feature_i386_64bit_avx512() 19 element_type = tdesc_named_type (feature, "ieee_single"); in create_feature_i386_64bit_avx512() 20 tdesc_create_vector (feature, "v4f", element_type, 4); in create_feature_i386_64bit_avx512() 22 element_type = tdesc_named_type (feature, "ieee_double"); in create_feature_i386_64bit_avx512() 23 tdesc_create_vector (feature, "v2d", element_type, 2); in create_feature_i386_64bit_avx512() 25 element_type = tdesc_named_type (feature, "int8"); in create_feature_i386_64bit_avx512() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vec-perm-indices.h | 52 typedef poly_int64 element_type; typedef 79 element_type clamp (element_type) const; 80 element_type operator[] (unsigned int i) const; 81 bool series_p (unsigned int, unsigned int, element_type, element_type) const; 82 bool all_in_range_p (element_type, element_type) const; 119 inline vec_perm_indices::element_type 120 vec_perm_indices::clamp (element_type elt) const in clamp() 122 element_type limit = input_nelts (), elem_within_input; in clamp() 138 inline vec_perm_indices::element_type
|
| H A D | vec-perm-indices.cc | 73 element_type step = clamp (elements.elt (i) in new_vector() 97 element_type base = orig.m_encoding[i] * factor; in new_expanded_vector() 133 auto_vec<element_type, 32> encoding (encoded_nelts); in new_shrunk_vector() 140 element_type first = orig.m_encoding[i]; in new_shrunk_vector() 141 element_type new_index; in new_shrunk_vector() 170 element_type element_delta = delta * m_nelts_per_input; in rotate_inputs() 191 element_type in_base, element_type in_step) const in series_p() 197 element_type full_nelts = m_encoding.full_nelts (); in series_p() 224 element_type v0 = m_encoding.elt (out_base - out_step); in series_p() 225 element_type v1 = m_encoding.elt (out_base); in series_p() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | vec-perm-indices.h | 52 typedef poly_int64 element_type; typedef 78 element_type clamp (element_type) const; 79 element_type operator[] (unsigned int i) const; 80 bool series_p (unsigned int, unsigned int, element_type, element_type) const; 81 bool all_in_range_p (element_type, element_type) const; 118 inline vec_perm_indices::element_type 119 vec_perm_indices::clamp (element_type elt) const in clamp() 121 element_type limit = input_nelts (), elem_within_input; in clamp() 137 inline vec_perm_indices::element_type
|
| H A D | vec-perm-indices.c | 73 element_type step = clamp (elements.elt (i) in new_vector() 97 element_type base = orig.m_encoding[i] * factor; in new_expanded_vector() 111 element_type element_delta = delta * m_nelts_per_input; in rotate_inputs() 132 element_type in_base, element_type in_step) const in series_p() 138 element_type full_nelts = m_encoding.full_nelts (); in series_p() 165 element_type v0 = m_encoding.elt (out_base - out_step); in series_p() 166 element_type v1 = m_encoding.elt (out_base); in series_p() 179 vec_perm_indices::all_in_range_p (element_type start, element_type size) const in all_in_range_p() 192 element_type limit = input_nelts (); in all_in_range_p() 201 element_type base1 = m_encoding[i + npatterns]; in all_in_range_p() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | span | 42 using element_type = ElementType; 46 using pointer = element_type*; 47 using const_pointer = const element_type*; 48 using reference = element_type&; 49 using const_reference = const element_type&; 59 constexpr span(element_type (&arr)[N]) noexcept; 76 constexpr span<element_type, Count> first() const; 78 constexpr span<element_type, Count> last() const; 80 constexpr span<element_type, see below> subspan() const; 82 constexpr span<element_type, dynamic_extent> first(size_type count) const; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| H A D | auto_ptr.h | 100 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 109 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in _GLIBCXX_VISIBILITY() 186 element_type& in _GLIBCXX_VISIBILITY() 199 element_type* in _GLIBCXX_VISIBILITY() 216 element_type* in _GLIBCXX_VISIBILITY() 230 element_type* in _GLIBCXX_VISIBILITY() 233 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY() 246 reset(element_type* __p = 0) throw() in _GLIBCXX_VISIBILITY() 270 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY() 274 operator=(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
| H A D | auto_ptr.h | 96 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 105 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { } in _GLIBCXX_VISIBILITY() 182 element_type& in _GLIBCXX_VISIBILITY() 195 element_type* in _GLIBCXX_VISIBILITY() 212 element_type* in _GLIBCXX_VISIBILITY() 226 element_type* in _GLIBCXX_VISIBILITY() 229 element_type* __tmp = _M_ptr; in _GLIBCXX_VISIBILITY() 242 reset(element_type* __p = 0) throw() in _GLIBCXX_VISIBILITY() 266 auto_ptr(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY() 270 operator=(auto_ptr_ref<element_type> __ref) throw() in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | shuffle_fuzz.py | 51 (width, element_type) = random.choice( 55 (width, element_type) = random.choice( 61 element_type = random.choice(element_types) 65 'f32': 1 << 32, 'f64': 1 << 64}[element_type] 115 (args.seed, width, element_type)), file=sys.stderr) 145 integral_element_type = element_type 146 if element_type == 'f32': 148 element_type = 'float' 149 elif element_type == 'f64': 151 element_type = 'double' [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | ptr_traits.h | 83 template<typename _Ptr> requires requires { typename _Ptr::element_type; } in _GLIBCXX_VISIBILITY() 85 { using type = typename _Ptr::element_type; }; in _GLIBCXX_VISIBILITY() 88 struct __ptr_traits_elem<_Ptr, __void_t<typename _Ptr::element_type>> in _GLIBCXX_VISIBILITY() 89 { using type = typename _Ptr::element_type; }; in _GLIBCXX_VISIBILITY() 102 using element_type = _Elt; in _GLIBCXX_VISIBILITY() 111 pointer_to(element_type& __r) in _GLIBCXX_VISIBILITY() 130 using element_type = _Tp; in _GLIBCXX_VISIBILITY() 138 pointer_to(element_type& __r) noexcept in _GLIBCXX_VISIBILITY() 157 using element_type = _Elt; in _GLIBCXX_VISIBILITY() 196 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/features/arm/ |
| H A D | xscale-iwmmxt.c | 12 tdesc_type *element_type; in create_feature_arm_xscale_iwmmxt() local 13 element_type = tdesc_named_type (feature, "uint8"); in create_feature_arm_xscale_iwmmxt() 14 tdesc_create_vector (feature, "iwmmxt_v8u8", element_type, 8); in create_feature_arm_xscale_iwmmxt() 16 element_type = tdesc_named_type (feature, "uint16"); in create_feature_arm_xscale_iwmmxt() 17 tdesc_create_vector (feature, "iwmmxt_v4u16", element_type, 4); in create_feature_arm_xscale_iwmmxt() 19 element_type = tdesc_named_type (feature, "uint32"); in create_feature_arm_xscale_iwmmxt() 20 tdesc_create_vector (feature, "iwmmxt_v2u32", element_type, 2); in create_feature_arm_xscale_iwmmxt()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/features/arm/ |
| H A D | xscale-iwmmxt.c | 12 tdesc_type *element_type; in create_feature_arm_xscale_iwmmxt() local 13 element_type = tdesc_named_type (feature, "uint8"); in create_feature_arm_xscale_iwmmxt() 14 tdesc_create_vector (feature, "iwmmxt_v8u8", element_type, 8); in create_feature_arm_xscale_iwmmxt() 16 element_type = tdesc_named_type (feature, "uint16"); in create_feature_arm_xscale_iwmmxt() 17 tdesc_create_vector (feature, "iwmmxt_v4u16", element_type, 4); in create_feature_arm_xscale_iwmmxt() 19 element_type = tdesc_named_type (feature, "uint32"); in create_feature_arm_xscale_iwmmxt() 20 tdesc_create_vector (feature, "iwmmxt_v2u32", element_type, 2); in create_feature_arm_xscale_iwmmxt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-basic-inst-handler.cc | 49 BrigType16_t element_type = brig_inst.type & BRIG_TYPE_BASE_MASK; in scalarized_sat_arithmetics() local 59 if (brig_inst.opcode == BRIG_OPCODE && element_type == HSAIL_TYPE) \ in scalarized_sat_arithmetics() 89 tree element_type in build_shuffle() local 121 mask_element = convert (element_type, mask_element); in build_shuffle() 125 offset = build_int_cst (element_type, 0); in build_shuffle() 127 offset = build_int_cst (element_type, element_count); in build_shuffle() 132 tree mask_vec_type = build_vector_type (element_type, element_count); in build_shuffle() 156 tree element_type = get_unsigned_int_type (src_element_type); in build_unpack() local 163 tree vec_type = build_vector_type (element_type, element_count); in build_unpack() 169 mask_element = convert (element_type, operands[1]); in build_unpack() [all …]
|
| H A D | brig-variable-handler.cc | 46 tree element_type in build_variable() local 52 t = build_pointer_type (element_type); in build_variable() 54 t = build_array_type_nelts (element_type, element_count); in build_variable() 131 tree element_type in operator ()() local 136 var_type = build_array_type_nelts (element_type, element_count); in operator ()() 137 size_t element_size = tree_to_uhwi (TYPE_SIZE (element_type)); in operator ()() 257 tree element_type in get_brig_var_alignment() local 259 size_t element_size = tree_to_uhwi (TYPE_SIZE (element_type)); in get_brig_var_alignment()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 73 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 82 set(element_type* __arg) in _GLIBCXX_VISIBILITY() 95 element_type* _M_value; in _GLIBCXX_VISIBILITY() 115 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 167 typedef const _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 287 typedef typename _Storage_policy::element_type element_type; in _GLIBCXX_VISIBILITY() 291 typedef typename _Unqualified_type<element_type>::type value_type; in _GLIBCXX_VISIBILITY() 294 typedef typename _Reference_type<element_type>::reference reference; in _GLIBCXX_VISIBILITY() 301 _Pointer_adapter(element_type* __arg = 0) in _GLIBCXX_VISIBILITY() 352 inline element_type* in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 73 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 82 set(element_type* __arg) in _GLIBCXX_VISIBILITY() 95 element_type* _M_value; in _GLIBCXX_VISIBILITY() 115 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 161 typedef const _Tp element_type; in _GLIBCXX_VISIBILITY() typedef 275 typedef typename _Storage_policy::element_type element_type; in _GLIBCXX_VISIBILITY() 279 typedef typename _Unqualified_type<element_type>::type value_type; in _GLIBCXX_VISIBILITY() 282 typedef typename _Reference_type<element_type>::reference reference; in _GLIBCXX_VISIBILITY() 289 _Pointer_adapter(element_type* __arg = 0) in _GLIBCXX_VISIBILITY() 340 inline element_type* in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| H A D | pointer_traits.h | 30 typename __void_t<typename _Tp::element_type>::type> : true_type {}; 38 typedef _LIBCPP_NODEBUG_TYPE typename _Ptr::element_type type; 44 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::element_type type; 115 typedef typename __pointer_traits_element_type<pointer>::type element_type; 129 static pointer pointer_to(typename conditional<is_void<element_type>::value, 130 __nat, element_type>::type& __r) 138 typedef _Tp element_type; 151 static pointer pointer_to(typename conditional<is_void<element_type>::value, 152 __nat, element_type>::type& __r) _NOEXCEPT
|
| H A D | shared_ptr.h | 422 typedef remove_extent_t<_Tp> element_type; 424 typedef _Tp element_type; 428 element_type* __ptr_; 460 …typename enable_if<__shared_ptr_deleter_ctor_reqs<_Dp, _Yp, element_type>::value, __nat>::type = _… 463 …typename enable_if<__shared_ptr_deleter_ctor_reqs<_Dp, _Yp, element_type>::value, __nat>::type = _… 466 …_Yp> _LIBCPP_INLINE_VISIBILITY shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) _NOEXCEPT; 472 … typename enable_if<__compatible_with<_Yp, element_type>::value, __nat>::type = __nat()) 477 … typename enable_if<__compatible_with<_Yp, element_type>::value, __nat>::type = __nat()) 480 … typename enable_if<is_convertible<_Yp*, element_type*>::value, __nat>::type= __nat()); 484 … typename enable_if<is_convertible<_Yp*, element_type*>::value, __nat>::type = __nat()); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | ptr_traits.h | 87 using __element_type = typename _Tp::element_type; in _GLIBCXX_VISIBILITY() 104 using element_type in _GLIBCXX_VISIBILITY() 116 pointer_to(__make_not_void<element_type>& __e) in _GLIBCXX_VISIBILITY() 119 static_assert(!is_same<element_type, __undefined>::value, in _GLIBCXX_VISIBILITY() 133 typedef _Tp element_type; in _GLIBCXX_VISIBILITY() 146 pointer_to(__make_not_void<element_type>& __r) noexcept in _GLIBCXX_VISIBILITY() 164 constexpr typename std::pointer_traits<_Ptr>::element_type* in _GLIBCXX_VISIBILITY()
|
| H A D | shared_ptr.h | 136 using element_type = typename __shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY() 256 shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY() 283 shared_ptr(shared_ptr<_Yp>&& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY() 456 using pointer = typename shared_ptr<_Tp>::element_type*; in _GLIBCXX_VISIBILITY() 489 using _Tp_elt = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY() 490 using _Up_elt = typename shared_ptr<_Up>::element_type; in _GLIBCXX_VISIBILITY() 500 using _Tp_elt = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY() 509 using _Tp_elt = typename shared_ptr<_Tp>::element_type; in _GLIBCXX_VISIBILITY() 584 return _Sp(__r, static_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() 593 return _Sp(__r, const_cast<typename _Sp::element_type*>(__r.get())); in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
| H A D | propagate_const | 56 typedef remove_reference_t<decltype(*declval<T&>())> element_type; 73 constexpr const element_type* operator->() const; 74 constexpr operator const element_type*() const; // Not always defined 75 constexpr const element_type& operator*() const; 76 constexpr const element_type* get() const; 79 constexpr element_type* operator->(); 80 constexpr operator element_type*(); // Not always defined 81 constexpr element_type& operator*(); 82 constexpr element_type* get(); 138 typedef remove_reference_t<decltype(*declval<_Tp&>())> element_type; [all …]
|