Lines Matching refs:_Ct
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;
566 return _Ct(__lhs).count() < _Ct(__rhs).count();
717 typedef typename common_type<duration<_Rep1, _Period1>, duration<_Rep2, _Period2> >::type _Ct;
718 return _Ct(__lhs).count() / _Ct(__rhs).count();