Home
last modified time | relevance | path

Searched refs:DRep (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.special/
H A Dzero.pass.cpp29 typedef typename D::rep DRep; in test() typedef
30 DRep zero_rep = std::chrono::duration_values<DRep>::zero(); in test()
35 typedef typename D::rep DRep; in test() typedef
36 constexpr DRep zero_rep = std::chrono::duration_values<DRep>::zero(); in test()
H A Dmin.pass.cpp30 typedef typename D::rep DRep; in test() typedef
31 DRep min_rep = std::chrono::duration_values<DRep>::min(); in test()
36 typedef typename D::rep DRep; in test() typedef
37 constexpr DRep min_rep = std::chrono::duration_values<DRep>::min(); in test()
H A Dmax.pass.cpp30 typedef typename D::rep DRep; in test() typedef
31 DRep max_rep = std::chrono::duration_values<DRep>::max(); in test()
36 typedef typename D::rep DRep; in test() typedef
37 constexpr DRep max_rep = std::chrono::duration_values<DRep>::max(); in test()