Home
last modified time | relevance | path

Searched refs:_Cp (Results 1 – 14 of 14) 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;
44 friend typename _Cp::__self;
46 friend class _Cp::__self;
48 friend class __bit_const_reference<_Cp>;
49 friend class __bit_iterator<_Cp, false>;
71 _LIBCPP_INLINE_VISIBILITY __bit_iterator<_Cp, false> operator&() const _NOEXCEPT
[all …]
D__functional_base244 template <class _Rp, class _Cp>
245 struct __weak_result_type<_Rp (_Cp::*)()>
246 : public unary_function<_Cp*, _Rp>
250 template <class _Rp, class _Cp>
251 struct __weak_result_type<_Rp (_Cp::*)() const>
252 : public unary_function<const _Cp*, _Rp>
256 template <class _Rp, class _Cp>
257 struct __weak_result_type<_Rp (_Cp::*)() volatile>
258 : public unary_function<volatile _Cp*, _Rp>
262 template <class _Rp, class _Cp>
[all …]
D__debug110 _Cont* _Cp = static_cast<_Cont*>(__c_);
111 return _Cp->__dereferenceable(__j);
120 _Cont* _Cp = static_cast<_Cont*>(__c_);
121 return _Cp->__decrementable(__j);
130 _Cont* _Cp = static_cast<_Cont*>(__c_);
131 return _Cp->__addable(__j, __n);
140 _Cont* _Cp = static_cast<_Cont*>(__c_);
141 return _Cp->__subscriptable(__j, __n);
Diterator1427 template <class _Cp>
1430 begin(_Cp& __c) -> decltype(__c.begin())
1435 template <class _Cp>
1438 begin(const _Cp& __c) -> decltype(__c.begin())
1443 template <class _Cp>
1446 end(_Cp& __c) -> decltype(__c.end())
1451 template <class _Cp>
1454 end(const _Cp& __c) -> decltype(__c.end())
1489 template <class _Cp>
1491 auto cbegin(const _Cp& __c) -> decltype(begin(__c))
[all …]
D__functional_03745 template <class _R2, class _Cp>
747 static bool __not_null(_R2 (_Cp::*__p)()) {return __p;}
748 template <class _R2, class _Cp>
750 static bool __not_null(_R2 (_Cp::*__p)() const) {return __p;}
751 template <class _R2, class _Cp>
753 static bool __not_null(_R2 (_Cp::*__p)() volatile) {return __p;}
754 template <class _R2, class _Cp>
756 static bool __not_null(_R2 (_Cp::*__p)() const volatile) {return __p;}
1042 template <class _R2, class _Cp, class _B1>
1044 static bool __not_null(_R2 (_Cp::*__p)(_B1)) {return __p;}
[all …]
Diomanip412 template <class _Cp, class _Traits>
414 basic_istream<_Cp, _Traits>&
415 operator>>(basic_istream<_Cp, _Traits>& __is, const __iom_t9<_Cp>& __x);
473 template <class _Cp, class _Traits>
475 basic_ostream<_Cp, _Traits>&
476 operator<<(basic_ostream<_Cp, _Traits>& __os, const __iom_t10<_Cp>& __x);
Dunordered_map381 template <class _Key, class _Cp, class _Hash,
399 size_t operator()(const _Cp& __x) const
412 template <class _Key, class _Cp, class _Hash>
413 class __unordered_map_hasher<_Key, _Cp, _Hash, false>
429 size_t operator()(const _Cp& __x) const
442 template <class _Key, class _Cp, class _Hash, bool __b>
445 swap(__unordered_map_hasher<_Key, _Cp, _Hash, __b>& __x,
446 __unordered_map_hasher<_Key, _Cp, _Hash, __b>& __y)
452 template <class _Key, class _Cp, class _Pred,
470 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 …]
Dregex2852 template <class _Bp, class _Ap, class _Cp, class _Tp>
2855 regex_search(_Bp, _Bp, match_results<_Bp, _Ap>&, const basic_regex<_Cp, _Tp>&,
2858 template <class _Ap, class _Cp, class _Tp>
2861 regex_search(const _Cp*, const _Cp*, match_results<const _Cp*, _Ap>&,
2862 const basic_regex<_Cp, _Tp>&, regex_constants::match_flag_type);
2864 template <class _Bp, class _Cp, class _Tp>
2867 regex_search(_Bp, _Bp, const basic_regex<_Cp, _Tp>&,
2870 template <class _Cp, class _Tp>
2873 regex_search(const _Cp*, const _Cp*,
2874 const basic_regex<_Cp, _Tp>&, regex_constants::match_flag_type);
[all …]
Dfunctional1477 template <class _R2, class _Cp, class ..._Ap>
1479 static bool __not_null(_R2 (_Cp::*__p)(_Ap...)) {return __p;}
1480 template <class _R2, class _Cp, class ..._Ap>
1482 static bool __not_null(_R2 (_Cp::*__p)(_Ap...) const) {return __p;}
1483 template <class _R2, class _Cp, class ..._Ap>
1485 static bool __not_null(_R2 (_Cp::*__p)(_Ap...) volatile) {return __p;}
1486 template <class _R2, class _Cp, class ..._Ap>
1488 static bool __not_null(_R2 (_Cp::*__p)(_Ap...) const volatile) {return __p;}
Dforward_list1585 typedef forward_list<_Tp, _Alloc> _Cp;
1586 typedef typename _Cp::const_iterator _Ip;
/external/opencv3/modules/python/src2/
Dcv2.cpp748 typedef typename DataType<_Tp>::channel_type _Cp; in to() typedef
774 _Cp* data = (_Cp*)&value[i]; in to()
779 data[0] = saturate_cast<_Cp>(c.real); in to()
780 data[1] = saturate_cast<_Cp>(c.imag); in to()
817 data[j] = saturate_cast<_Cp>(v); in to()
824 data[j] = saturate_cast<_Cp>(v); in to()
831 data[j] = saturate_cast<_Cp>(v); in to()
/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()
/external/opencv3/modules/ml/src/
Dsvm.cpp479 double _Cp, double _Cn, in Solver() argument
497 C[1] = _Cp; in Solver()
1010 double _Cp, double _Cn, const Ptr<SVM::Kernel>& _kernel, in solve_c_svc() argument
1018 Solver solver( _samples, _y, _alpha, _b, _Cp, _Cn, _kernel, in solve_c_svc()