Home
last modified time | relevance | path

Searched refs:__index (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Davx512pfintrin.h51 _mm512_prefetch_i32gather_pd (__m256i __index, void const *__addr, in _mm512_prefetch_i32gather_pd() argument
54 __builtin_ia32_gatherpfdpd ((__mmask8) 0xFF, (__v8si) __index, __addr, in _mm512_prefetch_i32gather_pd()
60 _mm512_prefetch_i32gather_ps (__m512i __index, void const *__addr, in _mm512_prefetch_i32gather_ps() argument
63 __builtin_ia32_gatherpfdps ((__mmask16) 0xFFFF, (__v16si) __index, __addr, in _mm512_prefetch_i32gather_ps()
69 _mm512_mask_prefetch_i32gather_pd (__m256i __index, __mmask8 __mask, in _mm512_mask_prefetch_i32gather_pd() argument
72 __builtin_ia32_gatherpfdpd (__mask, (__v8si) __index, __addr, __scale, in _mm512_mask_prefetch_i32gather_pd()
78 _mm512_mask_prefetch_i32gather_ps (__m512i __index, __mmask16 __mask, in _mm512_mask_prefetch_i32gather_ps() argument
81 __builtin_ia32_gatherpfdps (__mask, (__v16si) __index, __addr, __scale, in _mm512_mask_prefetch_i32gather_ps()
87 _mm512_prefetch_i64gather_pd (__m512i __index, void const *__addr, in _mm512_prefetch_i64gather_pd() argument
90 __builtin_ia32_gatherpfqpd ((__mmask8) 0xFF, (__v8di) __index, __addr, in _mm512_prefetch_i64gather_pd()
[all …]
Davx2intrin.h1252 _mm_i32gather_pd (double const *__base, __m128i __index, const int __scale) in _mm_i32gather_pd() argument
1259 (__v4si)__index, in _mm_i32gather_pd()
1266 _mm_mask_i32gather_pd (__m128d __src, double const *__base, __m128i __index, in _mm_mask_i32gather_pd() argument
1271 (__v4si)__index, in _mm_mask_i32gather_pd()
1278 _mm256_i32gather_pd (double const *__base, __m128i __index, const int __scale) in _mm256_i32gather_pd() argument
1285 (__v4si)__index, in _mm256_i32gather_pd()
1293 __m128i __index, __m256d __mask, const int __scale) in _mm256_mask_i32gather_pd() argument
1297 (__v4si)__index, in _mm256_mask_i32gather_pd()
1304 _mm_i64gather_pd (double const *__base, __m128i __index, const int __scale) in _mm_i64gather_pd() argument
1311 (__v2di)__index, in _mm_i64gather_pd()
[all …]
Davx512vlintrin.h11020 __m256i __index, void const *__addr, in _mm256_mmask_i32gather_ps() argument
11025 (__v8si) __index, in _mm256_mmask_i32gather_ps()
11032 __m128i __index, void const *__addr, in _mm_mmask_i32gather_ps() argument
11037 (__v4si) __index, in _mm_mmask_i32gather_ps()
11044 __m128i __index, void const *__addr, in _mm256_mmask_i32gather_pd() argument
11049 (__v4si) __index, in _mm256_mmask_i32gather_pd()
11056 __m128i __index, void const *__addr, in _mm_mmask_i32gather_pd() argument
11061 (__v4si) __index, in _mm_mmask_i32gather_pd()
11068 __m256i __index, void const *__addr, in _mm256_mmask_i64gather_ps() argument
11073 (__v4di) __index, in _mm256_mmask_i64gather_ps()
[all …]
Davx512fintrin.h10313 _mm512_i32gather_ps (__m512i __index, void const *__addr, int __scale) in _mm512_i32gather_ps() argument
10320 (__v16si) __index, in _mm512_i32gather_ps()
10327 __m512i __index, void const *__addr, int __scale) in _mm512_mask_i32gather_ps() argument
10331 (__v16si) __index, in _mm512_mask_i32gather_ps()
10337 _mm512_i32gather_pd (__m256i __index, void const *__addr, int __scale) in _mm512_i32gather_pd() argument
10344 (__v8si) __index, __mask, in _mm512_i32gather_pd()
10351 __m256i __index, void const *__addr, int __scale) in _mm512_mask_i32gather_pd() argument
10355 (__v8si) __index, in _mm512_mask_i32gather_pd()
10361 _mm512_i64gather_ps (__m512i __index, void const *__addr, int __scale) in _mm512_i64gather_ps() argument
10368 (__v8di) __index, __mask, in _mm512_i64gather_ps()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dlist_partition.h153 size_t __index = 0; variable
159 __index += __size_part;
160 __starts[__i] = __os_starts[__index];
168 __index += (__size_part+1);
169 __starts[__i] = __os_starts[__index];
Dquicksort.h71 const unsigned long long __index = static_cast<unsigned long long> in __parallel_sort_qs_divide() local
73 ::new(&(__samples[__s])) _ValueType(__begin[__index]); in __parallel_sort_qs_divide()
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Dprimorial_ui.c56 if (((sieve)[__index] & __mask) == 0) \
63 mp_limb_t __mask, __index, __max_i, __i; \
66 __index = __i / GMP_LIMB_BITS; \
75 __index += __mask & 1; \
Doddfac_1.c69 if (((sieve)[__index] & __mask) == 0) \
76 mp_limb_t __mask, __index, __max_i, __i; \
79 __index = __i / GMP_LIMB_BITS; \
88 __index += __mask & 1; \
Dbin_uiui.c499 if (((sieve)[__index] & __mask) == 0) \
506 mp_limb_t __mask, __index, __max_i, __i; \
509 __index = __i / GMP_LIMB_BITS; \
518 __index += __mask & 1; \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_automaton.tcc149 _NFA<_TraitsT>::_M_insert_backref(size_t __index) in _M_insert_backref() argument
161 if (__index >= _M_subexpr_count) in _M_insert_backref()
166 if (__index == __it) in _M_insert_backref()
172 __tmp._M_backref_index = __index; in _M_insert_backref()
Dios_base.h555 register_callback(event_callback __fn, int __index); in _GLIBCXX_VISIBILITY()
574 _Callback_list(ios_base::event_callback __fn, int __index, in _GLIBCXX_VISIBILITY()
576 : _M_next(__cb), _M_fn(__fn), _M_index(__index), _M_refcount(0) { } in _GLIBCXX_VISIBILITY()
625 _M_grow_words(int __index, bool __iword); in _GLIBCXX_VISIBILITY()
Ddeque.tcc240 const difference_type __index = __position - begin(); in _M_erase() local
241 if (static_cast<size_type>(__index) < (size() >> 1)) in _M_erase()
253 return begin() + __index; in _M_erase()
656 difference_type __index = __pos - this->_M_impl._M_start; in _M_insert_aux() local
657 if (static_cast<size_type>(__index) < size() / 2) in _M_insert_aux()
664 __pos = this->_M_impl._M_start + __index; in _M_insert_aux()
676 __pos = this->_M_impl._M_start + __index; in _M_insert_aux()
Dregex_automaton.h294 _M_insert_backref(size_t __index); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/lgpl3/gmp/dist/tests/devel/
Dprimes.c76 if (((sieve)[__index] & __mask) == 0) \
83 mp_limb_t __mask, __index, __max_i, __i; \
86 __index = __i / GMP_LIMB_BITS; \
95 __index += __mask & 1; \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_neon.h18219 vdot_lane_u32 (uint32x2_t __r, uint8x8_t __a, uint8x8_t __b, const int __index) in vdot_lane_u32() argument
18221 return __builtin_neon_udot_lanev8qi_uuuus (__r, __a, __b, __index); in vdot_lane_u32()
18227 const int __index) in vdotq_lane_u32() argument
18229 return __builtin_neon_udot_lanev16qi_uuuus (__r, __a, __b, __index); in vdotq_lane_u32()
18234 vdot_lane_s32 (int32x2_t __r, int8x8_t __a, int8x8_t __b, const int __index) in vdot_lane_s32() argument
18236 return __builtin_neon_sdot_lanev8qi (__r, __a, __b, __index); in vdot_lane_s32()
18241 vdotq_lane_s32 (int32x4_t __r, int8x16_t __a, int8x8_t __b, const int __index) in vdotq_lane_s32() argument
18243 return __builtin_neon_sdot_lanev16qi (__r, __a, __b, __index); in vdotq_lane_s32()
18248 vdot_laneq_u32 (uint32x2_t __r, uint8x8_t __a, uint8x16_t __b, const int __index) in vdot_laneq_u32() argument
18250 return __builtin_neon_udot_laneqv8qi_uuuus (__r, __a, __b, __index); in vdot_laneq_u32()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dbitmap_allocator.h410 _Bitmap_counter(_BPVector& Rvbp, long __index = -1) : _M_vbp(Rvbp) in _GLIBCXX_VISIBILITY()
411 { this->_M_reset(__index); } in _GLIBCXX_VISIBILITY()
414 _M_reset(long __index = -1) throw() in _GLIBCXX_VISIBILITY()
416 if (__index == -1) in _GLIBCXX_VISIBILITY()
423 _M_curr_index = __index; in _GLIBCXX_VISIBILITY()
427 _GLIBCXX_DEBUG_ASSERT(__index <= (long)_M_vbp.size() - 1); in _GLIBCXX_VISIBILITY()
Dpointer.h346 operator[](std::ptrdiff_t __index) const in _GLIBCXX_VISIBILITY()
347 { return _Storage_policy::get()[__index]; } in _GLIBCXX_VISIBILITY()
/netbsd/src/usr.bin/gencat/
Dgencat.c617 set_hdr->__index = ntohl(set_hdr->__index); in MCReadCat()
618 if (set_hdr->__nmsgs < 0 || set_hdr->__index < 0) in MCReadCat()
742 set_hdr->__index = htonl(msg_index); in MCWriteCat()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dvariant900 static constexpr size_t __index =
903 using _Variant = typename _Nth_type<__index, _Variants...>::type;
994 template<bool __do_cookie, size_t __index, typename _Tp>
1002 std::index_sequence<__indices..., __index>>::_S_apply();
1011 std::index_sequence<__indices..., __index>>::_S_apply();
1032 template<size_t __index, typename _Variant>
1036 if constexpr (__index != variant_npos)
1037 return __variant::__get<__index>(std::forward<_Variant>(__var));
1497 constexpr auto __index = __accepted_index<_Tp>;
1498 if (index() == __index)
[all …]
Dchrono690 operator[](unsigned __index) const noexcept;
745 weekday_indexed(const chrono::weekday& __wd, unsigned __index) noexcept
746 : _M_wd(__wd), _M_index(__index)
784 weekday::operator[](unsigned __index) const noexcept
785 { return {*this, __index}; }
1633 auto __index = __wd[(unsigned{__ymd.day()} - 1) / 7 + 1];
1634 return {__ymd.year(), __ymd.month(), __index};
/netbsd/src/include/
Dnl_types.h65 int32_t __index; /* index of first msg_hdr in msg_hdr table */ member
/netbsd/src/lib/libc/nls/
Dcatgets.c79 l = ntohl((u_int32_t)set_hdr[i].__index); in __weak_alias()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_reg.h219 #define _PICK_EVEN(__index, __a, __b) ((__a) + (__index) * ((__b) - (__a))) argument
226 #define _PICK(__index, ...) (((const u32 []){ __VA_ARGS__ })[__index]) argument