/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 60 __tg_acos(float __x) {return acosf(__x);} in __tg_acos() 64 __tg_acos(double __x) {return acos(__x);} in __tg_acos() 234 __tg_cos(float __x) {return cosf(__x);} in __tg_cos() 238 __tg_cos(double __x) {return cos(__x);} in __tg_cos() 263 __tg_sin(float __x) {return sinf(__x);} in __tg_sin() 1251 __tg_cimag(float __x) {return 0;} in __tg_cimag() 1255 __tg_cimag(double __x) {return 0;} in __tg_cimag() 1280 __tg_conj(float __x) {return __x;} in __tg_conj() 1284 __tg_conj(double __x) {return __x;} in __tg_conj() 1338 __tg_creal(float __x) {return __x;} in __tg_creal() [all …]
|
H A D | __clang_cuda_cmath.h | 50 __DEVICE__ float cos(float __x) { return ::cosf(__x); } in cos() 52 __DEVICE__ float exp(float __x) { return ::expf(__x); } in exp() 56 __DEVICE__ int fpclassify(float __x) { in fpclassify() 60 __DEVICE__ int fpclassify(double __x) { in fpclassify() 117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() 120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() 129 __DEVICE__ bool isless(float __x, float __y) { in isless() 132 __DEVICE__ bool isless(double __x, double __y) { in isless() 135 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal() 138 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal() [all …]
|
H A D | __clang_hip_cmath.h | 41 __DEVICE__ __CONSTEXPR__ float sin(float __x) { return ::sinf(__x); } in sin() 54 __DEVICE__ __CONSTEXPR__ int fpclassify(float __x) { in fpclassify() 58 __DEVICE__ __CONSTEXPR__ int fpclassify(double __x) { in fpclassify() 107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() 110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() 119 __DEVICE__ __CONSTEXPR__ bool isless(float __x, float __y) { in isless() 122 __DEVICE__ __CONSTEXPR__ bool isless(double __x, double __y) { in isless() 125 __DEVICE__ __CONSTEXPR__ bool islessequal(float __x, float __y) { in islessequal() 137 __DEVICE__ __CONSTEXPR__ bool isnormal(float __x) { in isnormal() 140 __DEVICE__ __CONSTEXPR__ bool isnormal(double __x) { in isnormal() [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/gnu/llvm/libcxx/include/ |
H A D | math.h | 767 fmod(_A1 __x, _A2 __y) _NOEXCEPT in fmod() 882 pow(_A1 __x, _A2 __y) _NOEXCEPT in pow() 1149 fdim(_A1 __x, _A2 __y) _NOEXCEPT in fdim() 1212 fmax(_A1 __x, _A2 __y) _NOEXCEPT in fmax() 1326 llrint(_A1 __x) _NOEXCEPT in llrint() 1351 llround(_A1 __x) _NOEXCEPT in llround() 1424 lrint(_A1 __x) _NOEXCEPT in lrint() 1449 lround(_A1 __x) _NOEXCEPT in lround() 1589 rint(_A1 __x) _NOEXCEPT in rint() 1614 round(_A1 __x) _NOEXCEPT in round() [all …]
|
/openbsd/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() 203 acos(_Tp __x) in acos() 228 asin(_Tp __x) in asin() 251 atan(_Tp __x) in atan() 306 cos(float __x) in cos() 315 cos(_Tp __x) in cos() 361 exp(_Tp __x) in exp() 491 log(_Tp __x) in log() 591 sin(float __x) in sin() [all …]
|
/openbsd/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() 103 acos(float __x) in acos() 113 acos(_Tp __x) in acos() 119 asin(float __x) in asin() 129 asin(_Tp __x) in asin() 135 atan(float __x) in atan() 184 cos(float __x) in cos() 194 cos(_Tp __x) in cos() 216 exp(float __x) in exp() [all …]
|
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 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() 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() 265 __DEVICE__ std::complex<_Tp> sinh(const std::complex<_Tp> &__x) { in sinh() 279 __DEVICE__ std::complex<_Tp> cosh(const std::complex<_Tp> &__x) { in cosh() 295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() 317 __DEVICE__ std::complex<_Tp> asin(const std::complex<_Tp> &__x) { in asin() 367 __DEVICE__ std::complex<_Tp> sin(const std::complex<_Tp> &__x) { in sin() [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_set.h | 154 pair<iterator,bool> insert(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() 189 iterator lower_bound(const key_type& __x) { in lower_bound() 192 const_iterator lower_bound(const key_type& __x) const { in lower_bound() 195 iterator upper_bound(const key_type& __x) { in upper_bound() 198 const_iterator upper_bound(const key_type& __x) const { in upper_bound() 201 pair<iterator,iterator> equal_range(const key_type& __x) { in equal_range() 209 iterator lower_bound(const key_type& __x) const { in lower_bound() 212 iterator upper_bound(const key_type& __x) const { in upper_bound() [all …]
|
H A D | stl_multiset.h | 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() 190 iterator lower_bound(const key_type& __x) { in lower_bound() 193 const_iterator lower_bound(const key_type& __x) const { in lower_bound() 196 iterator upper_bound(const key_type& __x) { in upper_bound() 199 const_iterator upper_bound(const key_type& __x) const { in upper_bound() 202 pair<iterator,iterator> equal_range(const key_type& __x) { in equal_range() 210 iterator lower_bound(const key_type& __x) const { in lower_bound() 213 iterator upper_bound(const key_type& __x) const { in upper_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() 513 upper_bound(const key_type& __x) { return _M_t.upper_bound(__x); } in upper_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() 543 upper_bound(const key_type& __x) const in upper_bound() 562 equal_range(const key_type& __x) in equal_range() [all …]
|
H A D | stl_tree.h | 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() 693 _S_minimum(_Link_type __x) in _S_minimum() 697 _S_maximum(_Link_type __x) in _S_maximum() 978 _Link_type __x = (_Link_type) __x_; in _M_insert() local 1019 _Link_type __x = _M_root(); in insert_equal() local 1037 _Link_type __x = _M_root(); in insert_unique() local 1193 _M_copy(_Link_type __x, _Link_type __p) in _M_copy() 1288 _Link_type __x = _M_root(); // Current node. in find() local [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()
|
/openbsd/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/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | set.h | 146 insert(const value_type& __x) in insert() 178 erase(const key_type& __x) in erase() 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() 241 upper_bound(const key_type& __x) in upper_bound() 247 upper_bound(const key_type& __x) const in upper_bound() 251 equal_range(const key_type& __x) in equal_range() 263 equal_range(const key_type& __x) const in equal_range() [all …]
|
H A D | multiset.h | 146 insert(const value_type& __x) in insert() 173 erase(const key_type& __x) in erase() 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() 236 upper_bound(const key_type& __x) in upper_bound() 242 upper_bound(const key_type& __x) const in upper_bound() 246 equal_range(const key_type& __x) in equal_range() 258 equal_range(const key_type& __x) const in equal_range() [all …]
|
H A D | multimap.h | 148 insert(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() 234 upper_bound(const key_type& __x) in upper_bound() 238 upper_bound(const key_type& __x) const in upper_bound() 242 equal_range(const key_type& __x) in equal_range() [all …]
|
H A D | map.h | 157 insert(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() 247 upper_bound(const key_type& __x) in upper_bound() 251 upper_bound(const key_type& __x) const in upper_bound() 255 equal_range(const key_type& __x) in equal_range() [all …]
|
/openbsd/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/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/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/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/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() 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() 349 const _Tp& __x, _InputIterator __first, in __uninitialized_fill_copy() [all …]
|