/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) argument 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 68 __tg_acos(long double __x) {return acosl(__x);} in __tg_acos() 72 __tg_acos(float _Complex __x) {return cacosf(__x);} in __tg_acos() 76 __tg_acos(double _Complex __x) {return cacos(__x);} in __tg_acos() 80 __tg_acos(long double _Complex __x) {return cacosl(__x);} in __tg_acos() 83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) argument [all …]
|
H A D | __clang_cuda_cmath.h | 43 __DEVICE__ float abs(float __x) { return ::fabsf(__x); } in abs() 44 __DEVICE__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 47 __DEVICE__ float atan(float __x) { return ::atanf(__x); } in atan() 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 49 __DEVICE__ float ceil(float __x) { return ::ceilf(__x); } in ceil() 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 51 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() [all …]
|
H A D | __clang_hip_cmath.h | 40 __DEVICE__ __CONSTEXPR__ float fabs(float __x) { return ::fabsf(__x); } in fabs() 41 __DEVICE__ __CONSTEXPR__ float sin(float __x) { return ::sinf(__x); } in sin() 42 __DEVICE__ __CONSTEXPR__ float cos(float __x) { return ::cosf(__x); } in cos() 44 __DEVICE__ __CONSTEXPR__ double abs(double __x) { return ::fabs(__x); } in abs() 45 __DEVICE__ __CONSTEXPR__ float abs(float __x) { return ::fabsf(__x); } in abs() 48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() 54 __DEVICE__ __CONSTEXPR__ int fpclassify(float __x) { in fpclassify() 58 __DEVICE__ __CONSTEXPR__ int fpclassify(double __x) { in fpclassify() 86 __DEVICE__ __CONSTEXPR__ int isinf(float __x) { return ::__isinff(__x); } in isinf() 87 __DEVICE__ __CONSTEXPR__ int isinf(double __x) { return ::__isinf(__x); } in isinf() [all …]
|
H A D | __clang_hip_libdevice_declares.h | 142 __llvm_amdgcn_cos_f32(float __x) { in __llvm_amdgcn_cos_f32() 146 __llvm_amdgcn_rcp_f32(float __x) { in __llvm_amdgcn_rcp_f32() 150 __llvm_amdgcn_rsq_f32(float __x) { in __llvm_amdgcn_rsq_f32() 154 __llvm_amdgcn_sin_f32(float __x) { in __llvm_amdgcn_sin_f32() 281 __llvm_amdgcn_rcp_f64(double __x) { in __llvm_amdgcn_rcp_f64() 285 __llvm_amdgcn_rsq_f64(double __x) { in __llvm_amdgcn_rsq_f64() 336 __llvm_amdgcn_rcp_2f16(__2f16 __x) // Not currently exposed by ROCDL. in __llvm_amdgcn_rcp_2f16()
|
H A D | adxintrin.h | 22 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32() 30 _addcarryx_u64(unsigned char __cf, unsigned long long __x, in _addcarryx_u64() 39 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32() 47 _addcarry_u64(unsigned char __cf, unsigned long long __x, in _addcarry_u64() 55 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32() 63 _subborrow_u64(unsigned char __cf, unsigned long long __x, in _subborrow_u64()
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 370 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1 __x) _NOEXCEPT { in signbit() 375 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1 __x) _NOEXCEPT { in signbit() 387 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() 392 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() 403 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isfinite(_A1 __x) _N… in isfinite() 417 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isinf(_A1 __x) _NOEX… in isinf() 429 …RD_EXT inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isinf(float __x) _NOEXCEPT { in isinf() 433 …XPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD bool isinf(double __x) _NOEXCEPT { in isinf() 437 … inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isinf(long double __x) _NOEXCEPT { in isinf() 445 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isnan(_A1 __x) _NOEX… in isnan() [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 172 abs(double __x) in abs() 176 abs(float __x) in abs() 180 abs(long double __x) in abs() 185 acos(float __x) { return __gnu_cxx::__c99_binding::acosf(__x); } in acos() 188 acos(float __x) { return ::acos(static_cast<double>(__x)); } in acos() 195 acos(long double __x) { return ::acosl(__x); } in acos() 198 acos(long double __x) { return ::acos(static_cast<double>(__x)); } in acos() 203 acos(_Tp __x) in acos() 212 asin(float __x) { return __gnu_cxx::__c99_binding::asinf(__x); } in asin() 215 asin(float __x) { return ::asin(static_cast<double>(__x)); } in asin() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 89 abs(double __x) in abs() 93 abs(float __x) in abs() 97 abs(long double __x) in abs() 103 acos(float __x) in acos() 107 acos(long double __x) in acos() 113 acos(_Tp __x) in acos() 119 asin(float __x) in asin() 123 asin(long double __x) in asin() 129 asin(_Tp __x) in asin() 135 atan(float __x) in atan() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 108 template <class _Tp> std::complex<_Tp> log(const std::complex<_Tp> &__x) { in log() 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() 121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() 138 __DEVICE__ std::complex<_Tp> exp(const std::complex<_Tp> &__x) { in exp() 158 std::complex<_Tp> pow(const std::complex<_Tp> &__x, in pow() 165 template <class _Tp> std::complex<_Tp> __sqr(const std::complex<_Tp> &__x) { in __sqr() 174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() 235 __DEVICE__ std::complex<_Tp> atanh(const std::complex<_Tp> &__x) { in atanh() 265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_set.h | 131 set(const set<_Key,_Compare,_Alloc>& __x) : _M_t(__x._M_t) {} in set() 151 void swap(set<_Key,_Compare,_Alloc>& __x) { _M_t.swap(__x._M_t); } in swap() 154 pair<iterator,bool> insert(const value_type& __x) { in insert() 158 iterator insert(iterator __position, const value_type& __x) { in insert() 170 size_type erase(const key_type& __x) { in erase() 181 size_type count(const key_type& __x) const { in count() 187 iterator find(const key_type& __x) { return _M_t.find(__x); } in find() 188 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() 189 iterator lower_bound(const key_type& __x) { in lower_bound() 192 const_iterator lower_bound(const key_type& __x) const { in lower_bound() [all …]
|
H A D | stl_multiset.h | 133 multiset(const multiset<_Key,_Compare,_Alloc>& __x) : _M_t(__x._M_t) {} in multiset() 154 void swap(multiset<_Key,_Compare,_Alloc>& __x) { _M_t.swap(__x._M_t); } in swap() 157 iterator insert(const value_type& __x) { in insert() 160 iterator insert(iterator __position, const value_type& __x) { in insert() 173 size_type erase(const key_type& __x) { in erase() 184 size_type count(const key_type& __x) const { return _M_t.count(__x); } in count() 188 iterator find(const key_type& __x) { return _M_t.find(__x); } in find() 189 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() 190 iterator lower_bound(const key_type& __x) { in lower_bound() 193 const_iterator lower_bound(const key_type& __x) const { in lower_bound() [all …]
|
H A D | stl_multimap.h | 174 multimap(const multimap& __x) in multimap() 326 insert(const value_type& __x) { return _M_t.insert_equal(__x); } in insert() 349 insert(iterator __position, const value_type& __x) in insert() 389 erase(const key_type& __x) { return _M_t.erase(__x); } in erase() 416 swap(multimap& __x) { _M_t.swap(__x._M_t); } in swap() 455 find(const key_type& __x) { return _M_t.find(__x); } in find() 469 find(const key_type& __x) const { return _M_t.find(__x); } in find() 477 count(const key_type& __x) const { return _M_t.count(__x); } in count() 491 lower_bound(const key_type& __x) { return _M_t.lower_bound(__x); } in lower_bound() 505 lower_bound(const key_type& __x) const { return _M_t.lower_bound(__x); } in lower_bound() [all …]
|
H A D | stl_map.h | 161 map(const map& __x) in map() 339 insert(const value_type& __x) in insert() 363 insert(iterator position, const value_type& __x) in insert() 403 erase(const key_type& __x) { return _M_t.erase(__x); } in erase() 430 swap(map& __x) { _M_t.swap(__x._M_t); } in swap() 468 find(const key_type& __x) { return _M_t.find(__x); } in find() 482 find(const key_type& __x) const { return _M_t.find(__x); } in find() 493 count(const key_type& __x) const in count() 508 lower_bound(const key_type& __x) { return _M_t.lower_bound(__x); } in lower_bound() 522 lower_bound(const key_type& __x) const { return _M_t.lower_bound(__x); } in lower_bound() [all …]
|
H A D | stl_iterator.h | 120 reverse_iterator(iterator_type __x) : current(__x) { } in reverse_iterator() 125 reverse_iterator(const reverse_iterator& __x) in reverse_iterator() 133 reverse_iterator(const reverse_iterator<_Iter>& __x) in reverse_iterator() 345 back_insert_iterator(_Container& __x) : container(&__x) { } in back_insert_iterator() 391 back_inserter(_Container& __x) in back_inserter() 416 explicit front_insert_iterator(_Container& __x) : container(&__x) { } in front_insert_iterator() 462 front_inserter(_Container& __x) in front_inserter() 495 insert_iterator(_Container& __x, typename _Container::iterator __i) in insert_iterator() 555 inserter(_Container& __x, _Iterator __i) in inserter()
|
H A D | stl_tree.h | 268 _Rb_tree_rotate_left(_Rb_tree_node_base* __x, _Rb_tree_node_base*& __root) in _Rb_tree_rotate_left() 287 _Rb_tree_rotate_right(_Rb_tree_node_base* __x, _Rb_tree_node_base*& __root) in _Rb_tree_rotate_right() 306 _Rb_tree_rebalance(_Rb_tree_node_base* __x, _Rb_tree_node_base*& __root) in _Rb_tree_rebalance() 367 _Rb_tree_node_base* __x = 0; in _Rb_tree_rebalance_for_erase() local 614 _M_create_node(const value_type& __x) in _M_create_node() 628 _M_clone_node(_Link_type __x) in _M_clone_node() 657 _S_left(_Link_type __x) { return (_Link_type&)(__x->_M_left); } in _S_left() 660 _S_right(_Link_type __x) { return (_Link_type&)(__x->_M_right); } in _S_right() 663 _S_parent(_Link_type __x) { return (_Link_type&)(__x->_M_parent); } in _S_parent() 666 _S_value(_Link_type __x) { return __x->_M_value_field; } in _S_value() [all …]
|
/openbsd-src/gnu/llvm/libcxx/src/include/ryu/ |
H A D | d2s_intrinsics.h | 166 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div5(const uint64_t __x) { in __div5() 170 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div10(const uint64_t __x) { in __div10() 174 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div100(const uint64_t __x) { in __div100() 178 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div1e8(const uint64_t __x) { in __div1e8() 182 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div1e9(const uint64_t __x) { in __div1e9() 186 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __mod1e9(const uint64_t __x) { in __mod1e9() 201 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div5(const uint64_t __x) { in __div5() 205 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div10(const uint64_t __x) { in __div10() 209 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div100(const uint64_t __x) { in __div100() 213 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint64_t __div1e8(const uint64_t __x) { in __div1e8() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | set.h | 89 set(const set<_Key,_Compare,_Allocator>& __x) in set() 92 set(const _Base& __x) : _Base(__x), _Safe_base() { } in set() 146 insert(const value_type& __x) in insert() 155 insert(iterator __position, const value_type& __x) in insert() 178 erase(const key_type& __x) in erase() 203 swap(set<_Key,_Compare,_Allocator>& __x) in swap() 219 find(const key_type& __x) in find() 225 find(const key_type& __x) const in find() 231 lower_bound(const key_type& __x) in lower_bound() 237 lower_bound(const key_type& __x) const in lower_bound() [all …]
|
H A D | multiset.h | 89 multiset(const multiset<_Key,_Compare,_Allocator>& __x) in multiset() 92 multiset(const _Base& __x) : _Base(__x), _Safe_base() { } in multiset() 146 insert(const value_type& __x) in insert() 150 insert(iterator __position, const value_type& __x) in insert() 173 erase(const key_type& __x) in erase() 198 swap(multiset<_Key,_Compare,_Allocator>& __x) in swap() 214 find(const key_type& __x) in find() 220 find(const key_type& __x) const in find() 226 lower_bound(const key_type& __x) in lower_bound() 232 lower_bound(const key_type& __x) const in lower_bound() [all …]
|
H A D | multimap.h | 91 multimap(const multimap<_Key,_Tp,_Compare,_Allocator>& __x) in multimap() 94 multimap(const _Base& __x) : _Base(__x), _Safe_base() { } in multimap() 148 insert(const value_type& __x) in insert() 152 insert(iterator __position, const value_type& __x) in insert() 175 erase(const key_type& __x) in erase() 200 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __x) in swap() 216 find(const key_type& __x) in find() 220 find(const key_type& __x) const in find() 226 lower_bound(const key_type& __x) in lower_bound() 230 lower_bound(const key_type& __x) const in lower_bound() [all …]
|
H A D | map.h | 91 map(const map<_Key,_Tp,_Compare,_Allocator>& __x) in map() 94 map(const _Base& __x) : _Base(__x), _Safe_base() { } in map() 157 insert(const value_type& __x) in insert() 166 insert(iterator __position, const value_type& __x) in insert() 189 erase(const key_type& __x) in erase() 213 swap(map<_Key,_Tp,_Compare,_Allocator>& __x) in swap() 229 find(const key_type& __x) in find() 233 find(const key_type& __x) const in find() 239 lower_bound(const key_type& __x) in lower_bound() 243 lower_bound(const key_type& __x) const in lower_bound() [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cmath.h | 85 abs(double __x) in abs() 89 abs(float __x) in abs() 93 abs(long double __x) in abs() 98 modf(float __x, float* __iptr) { return modff(__x, __iptr); } in modf() 101 modf(float __x, float* __iptr) in modf() 112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); } in modf() 115 modf(long double __x, long double* __iptr) in modf()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cmath.h | 85 abs(double __x) in abs() 89 abs(float __x) in abs() 93 abs(long double __x) in abs() 98 modf(float __x, float* __iptr) { return modff(__x, __iptr); } in modf() 101 modf(float __x, float* __iptr) in modf() 112 modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); } in modf() 115 modf(long double __x, long double* __iptr) in modf()
|
/openbsd-src/gnu/llvm/libcxx/include/__memory/ |
H A D | addressof.h | 25 addressof(_Tp& __x) _NOEXCEPT in addressof() 38 addressof(__strong _Tp& __x) _NOEXCEPT in addressof() 47 addressof(__weak _Tp& __x) _NOEXCEPT in addressof() 56 addressof(__autoreleasing _Tp& __x) _NOEXCEPT in addressof() 64 addressof(__unsafe_unretained _Tp& __x) _NOEXCEPT in addressof()
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | tree.cc | 86 _Rb_tree_increment(const _Rb_tree_node_base* __x) in _Rb_tree_increment() 92 _Rb_tree_decrement(_Rb_tree_node_base* __x) in _Rb_tree_decrement() 118 _Rb_tree_decrement(const _Rb_tree_node_base* __x) in _Rb_tree_decrement() 124 _Rb_tree_rotate_left(_Rb_tree_node_base* const __x, in _Rb_tree_rotate_left() 145 _Rb_tree_rotate_right(_Rb_tree_node_base* const __x, in _Rb_tree_rotate_right() 167 _Rb_tree_node_base* __x, in _Rb_tree_insert_and_rebalance() 264 _Rb_tree_node_base* __x = 0; in _Rb_tree_rebalance_for_erase() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_uninitialized.h | 138 const _Tp& __x, __true_type) in __uninitialized_fill_aux() 144 const _Tp& __x, __false_type) in __uninitialized_fill_aux() 171 const _Tp& __x) in uninitialized_fill() 183 const _Tp& __x, __true_type) in __uninitialized_fill_n_aux() 189 const _Tp& __x, __false_type) in __uninitialized_fill_n_aux() 215 uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) in uninitialized_fill_n() 259 const _Tp& __x, _Allocator __alloc) in __uninitialized_fill_a() 277 const _Tp& __x, allocator<_Tp2>) in __uninitialized_fill_a() 284 const _Tp& __x, in __uninitialized_fill_n_a() 304 const _Tp& __x, in __uninitialized_fill_n_a() [all …]
|