/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | simd.h | 775 template <typename _Tp, typename _Ap, size_t _Np = simd_size<_Tp, _Ap>::value> 780 template <typename _Tp, typename _Ap> 785 template <typename _Tp, typename _Ap> 787 = __size_or_zero_dispatch<_Tp, _Ap>(0); 922 template <typename _Tp, typename _Ap> 924 __data(const simd<_Tp, _Ap>& __x); 926 template <typename _Tp, typename _Ap> 928 __data(simd<_Tp, _Ap>& __x); 930 template <typename _Tp, typename _Ap> 932 __data(const simd_mask<_Tp, _Ap>& __x); [all …]
|
H A D | simd_converter.h | 269 template <typename _From, typename _Ap, typename _To, int _Np> 270 struct _SimdConverter<_From, _Ap, _To, simd_abi::fixed_size<_Np>, 271 enable_if_t<!__is_fixed_size_abi_v<_Ap>>> 274 _Np == simd_size_v<_From, _Ap>, 280 operator()(typename _SimdTraits<_From, _Ap>::_SimdMember __x) const noexcept 310 template <typename _From, int _Np, typename _To, typename _Ap> 311 struct _SimdConverter<_From, simd_abi::fixed_size<_Np>, _To, _Ap, 312 enable_if_t<!__is_fixed_size_abi_v<_Ap>>> 315 _Np == simd_size_v<_To, _Ap>, 321 typename _SimdTraits<_To, _Ap>::_SimdMember
|
H A D | simd_builtin.h | 903 using _Ap = __intrinsic_type_t<_Tp, _Np>; member 908 _SimdCastType1(_Ap __a) : _M_data(__vector_bitcast<_Tp>(__a)) {} in _SimdCastType1() 916 using _Ap = __intrinsic_type_t<_Tp, _Np>; member 922 _SimdCastType2(_Ap __a) : _M_data(__vector_bitcast<_Tp>(__a)) {} in _SimdCastType2() 1859 using _Ap = simd_abi::deduce_t<_Tp, __full_size>; in _S_reduce() local 1860 return _Ap::_SimdImpl::_S_reduce( in _S_reduce() 1861 simd<_Tp, _Ap>(__private_init, in _S_reduce() 1868 using _Ap = simd_abi::deduce_t<_Tp, __full_size>; in _S_reduce() local 1876 = _Ap::_CommonImpl::_S_blend(__implicit_mask_full, __one, in _S_reduce() 1878 return _Ap::_SimdImpl::_S_reduce( in _S_reduce() [all …]
|
H A D | simd_fixed_size.h | 797 template <typename _Tp, typename _Ap> 798 _GLIBCXX_SIMD_INTRINSIC constexpr const _SimdTuple<_Tp, _Ap>& 799 __optimize_simd_tuple(const _SimdTuple<_Tp, _Ap>& __x)
|
H A D | simd_x86.h | 55 template <typename _Ap, typename _Bp, typename _Tp = common_type_t<_Ap, _Bp>, 58 __interleave128_lo(const _Ap& __av, const _Bp& __bv) in __interleave128_lo()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | functional | 1153 template<class _Sp, class _Tp, class _Ap> 1155 : public binary_function<_Tp*, _Ap, _Sp> 1157 _Sp (_Tp::*__p_)(_Ap); 1159 _LIBCPP_INLINE_VISIBILITY explicit mem_fun1_t(_Sp (_Tp::*__p)(_Ap)) 1161 _LIBCPP_INLINE_VISIBILITY _Sp operator()(_Tp* __p, _Ap __x) const 1171 template<class _Sp, class _Tp, class _Ap> 1173 mem_fun1_t<_Sp,_Tp,_Ap> 1174 mem_fun(_Sp (_Tp::*__f)(_Ap)) 1175 {return mem_fun1_t<_Sp,_Tp,_Ap>(__f);} 1189 template<class _Sp, class _Tp, class _Ap> [all …]
|
H A D | __functional_03 | 125 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap; 126 _Ap __a(__f_.second()); 127 typedef __allocator_destructor<_Ap> _Dp; 152 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap; 153 _Ap __a(__f_.second()); 211 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap; 212 _Ap __a(__f_.second()); 213 typedef __allocator_destructor<_Ap> _Dp; 238 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap; 239 _Ap __a(__f_.second()); [all …]
|
H A D | random | 1812 template <unsigned long long _Ap, unsigned long long _Cp, unsigned long long _Mp> 1813 struct __lce_ta<_Ap, _Cp, _Mp, unsigned(~0), true> 1819 const result_type __a = static_cast<result_type>(_Ap); 1833 template <unsigned long long _Ap, unsigned long long _Mp> 1834 struct __lce_ta<_Ap, 0, _Mp, unsigned(~0), true> 1840 const result_type __a = static_cast<result_type>(_Ap); 1852 template <unsigned long long _Ap, unsigned long long _Cp, unsigned long long _Mp> 1853 struct __lce_ta<_Ap, _Cp, _Mp, unsigned(~0), false> 1859 const result_type __a = static_cast<result_type>(_Ap); 1866 template <unsigned long long _Ap, unsigned long long _Cp> [all …]
|
H A D | future | 1671 typedef typename __allocator_traits_rebind<_Alloc, __packaged_task_func>::type _Ap; 1672 typedef allocator_traits<_Ap> _ATraits; 1674 _Ap __a(__f_.second()); 1755 typedef allocator<_FF> _Ap; 1756 _Ap __a; 1757 typedef __allocator_destructor<_Ap> _Dp; 1779 typedef typename __allocator_traits_rebind<_Alloc, _FF>::type _Ap; 1780 _Ap __a(__a0); 1781 typedef __allocator_destructor<_Ap> _Dp;
|
H A D | __functional_base | 79 template <class _Ap, class _Rp> 80 static unary_function<_Ap, _Rp> 81 __test(const volatile unary_function<_Ap, _Rp>*);
|
H A D | regex | 2959 template <class _Bp, class _Ap, class _Cp, class _Tp> 2962 regex_search(_Bp, _Bp, match_results<_Bp, _Ap>&, const basic_regex<_Cp, _Tp>&, 2965 template <class _Ap, class _Cp, class _Tp> 2968 regex_search(const _Cp*, const _Cp*, match_results<const _Cp*, _Ap>&, 2983 template <class _Cp, class _Ap, class _Tp> 2986 regex_search(const _Cp*, match_results<const _Cp*, _Ap>&, const basic_regex<_Cp, _Tp>&, 2996 template <class _ST, class _SA, class _Ap, class _Cp, class _Tp> 3000 match_results<typename basic_string<_Cp, _ST, _SA>::const_iterator, _Ap>&, 3004 template <class _Iter, class _Ap, class _Cp, class _Tp> 3009 match_results<__wrap_iter<_Iter>, _Ap>& __m, [all …]
|
H A D | type_traits | 2535 template<class _Ap, class _Bp, class _Xp = remove_reference_t<_Ap>, class _Yp = remove_reference_t<… 2547 template<class _Ap, class _Bp, class _Xp, class _Yp> 2549 struct __common_ref<_Ap&, _Bp&, _Xp, _Yp> 2561 template<class _Ap, class _Bp, class _Xp, class _Yp> 2564 is_convertible_v<_Ap&&, __common_ref_C<_Xp, _Yp>> && 2566 struct __common_ref<_Ap&&, _Bp&&, _Xp, _Yp> 2577 template<class _Ap, class _Bp, class _Xp, class _Yp> 2579 is_convertible_v<_Ap&&, __common_ref_D<_Xp, _Yp>> 2580 struct __common_ref<_Ap&&, _Bp&, _Xp, _Yp> 2587 template<class _Ap, class _Bp, class _Xp, class _Yp> [all …]
|
H A D | variant | 1207 template <class _Up, class _Ap = __uncvref_t<_Up>> 1209 -> enable_if_t<is_same_v<_Ap, bool>, __identity<_Tp>>;
|
H A D | deque | 445 template <class _Tp, class _Ap> friend class __deque_base; 446 template <class _Tp, class _Ap> friend class _LIBCPP_TEMPLATE_VIS deque;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/ |
H A D | allocator_traits.h | 264 template <class _Ap = _Alloc, class = 265 _EnableIf<__has_allocate_hint<_Ap, size_type, const_void_pointer>::value> > 272 template <class _Ap = _Alloc, class = void, class = 273 _EnableIf<!__has_allocate_hint<_Ap, size_type, const_void_pointer>::value> > 322 template <class _Ap = _Alloc, class = 323 _EnableIf<__has_max_size<const _Ap>::value> > 330 template <class _Ap = _Alloc, class = void, class = 331 _EnableIf<!__has_max_size<const _Ap>::value> > 337 template <class _Ap = _Alloc, class = 338 _EnableIf<__has_select_on_container_copy_construction<const _Ap>::value> > [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_serial.h | 81 …utionPolicy, typename _Index, typename _Tp, typename _Rp, typename _Cp, typename _Sp, typename _Ap> 84 _Ap __apex) in __parallel_strict_scan()
|
H A D | parallel_backend_tbb.h | 350 …utionPolicy, typename _Index, typename _Tp, typename _Rp, typename _Cp, typename _Sp, typename _Ap> 353 _Ap __apex) in __parallel_strict_scan()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | parallel_backend_serial.h | 81 …utionPolicy, typename _Index, typename _Tp, typename _Rp, typename _Cp, typename _Sp, typename _Ap> 84 _Ap __apex) in __parallel_strict_scan()
|
H A D | parallel_backend_tbb.h | 355 …utionPolicy, typename _Index, typename _Tp, typename _Rp, typename _Cp, typename _Sp, typename _Ap> 358 _Ap __apex) in __parallel_strict_scan()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex.h | 767 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY() 770 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY() 2035 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp, in _GLIBCXX_VISIBILITY() 2038 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex.h | 814 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp> in _GLIBCXX_VISIBILITY() 816 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY() 2118 template<typename _Bp, typename _Ap, typename _Cp, typename _Rp> in _GLIBCXX_VISIBILITY() 2120 __detail::__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 3302 template<typename _Ap, typename _Bp, typename = void> 3307 template<typename _Ap, typename _Bp> 3308 using __common_ref = typename __common_ref_impl<_Ap, _Bp>::type;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | type_traits | 3559 template<typename _Ap, typename _Bp, typename = void> 3564 template<typename _Ap, typename _Bp> 3565 using __common_ref = typename __common_ref_impl<_Ap, _Bp>::type;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2013 | 2027 * include/bits/regex.h: Replace _A, _B, _C, _R by _Ap, _Bp, _Cp, _Rp.
|