Searched refs:_Ct (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | chrono | 348 …f typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::type _Ct; 350 static_cast<_Ct>(__fd.count()) / static_cast<_Ct>(_Period::den))); 360 …f typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::type _Ct; 362 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num))); 372 …f typename common_type<typename _ToDuration::rep, typename _FromDuration::rep, intmax_t>::type _Ct; 374 static_cast<_Ct>(__fd.count()) * static_cast<_Ct>(_Period::num) 375 / static_cast<_Ct>(_Period::den))); 524 typedef typename common_type<_LhsDuration, _RhsDuration>::type _Ct; 525 return _Ct(__lhs).count() == _Ct(__rhs).count(); 565 typedef typename common_type<_LhsDuration, _RhsDuration>::type _Ct; [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.c | 404 const ctype<_Ch>& _Ct = use_facet<ctype<_Ch> >(__f.getloc()); in put() local 406 char __c = _Ct.narrow(*__pat, 0); in put() 410 __c = _Ct.narrow(*__pat++, 0); in put() 413 __c = _Ct.narrow(*__pat++, 0); in put()
|