| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | random.h | 1777 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 1778 { return __p1._M_a == __p2._M_a && __p1._M_b == __p2._M_b; } in _GLIBCXX_VISIBILITY() 1781 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 1782 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY() 2007 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 2008 { return (__p1._M_mean == __p2._M_mean in _GLIBCXX_VISIBILITY() 2009 && __p1._M_stddev == __p2._M_stddev); } in _GLIBCXX_VISIBILITY() 2012 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 2013 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY() 2226 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() [all …]
|
| D | uniform_int_dist.h | 109 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 110 { return __p1._M_a == __p2._M_a && __p1._M_b == __p2._M_b; } in _GLIBCXX_VISIBILITY() 113 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 114 { return !(__p1 == __p2); } in _GLIBCXX_VISIBILITY()
|
| D | atomic_base.h | 866 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2, in _GLIBCXX_VISIBILITY() 872 return __atomic_compare_exchange_n(&_M_p, &__p1, __p2, 1, in _GLIBCXX_VISIBILITY() 877 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2, in _GLIBCXX_VISIBILITY() 883 return __atomic_compare_exchange_n(&_M_p, &__p1, __p2, 1, in _GLIBCXX_VISIBILITY() 888 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, in _GLIBCXX_VISIBILITY() 894 return __atomic_compare_exchange_n(&_M_p, &__p1, __p2, 0, in _GLIBCXX_VISIBILITY() 899 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, in _GLIBCXX_VISIBILITY() 905 return __atomic_compare_exchange_n(&_M_p, &__p1, __p2, 0, in _GLIBCXX_VISIBILITY()
|
| D | fs_ops.h | 120 equivalent(const path& __p1, const path& __p2); in _GLIBCXX_VISIBILITY() 124 equivalent(const path& __p1, const path& __p2, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
|
| D | locale_facets.tcc | 965 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float() local 970 int __newlen = __p2 - __new; in _M_group_float() 973 char_traits<_CharT>::copy(__p2, __p, __len - __declen); in _M_group_float()
|
| D | random.tcc | 1211 __p2(__p.k(), (1.0 - __p.p()) / __p.p()); in __generate_impl() 1215 const double __y = _M_gd(__urng, __p2); in __generate_impl() 2220 param_type __p2(__p.n() / 2); in __generate_impl() local 2223 / (_M_gd_y(__urng, __p2) * m())); in __generate_impl() 2295 __p2(__p.n() / 2, 2); in __generate_impl() 2297 *__f++ = _M_nd(__urng) * std::sqrt(__p.n() / _M_gd(__urng, __p2)); in __generate_impl()
|
| D | fs_path.h | 763 const path& __p2, error_code __ec); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm_mve.h | 36688 __typeof(p2) __p2 = (p2); \ 36689 _Generic( (int (*)[__ARM_mve_typeid(__p0)][__ARM_mve_typeid(__p1)][__ARM_mve_typeid(__p2)])0, \ 36690 …oerce(__p0, int8x16_t), __ARM_mve_coerce(__p1, int8x16_t), __ARM_mve_coerce_i_scalar(__p2, int)), \ 36691 …oerce(__p0, int16x8_t), __ARM_mve_coerce(__p1, int16x8_t), __ARM_mve_coerce_i_scalar(__p2, int)), \ 36692 …oerce(__p0, int32x4_t), __ARM_mve_coerce(__p1, int32x4_t), __ARM_mve_coerce_i_scalar(__p2, int)), \ 36693 …rce(__p0, uint8x16_t), __ARM_mve_coerce(__p1, uint8x16_t), __ARM_mve_coerce_i_scalar(__p2, int)), \ 36694 …rce(__p0, uint16x8_t), __ARM_mve_coerce(__p1, uint16x8_t), __ARM_mve_coerce_i_scalar(__p2, int)), \ 36695 …ce(__p0, uint32x4_t), __ARM_mve_coerce(__p1, uint32x4_t), __ARM_mve_coerce_i_scalar(__p2, int)));}) 36756 __typeof(p2) __p2 = (p2); \ 36757 _Generic( (int (*)[__ARM_mve_typeid(__p0)][__ARM_mve_typeid(__p1)][__ARM_mve_typeid(__p2)])0, \ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | random | 448 operator==(const param_type& __p1, const param_type& __p2) 449 { return (__p1._M_alpha == __p2._M_alpha 450 && __p1._M_beta == __p2._M_beta); } 453 operator!=(const param_type& __p1, const param_type& __p2) 454 { return !(__p1 == __p2); } 733 operator==(const param_type& __p1, const param_type& __p2) 734 { return __p1._M_mean == __p2._M_mean && __p1._M_t == __p2._M_t; } 737 operator!=(const param_type& __p1, const param_type& __p2) 738 { return !(__p1 == __p2); } 1012 operator==(const param_type& __p1, const param_type& __p2) [all …]
|
| D | random.tcc | 948 __p2(__p.nu(), __p.mu() / __p.nu()); in operator ()() local 950 result_type __y = this->_M_gd2(__p2, __urng); in operator ()() 968 __p2(__p.nu(), __p.mu() / __p.nu()); in __generate_impl() 972 result_type __y = this->_M_gd2(__p2, __urng); in __generate_impl()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | multiseq_selection.h | 65 const std::pair<_T1, _T2>& __p2) const in operator() 67 if (_M_comp(__p1.first, __p2.first)) in operator() 70 if (_M_comp(__p2.first, __p1.first)) in operator() 74 return __p1.second < __p2.second; in operator() 90 const std::pair<_T1, _T2>& __p2) const in operator() 92 if (_M_comp(__p2.first, __p1.first)) in operator() 95 if (_M_comp(__p1.first, __p2.first)) in operator() 99 return __p2.second < __p1.second; in operator()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | atomic | 598 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2, 600 { return _M_b.compare_exchange_weak(__p1, __p2, __m1, __m2); } 603 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2, 606 { return _M_b.compare_exchange_weak(__p1, __p2, __m1, __m2); } 609 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2, 612 return compare_exchange_weak(__p1, __p2, __m, 617 compare_exchange_weak(__pointer_type& __p1, __pointer_type __p2, 620 return compare_exchange_weak(__p1, __p2, __m, 625 compare_exchange_strong(__pointer_type& __p1, __pointer_type __p2, 627 { return _M_b.compare_exchange_strong(__p1, __p2, __m1, __m2); } [all …]
|