| /freebsd/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | ordering.h | 55 …IDE_FROM_ABI explicit constexpr partial_ordering(_PartialOrdResult __v) noexcept : __value_(__v) {} in partial_ordering() argument 67 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam)… 68 return __v.__value_ == _PartialOrdResult::__equiv; 71 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<(partial_ordering __v, _CmpUnspecifiedParam) … 72 return __v.__value_ == _PartialOrdResult::__less; 75 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam)… 76 return __v.__value_ == _PartialOrdResult::__equiv || __v.__value_ == _PartialOrdResult::__less; 79 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>(partial_ordering __v, _CmpUnspecifiedParam) … 80 return __v.__value_ == _PartialOrdResult::__greater; 83 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam)… [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_device_functions.h | 52 __DEVICE__ double __dAtomicAdd(double *__p, double __v) { in __dAtomicAdd() argument 53 return __nvvm_atom_add_gen_d(__p, __v); in __dAtomicAdd() 55 __DEVICE__ double __dAtomicAdd_block(double *__p, double __v) { in __dAtomicAdd_block() argument 56 return __nvvm_atom_cta_add_gen_d(__p, __v); in __dAtomicAdd_block() 58 __DEVICE__ double __dAtomicAdd_system(double *__p, double __v) { in __dAtomicAdd_system() argument 59 return __nvvm_atom_sys_add_gen_d(__p, __v); in __dAtomicAdd_system() 176 __DEVICE__ float __fAtomicAdd(float *__p, float __v) { in __fAtomicAdd() argument 177 return __nvvm_atom_add_gen_f(__p, __v); in __fAtomicAdd() 179 __DEVICE__ float __fAtomicAdd_block(float *__p, float __v) { in __fAtomicAdd_block() argument 180 return __nvvm_atom_cta_add_gen_f(__p, __v); in __fAtomicAdd_block() [all …]
|
| H A D | wasm_simd128.h | 60 __v128_u __v; in wasm_v128_load() member 62 return ((const struct __wasm_v128_load_struct *)__mem)->__v; in wasm_v128_load() 68 uint8_t __v; in wasm_v128_load8_splat() member 70 uint8_t __v = ((const struct __wasm_v128_load8_splat_struct *)__mem)->__v; in wasm_v128_load8_splat() local 71 return (v128_t)(__u8x16){__v, __v, __v, __v, __v, __v, __v, __v, in wasm_v128_load8_splat() 72 __v, __v, __v, __v, __v, __v, __v, __v}; in wasm_v128_load8_splat() 78 uint16_t __v; in wasm_v128_load16_splat() member 80 uint16_t __v = ((const struct __wasm_v128_load16_splat_struct *)__mem)->__v; in wasm_v128_load16_splat() local 81 return (v128_t)(__u16x8){__v, __v, __v, __v, __v, __v, __v, __v}; in wasm_v128_load16_splat() 87 uint32_t __v; in wasm_v128_load32_splat() member [all …]
|
| H A D | immintrin.h | 326 unsigned short __v; in _loadbe_i16() member 328 return (short)__builtin_bswap16(((const struct __loadu_i16*)__P)->__v); in _loadbe_i16() 344 unsigned short __v; in _storebe_i16() member 346 ((struct __storeu_i16*)__P)->__v = __builtin_bswap16((unsigned short)__D); in _storebe_i16() 361 unsigned int __v; in _loadbe_i32() member 363 return (int)__builtin_bswap32(((const struct __loadu_i32*)__P)->__v); in _loadbe_i32() 379 unsigned int __v; in _storebe_i32() member 381 ((struct __storeu_i32*)__P)->__v = __builtin_bswap32((unsigned int)__D); in _storebe_i32() 397 unsigned long long __v; in _loadbe_i64() member 399 return (long long)__builtin_bswap64(((const struct __loadu_i64*)__P)->__v); in _loadbe_i64() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/ |
| H A D | hash.h | 102 pair<_Size, _Size> __v = __weak_hash_len_32_with_seeds(__s + __len - 64, __len, __z); 109 __x = __rotate(__x + __y + __v.first + std::__loadword<_Size>(__s + 8), 37) * __k1; 110 __y = __rotate(__y + __v.second + std::__loadword<_Size>(__s + 48), 42) * __k1; 112 __y += __v.first + std::__loadword<_Size>(__s + 40); 114 __v = __weak_hash_len_32_with_seeds(__s, __v.second * __k1, __x + __w.first); 120 return __hash_len_16(__hash_len_16(__v.first, __w.first) + __shift_mix(__y) * __k1 + __z, 121 __hash_len_16(__v.second, __w.second) + __x); 141 …ABI _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK static _Size __hash_len_16(_Size __u, _Size __v) { 143 _Size __a = (__u ^ __v) * __mul; 145 _Size __b = (__v ^ __a) * __mul; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | num.h | 343 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, bool& __v) const { 344 return do_get(__b, __e, __iob, __err, __v); 348 get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long& __v) const { 349 return do_get(__b, __e, __iob, __err, __v); 353 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, long long& __v) const… 354 return do_get(__b, __e, __iob, __err, __v); 358 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned short& __v) … 359 return do_get(__b, __e, __iob, __err, __v); 363 …get(iter_type __b, iter_type __e, ios_base& __iob, ios_base::iostate& __err, unsigned int& __v) co… 364 return do_get(__b, __e, __iob, __err, __v); [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux.h | 149 void **__v; \ 150 __asm__("mrs %0, tpidr_el0" : "=r"(__v)); \ 151 __v; \ 156 void **__v; \ 157 __asm__("mrc p15, 0, %0, c13, c0, 3" : "=r"(__v)); \ 158 __v; \ 165 register void **__v asm("v1"); \ 171 : "=r"(__v)); \ 172 __v; \ 177 void **__v; \ [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | reference.h | 44 _LIBCPP_HIDE_FROM_ABI void __set(_Vp __v) { in __set() argument 46 __s_.__set(__idx_, experimental::__set_all_bits<_Tp>(__v)); in __set() 48 __s_.__set(__idx_, __v); in __set() 60 _LIBCPP_HIDE_FROM_ABI __simd_reference operator=(_Up&& __v) && noexcept { 61 __set(static_cast<value_type>(std::forward<_Up>(__v))); 78 _LIBCPP_HIDE_FROM_ABI __simd_reference operator+=(_Up&& __v) && noexcept { 79 __set(__get() + static_cast<value_type>(std::forward<_Up>(__v))); 84 _LIBCPP_HIDE_FROM_ABI __simd_reference operator-=(_Up&& __v) && noexcept { 85 __set(__get() - static_cast<value_type>(std::forward<_Up>(__v))); 90 _LIBCPP_HIDE_FROM_ABI __simd_reference operator*=(_Up&& __v) && noexcept { [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | vector_bool.h | 156 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 vector(size_type __n, const value_type& __v); 158 vector(size_type __n, const value_type& __v, const allocator_type& __a); 184 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 vector(const vector& __v); 185 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 vector(const vector& __v, const allocator_type… 186 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 vector& operator=(const vector& __v); 200 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 vector(vector&& __v) 207 vector(vector&& __v, const __type_identity_t<allocator_type>& __a); 208 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 vector& operator=(vector&& __v) 487 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __copy_assign_alloc(const vector& __v) { 489 … __v, integral_constant<bool, __storage_traits::propagate_on_container_copy_assignment::value>()); [all …]
|
| H A D | vector.h | 692 __swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v); 694 __swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v, pointer __p); 740 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI explicit _ConstructTransaction(vector& __v, si… in _ConstructTransaction() 741 : __v_(__v), __pos_(__v.__end_), __new_end_(__v.__end_ + __n) { in _ConstructTransaction() 842 …or<_Tp, _Allocator>::__swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v) { in __swap_out_circular_buffer() argument 844 auto __new_begin = __v.__begin_ - (__end_ - __begin_); in __swap_out_circular_buffer() 847 __v.__begin_ = __new_begin; in __swap_out_circular_buffer() 849 std::swap(this->__begin_, __v.__begin_); in __swap_out_circular_buffer() 850 std::swap(this->__end_, __v.__end_); in __swap_out_circular_buffer() 851 std::swap(this->__cap_, __v.__cap_); in __swap_out_circular_buffer() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/src/include/ryu/ |
| H A D | common.h | 52 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __decimalLength9(const uint32_t __v) { in __decimalLength9() argument 56 _LIBCPP_ASSERT_INTERNAL(__v < 1000000000, ""); in __decimalLength9() 57 if (__v >= 100000000) { return 9; } in __decimalLength9() 58 if (__v >= 10000000) { return 8; } in __decimalLength9() 59 if (__v >= 1000000) { return 7; } in __decimalLength9() 60 if (__v >= 100000) { return 6; } in __decimalLength9() 61 if (__v >= 10000) { return 5; } in __decimalLength9() 62 if (__v >= 1000) { return 4; } in __decimalLength9() 63 if (__v >= 100) { return 3; } in __decimalLength9() 64 if (__v >= 10) { return 2; } in __decimalLength9()
|
| /freebsd/contrib/llvm-project/libcxx/src/ryu/ |
| H A D | d2s.cpp | 153 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __decimalLength17(const uint64_t __v) { in __decimalLength17() argument 158 _LIBCPP_ASSERT_INTERNAL(__v < 100000000000000000u, ""); in __decimalLength17() 159 if (__v >= 10000000000000000u) { return 17; } in __decimalLength17() 160 if (__v >= 1000000000000000u) { return 16; } in __decimalLength17() 161 if (__v >= 100000000000000u) { return 15; } in __decimalLength17() 162 if (__v >= 10000000000000u) { return 14; } in __decimalLength17() 163 if (__v >= 1000000000000u) { return 13; } in __decimalLength17() 164 if (__v >= 100000000000u) { return 12; } in __decimalLength17() 165 if (__v >= 10000000000u) { return 11; } in __decimalLength17() 166 if (__v >= 1000000000u) { return 10; } in __decimalLength17() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | hash.h | 107 pair<_Size, _Size> __v = __weak_hash_len_32_with_seeds(__s + __len - 64, __len, __z); 114 __x = __rotate(__x + __y + __v.first + std::__loadword<_Size>(__s + 8), 37) * __k1; 115 __y = __rotate(__y + __v.second + std::__loadword<_Size>(__s + 48), 42) * __k1; 117 __y += __v.first + std::__loadword<_Size>(__s + 40); 119 __v = __weak_hash_len_32_with_seeds(__s, __v.second * __k1, __x + __w.first); 125 return __hash_len_16(__hash_len_16(__v.first, __w.first) + __shift_mix(__y) * __k1 + __z, 126 __hash_len_16(__v.second, __w.second) + __x); 146 …ABI _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK static _Size __hash_len_16(_Size __u, _Size __v) { 148 _Size __a = (__u ^ __v) * __mul; 150 _Size __b = (__v ^ __a) * __mul; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__charconv/ |
| H A D | traits.h | 47 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) { 48 auto __t = (32 - std::__countl_zero(static_cast<type>(__v | 1))) * 1233 >> 12; 49 return __t - (__v < __itoa::__pow10_32[__t]) + 1; 52 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI char* __convert(char* __p, _Tp __v) { 53 return __itoa::__base_10_u32(__p, __v); 70 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI int __width(_Tp __v) { 71 auto __t = (64 - std::__countl_zero(static_cast<type>(__v | 1))) * 1233 >> 12; 72 return __t - (__v < __itoa::__pow10_64[__t]) + 1; 75 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI char* __convert(char* __p, _Tp __v) { 76 return __itoa::__base_10_u64(__p, __v); [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | sshbuf.h | 359 const uint64_t __v = (v); \ 360 ((u_char *)(p))[0] = (__v >> 56) & 0xff; \ 361 ((u_char *)(p))[1] = (__v >> 48) & 0xff; \ 362 ((u_char *)(p))[2] = (__v >> 40) & 0xff; \ 363 ((u_char *)(p))[3] = (__v >> 32) & 0xff; \ 364 ((u_char *)(p))[4] = (__v >> 24) & 0xff; \ 365 ((u_char *)(p))[5] = (__v >> 16) & 0xff; \ 366 ((u_char *)(p))[6] = (__v >> 8) & 0xff; \ 367 ((u_char *)(p))[7] = __v & 0xff; \ 371 const uint32_t __v = (v); \ [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/ |
| H A D | atomic_flag.h | 52 wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT { 53 std::__atomic_wait(*this, _LIBCPP_ATOMIC_FLAG_TYPE(__v), __m); 56 wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT { 57 std::__atomic_wait(*this, _LIBCPP_ATOMIC_FLAG_TYPE(__v), __m); 143 atomic_flag_wait(const volatile atomic_flag* __o, bool __v) _NOEXCEPT { 144 __o->wait(__v); 148 atomic_flag_wait(const atomic_flag* __o, bool __v) _NOEXCEPT { 149 __o->wait(__v); 153 atomic_flag_wait_explicit(const volatile atomic_flag* __o, bool __v, memory_order __m) _NOEXCEPT { 154 __o->wait(__v, __m); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic_flag.h | 52 …_LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void wait(bool __v, memory_order __m = memory_orde… 54 std::__atomic_wait(*this, _LIBCPP_ATOMIC_FLAG_TYPE(__v), __m); 57 wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT { 58 std::__atomic_wait(*this, _LIBCPP_ATOMIC_FLAG_TYPE(__v), __m); 147 atomic_flag_wait(const volatile atomic_flag* __o, bool __v) _NOEXCEPT { 148 __o->wait(__v); 152 atomic_flag_wait(const atomic_flag* __o, bool __v) _NOEXCEPT { 153 __o->wait(__v); 157 atomic_flag_wait_explicit(const volatile atomic_flag* __o, bool __v, memory_order __m) _NOEXCEPT { 158 __o->wait(__v, __m); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | clamp.h | 25 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() argument 30 return __comp(__v, __lo) ? __lo : __comp(__hi, __v) ? __hi : __v; in clamp() 35 clamp(_LIBCPP_LIFETIMEBOUND const _Tp& __v, in clamp() argument 38 return std::clamp(__v, __lo, __hi, __less<>()); in clamp()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | vector | 710 …PP_HIDE_FROM_ABI void __swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v); 712 __swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v, pointer __p); 768 _LIBCPP_HIDE_FROM_ABI explicit _ConstructTransaction(vector& __v, size_type __n) 769 : __v_(__v), __pos_(__v.__end_), __new_end_(__v.__end_ + __n) { 841 // __swap_out_circular_buffer relocates the objects in [__begin_, __end_) into the front of __v and… 842 // *this and __v. It is assumed that __v provides space for exactly (__end_ - __begin_) objects in … 845 …or<_Tp, _Allocator>::__swap_out_circular_buffer(__split_buffer<value_type, allocator_type&>& __v) { 847 auto __new_begin = __v.__begin_ - (__end_ - __begin_); 850 __v.__begin_ = __new_begin; 852 std::swap(this->__begin_, __v.__begin_); [all …]
|
| H A D | valarray | 407 _LIBCPP_HIDE_FROM_ABI _Tp* begin(valarray<_Tp>& __v); 410 _LIBCPP_HIDE_FROM_ABI const _Tp* begin(const valarray<_Tp>& __v); 413 _LIBCPP_HIDE_FROM_ABI _Tp* end(valarray<_Tp>& __v); 416 _LIBCPP_HIDE_FROM_ABI const _Tp* end(const valarray<_Tp>& __v); 783 valarray(const valarray& __v); 791 valarray& operator=(const valarray& __v); 798 _LIBCPP_HIDE_FROM_ABI valarray& operator=(const __val_expr<_ValExpr>& __v); 834 _LIBCPP_HIDE_FROM_ABI valarray& operator*=(const _Expr& __v); 837 _LIBCPP_HIDE_FROM_ABI valarray& operator/=(const _Expr& __v); 840 _LIBCPP_HIDE_FROM_ABI valarray& operator%=(const _Expr& __v); [all …]
|
| H A D | __tree | 520 _LIBCPP_HIDE_FROM_ABI static key_type const& __get_key(_Tp const& __v) { return __v; } 521 …_ABI static __container_value_type const& __get_value(__node_value_type const& __v) { return __v; } 523 …_FROM_ABI static __container_value_type&& __move(__node_value_type& __v) { return std::move(__v); } 557 …_ABI static pair<key_type&&, mapped_type&&> __move(__node_value_type& __v) { return __v.__move(); } 1064 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> __insert_unique(const __container_value_type& __v) { 1065 return __emplace_unique_key_args(_NodeTypes::__get_key(__v), __v); 1068 …CPP_HIDE_FROM_ABI iterator __insert_unique(const_iterator __p, const __container_value_type& __v) { 1069 return __emplace_hint_unique_key_args(__p, _NodeTypes::__get_key(__v), __v).first; 1072 _LIBCPP_HIDE_FROM_ABI pair<iterator, bool> __insert_unique(__container_value_type&& __v) { 1073 return __emplace_unique_key_args(_NodeTypes::__get_key(__v), std::move(__v)); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | valarray | 422 _LIBCPP_HIDE_FROM_ABI _Tp* begin(valarray<_Tp>& __v); 425 _LIBCPP_HIDE_FROM_ABI const _Tp* begin(const valarray<_Tp>& __v); 428 _LIBCPP_HIDE_FROM_ABI _Tp* end(valarray<_Tp>& __v); 431 _LIBCPP_HIDE_FROM_ABI const _Tp* end(const valarray<_Tp>& __v); 798 valarray(const valarray& __v); 800 _LIBCPP_HIDE_FROM_ABI valarray(valarray&& __v) _NOEXCEPT; 810 valarray& operator=(const valarray& __v); 812 _LIBCPP_HIDE_FROM_ABI valarray& operator=(valarray&& __v) _NOEXCEPT; 821 _LIBCPP_HIDE_FROM_ABI valarray& operator=(const __val_expr<_ValExpr>& __v); 875 _LIBCPP_HIDE_FROM_ABI valarray& operator*=(const _Expr& __v); [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | poisson_distribution.h | 183 double __v = __difmuk / __tx; in operator() local 184 if (std::abs(__v) > 0.25) in operator() 185 __px = __tx * std::log(1 + __v) - __difmuk - __del; in operator() 187 __px = __tx * __v * __v * in operator() 188 … (((((((.1250060 * __v + -.1384794) * __v + .1421878) * __v + -.1661269) * __v + .2000118) * __v + in operator() 190 __v + in operator() 192 __v + in operator()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | poisson_distribution.h | 178 double __v = __difmuk / __tx; in operator() local 179 if (std::abs(__v) > 0.25) in operator() 180 __px = __tx * std::log(1 + __v) - __difmuk - __del; in operator() 182 __px = __tx * __v * __v * in operator() 183 … (((((((.1250060 * __v + -.1384794) * __v + .1421878) * __v + -.1661269) * __v + .2000118) * __v + in operator() 185 __v + in operator() 187 __v + in operator()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | integral_constant.h | 20 template <class _Tp, _Tp __v> 22 static const _Tp value = __v; 28 template <class _Tp, _Tp __v> 29 const _Tp integral_constant<_Tp, __v>::value;
|