Home
last modified time | relevance | path

Searched refs:_Cp (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/include/
D__bit_reference25 template <class _Cp, bool _IsConst, typename _Cp::__storage_type = 0> class __bit_iterator;
26 template <class _Cp> class __bit_const_reference;
34 template <class _Cp, bool = __has_storage_type<_Cp>::value>
37 typedef typename _Cp::__storage_type __storage_type;
38 typedef typename _Cp::__storage_pointer __storage_pointer;
43 friend typename _Cp::__self;
45 friend class __bit_const_reference<_Cp>;
46 friend class __bit_iterator<_Cp, false>;
68 _LIBCPP_INLINE_VISIBILITY __bit_iterator<_Cp, false> operator&() const _NOEXCEPT
69 {return __bit_iterator<_Cp, false>(__seg_, static_cast<unsigned>(__ctz(__mask_)));}
[all …]
D__functional_base185 template <class _Rp, class _Cp>
186 struct __weak_result_type<_Rp (_Cp::*)()>
187 : public unary_function<_Cp*, _Rp>
191 template <class _Rp, class _Cp>
192 struct __weak_result_type<_Rp (_Cp::*)() const>
193 : public unary_function<const _Cp*, _Rp>
197 template <class _Rp, class _Cp>
198 struct __weak_result_type<_Rp (_Cp::*)() volatile>
199 : public unary_function<volatile _Cp*, _Rp>
203 template <class _Rp, class _Cp>
[all …]
D__debug190 _Cont* _Cp = static_cast<_Cont*>(__c_);
191 return _Cp->__dereferenceable(__j);
200 _Cont* _Cp = static_cast<_Cont*>(__c_);
201 return _Cp->__decrementable(__j);
210 _Cont* _Cp = static_cast<_Cont*>(__c_);
211 return _Cp->__addable(__j, __n);
220 _Cont* _Cp = static_cast<_Cont*>(__c_);
221 return _Cp->__subscriptable(__j, __n);
Diterator1618 template <class _Cp>
1621 begin(_Cp& __c) -> decltype(__c.begin())
1626 template <class _Cp>
1629 begin(const _Cp& __c) -> decltype(__c.begin())
1634 template <class _Cp>
1637 end(_Cp& __c) -> decltype(__c.end())
1642 template <class _Cp>
1645 end(const _Cp& __c) -> decltype(__c.end())
1680 template <class _Cp>
1682 auto cbegin(const _Cp& __c) -> decltype(_VSTD::begin(__c))
[all …]
Diomanip413 template <class _Cp, class _Traits>
415 basic_istream<_Cp, _Traits>&
416 operator>>(basic_istream<_Cp, _Traits>& __is, const __iom_t9<_Cp>& __x);
474 template <class _Cp, class _Traits>
476 basic_ostream<_Cp, _Traits>&
477 operator<<(basic_ostream<_Cp, _Traits>& __os, const __iom_t10<_Cp>& __x);
Dunordered_map382 template <class _Key, class _Cp, class _Hash, bool _IsEmpty>
398 size_t operator()(const _Cp& __x) const
411 template <class _Key, class _Cp, class _Hash>
412 class __unordered_map_hasher<_Key, _Cp, _Hash, false>
427 size_t operator()(const _Cp& __x) const
440 template <class _Key, class _Cp, class _Hash, bool __b>
443 swap(__unordered_map_hasher<_Key, _Cp, _Hash, __b>& __x,
444 __unordered_map_hasher<_Key, _Cp, _Hash, __b>& __y)
450 template <class _Key, class _Cp, class _Pred, bool _IsEmpty>
466 bool operator()(const _Cp& __x, const _Cp& __y) const
[all …]
Drandom1735 template <unsigned long long _Ap, unsigned long long _Cp, unsigned long long _Mp>
1736 struct __lce_ta<_Ap, _Cp, _Mp, unsigned(~0), true>
1743 const result_type __c = static_cast<result_type>(_Cp);
1775 template <unsigned long long _Ap, unsigned long long _Cp, unsigned long long _Mp>
1776 struct __lce_ta<_Ap, _Cp, _Mp, unsigned(~0), false>
1783 const result_type __c = static_cast<result_type>(_Cp);
1789 template <unsigned long long _Ap, unsigned long long _Cp>
1790 struct __lce_ta<_Ap, _Cp, 0, unsigned(~0), false>
1797 const result_type __c = static_cast<result_type>(_Cp);
1819 class _Up, _Up _Ap, _Up _Cp, _Up _Np>
[all …]
Dregex2864 template <class _Bp, class _Ap, class _Cp, class _Tp>
2867 regex_search(_Bp, _Bp, match_results<_Bp, _Ap>&, const basic_regex<_Cp, _Tp>&,
2870 template <class _Ap, class _Cp, class _Tp>
2873 regex_search(const _Cp*, const _Cp*, match_results<const _Cp*, _Ap>&,
2874 const basic_regex<_Cp, _Tp>&, regex_constants::match_flag_type);
2876 template <class _Bp, class _Cp, class _Tp>
2879 regex_search(_Bp, _Bp, const basic_regex<_Cp, _Tp>&,
2882 template <class _Cp, class _Tp>
2885 regex_search(const _Cp*, const _Cp*,
2886 const basic_regex<_Cp, _Tp>&, regex_constants::match_flag_type);
[all …]
Dforward_list1689 typedef forward_list<_Tp, _Alloc> _Cp;
1690 typedef typename _Cp::const_iterator _Ip;
D__hash_table42 template <class _Key, class _Cp, class _Hash,
46 template <class _Key, class _Cp, class _Pred,
/external/clang/test/Modules/Inputs/PR24954/
DB.h26 template <class _Cp> friend void
27 operator<<(basic_ostream<_Cp>& __os, const S2<_Cp>& __x);
/external/opencv/ml/src/
Dmlsvm.cpp387 int _alpha_count, double* _alpha, double _Cp, double _Cn, in CvSVMSolver() argument
392 create( _sample_count, _var_count, _samples, _y, _alpha_count, _alpha, _Cp, _Cn, in CvSVMSolver()
398 int _alpha_count, double* _alpha, double _Cp, double _Cn, in create() argument
422 C[1] = _Cp; in create()
955 double _Cp, double _Cn, CvMemStorage* _storage, in solve_c_svc() argument
961 _alpha, _Cp, _Cn, _storage, _kernel, &CvSVMSolver::get_row_svc, in solve_c_svc()