/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 36 __DEVICE__ float fma(float __x, float __y, float __z) { in fma() 57 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() 60 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() 63 __DEVICE__ bool isgreaterequal(float __x, float __y) { in isgreaterequal() 66 __DEVICE__ bool isgreaterequal(double __x, double __y) { in isgreaterequal() 71 __DEVICE__ bool isless(float __x, float __y) { in isless() 74 __DEVICE__ bool isless(double __x, double __y) { in isless() 77 __DEVICE__ bool islessequal(float __x, float __y) { in islessequal() 80 __DEVICE__ bool islessequal(double __x, double __y) { in islessequal() 83 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() [all …]
|
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 | 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 | 66 _mm_extract_si64(__m128i __x, __m128i __y) in _mm_extract_si64() 136 _mm_insert_si64(__m128i __x, __m128i __y) in _mm_insert_si64()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | tree.cc | 70 _Rb_tree_node_base* __y = __x->_M_parent; in local_Rb_tree_increment() local 102 _Rb_tree_node_base* __y = __x->_M_left; in local_Rb_tree_decrement() local 109 _Rb_tree_node_base* __y = __x->_M_parent; in local_Rb_tree_decrement() local 136 _Rb_tree_node_base* const __y = __x->_M_right; in local_Rb_tree_rotate_left() local 167 _Rb_tree_node_base* const __y = __x->_M_left; in local_Rb_tree_rotate_right() local 239 _Rb_tree_node_base* const __y = __xpp->_M_right; in _Rb_tree_insert_and_rebalance() local 261 _Rb_tree_node_base* const __y = __xpp->_M_left; in _Rb_tree_insert_and_rebalance() local 292 _Rb_tree_node_base* __y = __z; in _Rb_tree_rebalance_for_erase() local
|
H A D | list.cc | 61 _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT in swap()
|
H A D | list-aux.cc | 62 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) throw() in swap()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | tree.cc | 70 _Rb_tree_node_base* __y = __x->_M_parent; in local_Rb_tree_increment() local 102 _Rb_tree_node_base* __y = __x->_M_left; in local_Rb_tree_decrement() local 109 _Rb_tree_node_base* __y = __x->_M_parent; in local_Rb_tree_decrement() local 136 _Rb_tree_node_base* const __y = __x->_M_right; in local_Rb_tree_rotate_left() local 167 _Rb_tree_node_base* const __y = __x->_M_left; in local_Rb_tree_rotate_right() local 239 _Rb_tree_node_base* const __y = __xpp->_M_right; in _Rb_tree_insert_and_rebalance() local 261 _Rb_tree_node_base* const __y = __xpp->_M_left; in _Rb_tree_insert_and_rebalance() local 292 _Rb_tree_node_base* __y = __z; in _Rb_tree_rebalance_for_erase() local
|
H A D | list.cc | 61 _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT in swap()
|
H A D | list-aux.cc | 62 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) throw() in swap()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | beta_function.tcc | 81 __beta_gamma(_Tp __x, _Tp __y) in __beta_gamma() 129 __beta_lgamma(_Tp __x, _Tp __y) in __beta_lgamma() 160 __beta_product(_Tp __x, _Tp __y) in __beta_product() 191 __beta(_Tp __x, _Tp __y) in __beta()
|
H A D | random.tcc | 327 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local 335 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local 341 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in operator ()() local 1111 const _RealType __y = -std::abs(__n) * _M_sm - 1; in operator ()() local 1120 const _RealType __y = 1 + std::abs(__n) * _M_scx; in operator ()() local 1137 const _RealType __y = _M_d + __v * __2cx / _M_d; in operator ()() local 1336 const _RealType __y = _M_s1 * std::abs(__n); in operator ()() local 1348 const _RealType __y = _M_s2 * std::abs(__n); in operator ()() local 1362 const _RealType __y = _M_d1 + 2 * __s1s * __e1 / _M_d1; in operator ()() local 1373 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()() local [all …]
|
H A D | ell_integral.tcc | 78 __ellint_rf(_Tp __x, _Tp __y, _Tp __z) in __ellint_rf() 316 __ellint_rd(_Tp __x, _Tp __y, _Tp __z) in __ellint_rd() 494 __ellint_rc(_Tp __x, _Tp __y) in __ellint_rc() 563 __ellint_rj(_Tp __x, _Tp __y, _Tp __z, _Tp __p) in __ellint_rj()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | beta_function.tcc | 81 __beta_gamma(_Tp __x, _Tp __y) in __beta_gamma() 129 __beta_lgamma(_Tp __x, _Tp __y) in __beta_lgamma() 160 __beta_product(_Tp __x, _Tp __y) in __beta_product() 191 __beta(_Tp __x, _Tp __y) in __beta()
|
H A D | random.tcc | 327 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local 335 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local 341 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in operator ()() local 1111 const _RealType __y = -std::abs(__n) * _M_sm - 1; in operator ()() local 1120 const _RealType __y = 1 + std::abs(__n) * _M_scx; in operator ()() local 1137 const _RealType __y = _M_d + __v * __2cx / _M_d; in operator ()() local 1336 const _RealType __y = _M_s1 * std::abs(__n); in operator ()() local 1348 const _RealType __y = _M_s2 * std::abs(__n); in operator ()() local 1362 const _RealType __y = _M_d1 + 2 * __s1s * __e1 / _M_d1; in operator ()() local 1373 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()() local [all …]
|
H A D | ell_integral.tcc | 78 __ellint_rf(_Tp __x, _Tp __y, _Tp __z) in __ellint_rf() 318 __ellint_rd(_Tp __x, _Tp __y, _Tp __z) in __ellint_rd() 498 __ellint_rc(_Tp __x, _Tp __y) in __ellint_rc() 569 __ellint_rj(_Tp __x, _Tp __y, _Tp __z, _Tp __p) in __ellint_rj()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | stdlib.h | 142 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div(long __x, long __y) _NOEXCEPT { in div() 147 long long __y) _NOEXCEPT { in div()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | simd_x86.h | 3900 const auto __y = __vector_bitcast<__int_for_sizeof_t<_Tp>>(__x); in _S_to_maskvector() local 3919 const auto __y in _S_to_maskvector() local 3925 auto __y in _S_to_maskvector() local 3942 const auto __y in _S_to_maskvector() local 3971 auto __y in _S_to_maskvector() local 3985 const auto __y in _S_to_maskvector() local 4001 const auto __y = __vector_bitcast<_LLong>(__k); in _S_to_maskvector() local 4007 const auto __y = __vector_bitcast<_LLong>(__k); in _S_to_maskvector() local 4014 const auto __y = __vector_bitcast<_LLong>(__k); in _S_to_maskvector() local 4023 auto __y = __xzyw(__to_intrin(__k)); in _S_to_maskvector() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | stl_tree.h | 1337 auto __y = _M_end(); in _GLIBCXX_VISIBILITY() local 1364 auto __y = _M_end(); in _GLIBCXX_VISIBILITY() local 1879 _Base_ptr __y = _M_end(); in _GLIBCXX_VISIBILITY() local 1910 _Link_type __y = _M_clone_node<_MoveValues>(__x, __node_gen); in _GLIBCXX_VISIBILITY() local 1938 _Link_type __y = _S_left(__x); in _GLIBCXX_VISIBILITY() local 2018 _Base_ptr __y = _M_end(); in _GLIBCXX_VISIBILITY() local 2050 _Const_Base_ptr __y = _M_end(); in _GLIBCXX_VISIBILITY() local 2114 _Base_ptr __y = _M_end(); in _GLIBCXX_VISIBILITY() local 2146 _Base_ptr __y = _M_end(); in _GLIBCXX_VISIBILITY() local 2417 _Base_ptr __y = _M_end(); in _GLIBCXX_VISIBILITY() local [all …]
|
H A D | random.tcc | 406 _UIntType __y = ((_M_x[__k] & __upper_mask) in _M_gen_rand() local 414 _UIntType __y = ((_M_x[__k] & __upper_mask) in _M_gen_rand() local 420 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in _M_gen_rand() local 851 const result_type __y = _M_y - min(); in operator ()() local 1157 const double __y = _M_gd(__urng); in operator ()() local 1174 const double __y = in operator ()() local 1192 const double __y = _M_gd(__urng); in __generate_impl() local 1215 const double __y = _M_gd(__urng, __p2); in __generate_impl() local 1354 const double __y = -std::abs(__n) * __param._M_sm - 1; in operator ()() local 1363 const double __y = 1 + std::abs(__n) * __param._M_scx; in operator ()() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | base.h | 200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y) in __binder1st() 228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y) in __binder2nd()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | base.h | 200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y) in __binder1st() 228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y) in __binder2nd()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/ext/ |
H A D | opt_random.h | 50 __m128i __y = _mm_srli_epi32(__b, __sr1); in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/ext/ |
H A D | opt_random.h | 50 __m128i __y = _mm_srli_epi32(__b, __sr1); in _GLIBCXX_VISIBILITY() local
|