Home
last modified time | relevance | path

Searched refs:__v (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDcompare90 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam…
91 …LINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v) noexcept;
92 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(weak_equality __v, _CmpUnspecifiedParam…
93 …LINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_equality __v) noexcept;
96 …_LIBCPP_INLINE_VISIBILITY friend constexpr weak_equality operator<=>(weak_equality __v, _CmpUnspec…
97 …ILITY friend constexpr weak_equality operator<=>(_CmpUnspecifiedParam, weak_equality __v) noexcept;
108 inline constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam) noexcept {
109 return __v.__value_ == _EqResult::__zero;
113 inline constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v) noexcept {
114 return __v.__value_ == _EqResult::__zero;
[all …]
HDvalarray395 begin(valarray<_Tp>& __v);
400 begin(const valarray<_Tp>& __v);
405 end(valarray<_Tp>& __v);
410 end(const valarray<_Tp>& __v);
811 valarray(const valarray& __v);
814 valarray(valarray&& __v) _NOEXCEPT;
825 valarray& operator=(const valarray& __v);
828 valarray& operator=(valarray&& __v) _NOEXCEPT;
844 valarray& operator=(const __val_expr<_ValExpr>& __v);
924 operator*= (const _Expr& __v);
[all …]
HDvector821 void __swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v);
822 … pointer __swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v, pointer __p);
896 explicit _ConstructTransaction(vector &__v, size_type __n)
897 : __v_(__v), __pos_(__v.__end_), __new_end_(__v.__end_ + __n) {
948 …ctor<_Tp, _Allocator>::__swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v)
953 this->__alloc(), this->__begin_, this->__end_, __v.__begin_);
954 _VSTD::swap(this->__begin_, __v.__begin_);
955 _VSTD::swap(this->__end_, __v.__end_);
956 _VSTD::swap(this->__end_cap(), __v.__end_cap());
957 __v.__first_ = __v.__begin_;
[all …]
HD__tree558 static key_type const& __get_key(_Tp const& __v) {
559 return __v;
562 static __container_value_type const& __get_value(__node_value_type const& __v) {
563 return __v;
571 static __container_value_type&& __move(__node_value_type& __v) {
572 return _VSTD::move(__v);
621 static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) {
622 return __v.__move();
1268 pair<iterator, bool> __insert_unique(const __container_value_type& __v) {
1269 return __emplace_unique_key_args(_NodeTypes::__get_key(__v), __v);
[all …]
HDutility1050 static _Size __hash_len_16(_Size __u, _Size __v)
1054 _Size __a = (__u ^ __v) * __mul;
1056 _Size __b = (__v ^ __a) * __mul;
1177 pair<_Size, _Size> __v = __weak_hash_len_32_with_seeds(__s + __len - 64, __len, __z);
1184 __x = __rotate(__x + __y + __v.first + __loadword<_Size>(__s + 8), 37) * __k1;
1185 __y = __rotate(__y + __v.second + __loadword<_Size>(__s + 48), 42) * __k1;
1187 __y += __v.first + __loadword<_Size>(__s + 40);
1189 __v = __weak_hash_len_32_with_seeds(__s, __v.second * __k1, __x + __w.first);
1197 __hash_len_16(__v.first, __w.first) + __shift_mix(__y) * __k1 + __z,
1198 __hash_len_16(__v.second, __w.second) + __x);
[all …]
HDoptional714 constexpr optional(_Up&& __v)
715 : __base(in_place, _VSTD::forward<_Up>(__v)) {}
721 constexpr explicit optional(_Up&& __v)
722 : __base(in_place, _VSTD::forward<_Up>(__v)) {}
729 optional(const optional<_Up>& __v)
731 this->__construct_from(__v);
737 explicit optional(const optional<_Up>& __v)
739 this->__construct_from(__v);
747 optional(optional<_Up>&& __v)
749 this->__construct_from(_VSTD::move(__v));
[all …]
HDbitset172 explicit _LIBCPP_CONSTEXPR __bitset(unsigned long long __v) _NOEXCEPT;
184 void operator&=(const __bitset& __v) _NOEXCEPT;
186 void operator|=(const __bitset& __v) _NOEXCEPT;
188 void operator^=(const __bitset& __v) _NOEXCEPT;
202 void __init(unsigned long long __v, false_type) _NOEXCEPT;
204 void __init(unsigned long long __v, true_type) _NOEXCEPT;
234 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEPT
238 …for (size_t __i = 0; __i < sizeof(__t)/sizeof(__t[0]); ++__i, __v >>= __bits_per_word, __sz -= __b…
240 __t[__i] = static_cast<__storage_type>(__v) & ( 1ULL << __sz ) - 1;
242 __t[__i] = static_cast<__storage_type>(__v);
[all …]
HDtypeinfo163 _LIBCPP_CONSTEXPR static const char* __type_name_to_string(__type_name_t __v) _NOEXCEPT {
164 return __v;
167 _LIBCPP_CONSTEXPR static __type_name_t __string_to_type_name(const char* __v) _NOEXCEPT {
168 return __v;
174 static size_t __hash(__type_name_t __v) _NOEXCEPT {
175 return reinterpret_cast<size_t>(__v);
209 static const char* __type_name_to_string(__type_name_t __v) _NOEXCEPT {
210 return reinterpret_cast<const char*>(__v &
214 static __type_name_t __string_to_type_name(const char* __v) _NOEXCEPT {
215 return reinterpret_cast<__type_name_t>(__v);
[all …]
HDvariant402 static constexpr auto&& __get_alt(_Vp&& __v, in_place_index_t<0>) {
403 return _VSTD::forward<_Vp>(__v).__head;
408 static constexpr auto&& __get_alt(_Vp&& __v, in_place_index_t<_Ip>) {
409 return __get_alt(_VSTD::forward<_Vp>(__v).__tail, in_place_index<_Ip - 1>);
416 static constexpr auto&& __get_alt(_Vp&& __v) {
417 return __union::__get_alt(_VSTD::forward<_Vp>(__v).__data,
425 static constexpr auto&& __get_alt(_Vp&& __v) {
426 return __base::__get_alt<_Ip>(_VSTD::forward<_Vp>(__v).__impl);
1365 constexpr bool __holds_alternative(const variant<_Types...>& __v) noexcept {
1366 return __v.index() == _Ip;
[all …]
HDlocale582 ios_base::iostate& __err, bool& __v) const
584 return do_get(__b, __e, __iob, __err, __v);
589 ios_base::iostate& __err, long& __v) const
591 return do_get(__b, __e, __iob, __err, __v);
596 ios_base::iostate& __err, long long& __v) const
598 return do_get(__b, __e, __iob, __err, __v);
603 ios_base::iostate& __err, unsigned short& __v) const
605 return do_get(__b, __e, __iob, __err, __v);
610 ios_base::iostate& __err, unsigned int& __v) const
612 return do_get(__b, __e, __iob, __err, __v);
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_device_functions.h70 __DEVICE__ double __dAtomicAdd(double *__p, double __v) { in __dAtomicAdd() argument
71 return __nvvm_atom_add_gen_d(__p, __v); in __dAtomicAdd()
73 __DEVICE__ double __dAtomicAdd_block(double *__p, double __v) { in __dAtomicAdd_block() argument
74 return __nvvm_atom_cta_add_gen_d(__p, __v); in __dAtomicAdd_block()
76 __DEVICE__ double __dAtomicAdd_system(double *__p, double __v) { in __dAtomicAdd_system() argument
77 return __nvvm_atom_sys_add_gen_d(__p, __v); in __dAtomicAdd_system()
194 __DEVICE__ float __fAtomicAdd(float *__p, float __v) { in __fAtomicAdd() argument
195 return __nvvm_atom_add_gen_f(__p, __v); in __fAtomicAdd()
197 __DEVICE__ float __fAtomicAdd_block(float *__p, float __v) { in __fAtomicAdd_block() argument
198 return __nvvm_atom_cta_add_gen_f(__p, __v); in __fAtomicAdd_block()
[all …]
HDimmintrin.h302 short __v; in _loadbe_i16() member
304 return __builtin_bswap16(((const struct __loadu_i16*)__P)->__v); in _loadbe_i16()
310 short __v; in _storebe_i16() member
312 ((struct __storeu_i16*)__P)->__v = __builtin_bswap16(__D); in _storebe_i16()
318 int __v; in _loadbe_i32() member
320 return __builtin_bswap32(((const struct __loadu_i32*)__P)->__v); in _loadbe_i32()
326 int __v; in _storebe_i32() member
328 ((struct __storeu_i32*)__P)->__v = __builtin_bswap32(__D); in _storebe_i32()
335 long long __v; in _loadbe_i64() member
337 return __builtin_bswap64(((const struct __loadu_i64*)__P)->__v); in _loadbe_i64()
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDlinux.h26 void **__v; \
27 __asm__("mrs %0, tpidr_el0" : "=r"(__v)); \
28 __v; \
33 void **__v; \
34 __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__v)); \
35 __v; \
40 void **__v; \
41 __asm__("movl %%gs:0, %0" : "=r"(__v)); \
42 __v; \
47 void **__v; \
[all …]
/freebsd-11-stable/contrib/libstdc++/src/
Dmt_allocator.cc130 void* __v = ::operator new(__options._M_chunk_size); in _M_reserve_block() local
131 _Block_address* __address = static_cast<_Block_address*>(__v); in _M_reserve_block()
132 __address->_M_initial = __v; in _M_reserve_block()
136 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block()
194 void* __v = ::operator new(sizeof(_Bin_record) * _M_bin_size); in _M_initialize() local
195 _M_bin = static_cast<_Bin_record*>(__v); in _M_initialize()
199 __v = ::operator new(sizeof(_Block_record*)); in _M_initialize()
200 __bin._M_first = static_cast<_Block_record**>(__v); in _M_initialize()
371 void* __v = ::operator new(__options._M_chunk_size); in _M_reserve_block() local
372 _Block_address* __address = static_cast<_Block_address*>(__v); in _M_reserve_block()
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux.h122 ({ void** __v; __asm__("mrs %0, tpidr_el0" : "=r"(__v)); __v; })
125 ({ void** __v; __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__v)); __v; })
130 ({ register void** __v asm("v1"); \
134 ".set pop\n" : "=r"(__v)); \
135 __v; })
138 ({ void** __v; __asm__("movl %%gs:0, %0" : "=r"(__v)); __v; })
141 ({ void** __v; __asm__("mov %%fs:0, %0" : "=r"(__v)); __v; })
/freebsd-11-stable/contrib/libstdc++/include/bits/
Dstl_tree.h569 _M_insert(_Base_ptr __x, _Base_ptr __y, const value_type& __v);
574 _M_insert_lower(_Base_ptr __x, _Base_ptr __y, const value_type& __v);
578 const value_type& __v);
849 _M_insert(_Base_ptr __x, _Base_ptr __p, const _Val& __v)
852 || _M_impl._M_key_compare(_KeyOfValue()(__v),
855 _Link_type __z = _M_create_node(__v);
867 _M_insert_lower(_Base_ptr __x, _Base_ptr __p, const _Val& __v)
871 _KeyOfValue()(__v)));
873 _Link_type __z = _M_create_node(__v);
885 _M_insert(_Const_Base_ptr __x, _Const_Base_ptr __p, const _Val& __v)
[all …]
Dvalarray_after.h226 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
227 return __v;
234 valarray<_Tp> __v = valarray<_Tp>(*this)[__gs];
235 return __v;
242 valarray<_Tp> __v = valarray<_Tp>(*this)[__m];
243 return __v;
250 valarray<_Tp> __v = valarray<_Tp>(*this)[__i];
251 return __v;
263 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
264 return __v;
[all …]
Dlocale_facets.tcc516 ios_base::iostate& __err, _ValueT& __v) const in _M_extract_int()
705 __v = __negative ? -__result : __result; in _M_extract_int()
720 ios_base::iostate& __err, bool& __v) const in do_get()
730 __v = __l; in do_get()
773 __v = 0; in do_get()
775 __v = 1; in do_get()
789 ios_base::iostate& __err, long& __v) const in do_get()
790 { return _M_extract_int(__beg, __end, __io, __err, __v); } in do_get()
796 ios_base::iostate& __err, unsigned short& __v) const in do_get()
797 { return _M_extract_int(__beg, __end, __io, __err, __v); } in do_get()
[all …]
Dlocale_facets.h1980 ios_base::iostate& __err, bool& __v) const in get() argument
1981 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2016 ios_base::iostate& __err, long& __v) const in get() argument
2017 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2021 ios_base::iostate& __err, unsigned short& __v) const in get() argument
2022 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2026 ios_base::iostate& __err, unsigned int& __v) const in get() argument
2027 { return this->do_get(__in, __end, __io, __err, __v); } in get()
2031 ios_base::iostate& __err, unsigned long& __v) const in get() argument
2032 { return this->do_get(__in, __end, __io, __err, __v); } in get()
[all …]
Dgslice_array.h165 gslice_array<_Tp>::operator=(const valarray<_Tp>& __v) const
167 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
184 gslice_array<_Tp>::operator _Op##=(const valarray<_Tp>& __v) const \
187 _Array<_Tp>(__v), __v.size()); \
Dmask_array.h162 mask_array<_Tp>::operator=(const valarray<_Tp>& __v) const
163 { std::__valarray_copy(_Array<_Tp>(__v), __v.size(), _M_array, _M_mask); }
175 mask_array<_Tp>::operator _Op##=(const valarray<_Tp>& __v) const \
178 _Array<_Tp>(__v), __v.size()); \
/freebsd-11-stable/crypto/openssh/
HDsshbuf.h278 const u_int64_t __v = (v); \
279 ((u_char *)(p))[0] = (__v >> 56) & 0xff; \
280 ((u_char *)(p))[1] = (__v >> 48) & 0xff; \
281 ((u_char *)(p))[2] = (__v >> 40) & 0xff; \
282 ((u_char *)(p))[3] = (__v >> 32) & 0xff; \
283 ((u_char *)(p))[4] = (__v >> 24) & 0xff; \
284 ((u_char *)(p))[5] = (__v >> 16) & 0xff; \
285 ((u_char *)(p))[6] = (__v >> 8) & 0xff; \
286 ((u_char *)(p))[7] = __v & 0xff; \
290 const u_int32_t __v = (v); \
[all …]
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
Dc_locale.cc51 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in _GLIBCXX_BEGIN_NAMESPACE()
79 __v = __f; in _GLIBCXX_BEGIN_NAMESPACE()
88 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() argument
98 __v = __d; in __convert_to_v()
107 __convert_to_v(const char* __s, long double& __v, in __convert_to_v() argument
118 __v = __ld; in __convert_to_v()
125 __v = __ld; in __convert_to_v()
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
Dc_locale.cc47 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in _GLIBCXX_BEGIN_NAMESPACE()
54 __v = __f; in _GLIBCXX_BEGIN_NAMESPACE()
61 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() argument
68 __v = __d; in __convert_to_v()
75 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, in __convert_to_v() argument
88 __v = __ld; in __convert_to_v()
/freebsd-11-stable/contrib/libstdc++/include/std/
Dstd_valarray.h576 valarray<_Tp>::valarray(const valarray<_Tp>& __v) in valarray() argument
577 : _M_size(__v._M_size), _M_data(__valarray_get_storage<_Tp>(__v._M_size)) in valarray()
578 { std::__valarray_copy_construct(__v._M_data, __v._M_data + _M_size, in valarray()
635 valarray<_Tp>::operator=(const valarray<_Tp>& __v)
637 _GLIBCXX_DEBUG_ASSERT(_M_size == __v._M_size);
638 std::__valarray_copy(__v._M_data, _M_size, _M_data);
940 valarray<_Tp>::operator _Op##=(const valarray<_Tp> &__v) \
942 _GLIBCXX_DEBUG_ASSERT(_M_size == __v._M_size); \
944 _Array<_Tp>(__v._M_data)); \
988 operator _Op(const valarray<_Tp>& __v, const valarray<_Tp>& __w) \
[all …]

1234