Home
last modified time | relevance | path

Searched refs:__p1 (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm_mve.h2982 #define sqrshr(__p0, __p1) __arm_sqrshr(__p0, __p1) argument
2983 #define sqrshrl(__p0, __p1) __arm_sqrshrl(__p0, __p1) argument
2984 #define sqrshrl_sat48(__p0, __p1) __arm_sqrshrl_sat48(__p0, __p1) argument
2985 #define sqshl(__p0, __p1) __arm_sqshl(__p0, __p1) argument
2986 #define sqshll(__p0, __p1) __arm_sqshll(__p0, __p1) argument
2987 #define srshr(__p0, __p1) __arm_srshr(__p0, __p1) argument
2988 #define srshrl(__p0, __p1) __arm_srshrl(__p0, __p1) argument
2989 #define uqrshl(__p0, __p1) __arm_uqrshl(__p0, __p1) argument
2990 #define uqrshll(__p0, __p1) __arm_uqrshll(__p0, __p1) argument
2991 #define uqrshll_sat48(__p0, __p1) __arm_uqrshll_sat48(__p0, __p1) argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.h1053 template<typename _RandomNumberEngine1, size_t __p1, size_t __r1, in _GLIBCXX_VISIBILITY()
1058 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
1071 template<typename _RandomNumberEngine1, size_t __p1, size_t __r1, in _GLIBCXX_VISIBILITY()
1076 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
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()
[all …]
Duniform_int_dist.h109 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()
Datomic_base.h866 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()
Dfs_ops.h120 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()
Dfs_path.h759 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
762 filesystem_error(const string& __what_arg, const path& __p1, in _GLIBCXX_VISIBILITY()
Dstl_algo.h154 _ForwardIterator2 __p1(__first2); in _GLIBCXX_VISIBILITY()
155 if (++__p1 == __last2) in _GLIBCXX_VISIBILITY()
171 _ForwardIterator2 __p = __p1; in _GLIBCXX_VISIBILITY()
Drandom.tcc2219 param_type __p1(__p.m() / 2); in __generate_impl() local
2222 *__f++ = ((_M_gd_x(__urng, __p1) * n()) in __generate_impl()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drandom448 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 …]
Dslist732 _Node_base* __p1 = &this->_M_head;
738 __p1 = __n1;
743 this->_M_erase_after(__p1, 0);
745 _M_insert_after_range(__p1, const_iterator((_Node*)__n2),
Drandom.tcc947 __p1(__p.lambda(), result_type(1) / __p.lambda()), in operator ()() local
949 result_type __x = this->_M_gd1(__p1, __urng); in operator ()()
967 __p1(__p.lambda(), result_type(1) / __p.lambda()), in __generate_impl()
971 result_type __x = this->_M_gd1(__p1, __urng); in __generate_impl()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dmultiseq_selection.h64 operator()(const std::pair<_T1, _T2>& __p1, 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()
89 operator()(const std::pair<_T1, _T2>& __p1, 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/tr1/
Dhashtable.h772 _Node* __p1 = __p->_M_next; in _GLIBCXX_VISIBILITY() local
773 for (; __p1; __p1 = __p1->_M_next) in _GLIBCXX_VISIBILITY()
774 if (!this->_M_compare(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
778 iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
779 if (!__p1) in _GLIBCXX_VISIBILITY()
810 _Node* __p1 = __p->_M_next; in _GLIBCXX_VISIBILITY() local
811 for (; __p1; __p1 = __p1->_M_next) in _GLIBCXX_VISIBILITY()
812 if (!this->_M_compare(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
816 const_iterator __last(__p1, __head); in _GLIBCXX_VISIBILITY()
817 if (!__p1) in _GLIBCXX_VISIBILITY()
Drandom.h1223 template<class _UniformRandomNumberGenerator1, int __p1, int __r1, in _GLIBCXX_VISIBILITY()
1228 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
1240 template<class _UniformRandomNumberGenerator1, int __p1, int __r1, in _GLIBCXX_VISIBILITY()
1245 __p1, __r1>& __x); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/binutils/dist/include/
Dobstack.h362 void *__p1 = __o1->next_free; \
363 *(const void **) __p1 = (aptr); \
370 void *__p1 = __o1->next_free; \
371 *(int *) __p1 = (aint); \
/netbsd/src/external/gpl3/gcc/dist/include/
Dobstack.h362 void *__p1 = __o1->next_free; \
363 *(const void **) __p1 = (aptr); \
370 void *__p1 = __o1->next_free; \
371 *(int *) __p1 = (aint); \
/netbsd/src/external/gpl3/gdb/dist/include/
Dobstack.h362 void *__p1 = __o1->next_free; \
363 *(const void **) __p1 = (aptr); \
370 void *__p1 = __o1->next_free; \
371 *(int *) __p1 = (aint); \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Datomic598 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 …]