/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 485 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() 495 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT { in isgreaterequal() 505 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isless(_A1 __x, _A2 __y) _NOEXCEPT { in isless() 515 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessequal(_A1 __x, _A2 __y) _NOEXCEPT { in islessequal() 525 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() 535 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() 612 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT {return … in atan2() 615 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() 619 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT {return … in atan2() 630 atan2(_A1 __y, _A2 __x) _NOEXCEPT in atan2() [all …]
|
H A D | stdlib.h | 150 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() 155 long long __y) _NOEXCEPT { in div()
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 50 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ argument 52 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument 466 __tg_pow(float __x, float __y) {return powf(__x, __y);} in __tg_pow() 470 __tg_pow(double __x, double __y) {return pow(__x, __y);} in __tg_pow() 474 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} in __tg_pow() 478 __tg_pow(float _Complex __x, float _Complex __y) {return cpowf(__x, __y);} in __tg_pow() 482 __tg_pow(double _Complex __x, double _Complex __y) {return cpow(__x, __y);} in __tg_pow() 486 __tg_pow(long double _Complex __x, long double _Complex __y) in __tg_pow() 490 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ argument 555 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() [all …]
|
H A D | __clang_hip_cmath.h | 48 __DEVICE__ __CONSTEXPR__ float fma(float __x, float __y, float __z) { in fma() 107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() 110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() 113 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() 116 __DEVICE__ __CONSTEXPR__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() 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() 128 __DEVICE__ __CONSTEXPR__ bool islessequal(double __x, double __y) { in islessequal() 131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { in islessgreater() [all …]
|
H A D | adxintrin.h | 22 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarryx_u32() 31 unsigned long long __y, unsigned long long *__p) in _addcarryx_u64() 39 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _addcarry_u32() 48 unsigned long long __y, unsigned long long *__p) in _addcarry_u64() 55 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, in _subborrow_u32() 64 unsigned long long __y, unsigned long long *__p) in _subborrow_u64()
|
H A D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() 55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() 117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() 120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() 123 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() 126 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() 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 | ammintrin.h | 70 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64() 140 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | tree.cc | 73 _Rb_tree_node_base* __y = __x->_M_parent; in _GLIBCXX_BEGIN_NAMESPACE() local 99 _Rb_tree_node_base* __y = __x->_M_left; in _Rb_tree_decrement() local 106 _Rb_tree_node_base* __y = __x->_M_parent; in _Rb_tree_decrement() local 127 _Rb_tree_node_base* const __y = __x->_M_right; in _Rb_tree_rotate_left() local 148 _Rb_tree_node_base* const __y = __x->_M_left; in _Rb_tree_rotate_right() local 210 _Rb_tree_node_base* const __y = __xpp->_M_right; in _Rb_tree_insert_and_rebalance() local 232 _Rb_tree_node_base* const __y = __xpp->_M_left; in _Rb_tree_insert_and_rebalance() local 263 _Rb_tree_node_base* __y = __z; in _Rb_tree_rebalance_for_erase() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_tree.h | 145 _Base_ptr __y = _M_node->_M_parent; in _M_increment() local 164 _Base_ptr __y = _M_node->_M_left; in _M_decrement() local 171 _Base_ptr __y = _M_node->_M_parent; in _M_decrement() local 270 _Rb_tree_node_base* __y = __x->_M_right; in _Rb_tree_rotate_left() local 289 _Rb_tree_node_base* __y = __x->_M_left; in _Rb_tree_rotate_right() local 314 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; in _Rb_tree_rebalance() local 336 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; in _Rb_tree_rebalance() local 366 _Rb_tree_node_base* __y = __z; in _Rb_tree_rebalance_for_erase() local 940 _Rb_tree<_Key,_Val,_KeyOfValue,_Compare,_Alloc>& __y) in swap() 979 _Link_type __y = (_Link_type) __y_; in _M_insert() local [all …]
|
H A D | stl_pair.h | 143 inline pair<_T1, _T2> make_pair(_T1 __x, _T2 __y) in make_pair()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 258 atan2(float __y, float __x) { return __gnu_cxx::__c99_binding::atan2f(__y, __x); } in atan2() 261 atan2(float __y, float __x) in atan2() 267 atan2(long double __y, long double __x) { return ::atan2l(__y, __x); } in atan2() 270 atan2(long double __y, long double __x) in atan2() 277 atan2(_Tp __x, _Up __y) in atan2() 406 fmod(float __x, float __y) { return __gnu_cxx::__c99_binding::fmodf(__x, __y); } in fmod() 409 fmod(float __x, float __y) in fmod() 415 fmod(long double __x, long double __y) { return ::fmodl(__x, __y); } in fmod() 418 fmod(long double __x, long double __y) in fmod() 560 pow(float __x, float __y) { return __gnu_cxx::__c99_binding::powf(__x, __y); } in pow() [all …]
|
H A D | cmath.tcc | 41 _Tp __y = __n % 2 ? __x : 1; in __cmath_power() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 151 atan2(float __y, float __x) in atan2() 155 atan2(long double __y, long double __x) in atan2() 162 atan2(_Tp __y, _Up __x) in atan2() 264 fmod(float __x, float __y) in fmod() 268 fmod(long double __x, long double __y) in fmod() 357 pow(float __x, float __y) in pow() 361 pow(long double __x, long double __y) in pow()
|
H A D | cmath.tcc | 45 _Tp __y = __n % 2 ? __x : 1; in _GLIBCXX_BEGIN_NAMESPACE() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_complex.h | 413 _Tp __y = __z.imag(); in abs() local 439 const _Tp __y = __z.imag(); in _S_do_it() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 236 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local 244 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local 250 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in operator ()() local 943 const _RealType __y = -std::abs(__n) * _M_sm - 1; in operator ()() local 952 const _RealType __y = 1 + std::abs(__n) * _M_scx; in operator ()() local 969 const _RealType __y = _M_d + __v * __2cx / _M_d; in operator ()() local 1168 const _RealType __y = _M_s1 * std::abs(__n); in operator ()() local 1180 const _RealType __y = _M_s2 * std::abs(__n); in operator ()() local 1194 const _RealType __y = _M_d1 + 2 * __s1s * __e1 / _M_d1; in operator ()() local 1205 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()() local [all …]
|
/openbsd-src/gnu/llvm/libcxx/include/__utility/ |
H A D | swap.h | 37 …IBCPP_INLINE_VISIBILITY __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_SINCE_CXX20 swap(_Tp& __x, _Tp& __y) in swap()
|
/openbsd-src/gnu/llvm/libcxx/include/__functional/ |
H A D | binder2nd.h | 33 binder2nd(const __Operation& __x, const typename __Operation::second_argument_type __y) in binder2nd()
|
H A D | binder1st.h | 33 const typename __Operation::first_argument_type __y) in binder1st()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 980414-1.c | 9 mypow (double __x, double __y) in mypow()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
H A D | std_complex.h | 555 _Tp __y = __z.imag(); in __complex_abs() local 623 const _Tp __y = __z.imag(); in _S_do_it() local
|
/openbsd-src/gnu/llvm/libcxx/include/__iterator/ |
H A D | iter_swap.h | 43 requires (_T1&& __x, _T2&& __y) { in requires()
|
H A D | common_iterator.h | 228 …I friend constexpr void iter_swap(const common_iterator& __x, const common_iterator<_I2, _S2>& __y) in iter_swap()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 990413-2.c | 15 __atan2l (long double __y, long double __x) in __atan2l()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_pair.h | 144 make_pair(_T1 __x, _T2 __y) in make_pair()
|