Lines Matching refs:R1
89 template <typename R1, typename R2>
90 static constexpr auto apply(R1 const&, R2 const&) in apply()
91 { return hana::bool_c<std::ratio_equal<R1, R2>::value>; } in apply()
99 template <typename R1, typename R2>
100 static constexpr auto apply(R1 const&, R2 const&) in apply()
101 { return hana::bool_c<std::ratio_less<R1, R2>::value>; } in apply()
109 template <typename R1, typename R2>
110 static constexpr std::ratio_add<R1, R2> apply(R1 const&, R2 const&) in apply()
125 template <typename R1, typename R2>
126 static constexpr std::ratio_subtract<R1, R2> apply(R1 const&, R2 const&) in apply()
135 template <typename R1, typename R2>
136 static constexpr std::ratio_multiply<R1, R2> apply(R1 const&, R2 const&) in apply()
151 template <typename R1, typename R2>
152 static constexpr std::ratio_divide<R1, R2> apply(R1 const&, R2 const&) in apply()
158 template <typename R1, typename R2>
159 static constexpr std::ratio<0> apply(R1 const&, R2 const&) in apply()