Searched defs:Limits (Results 1 – 9 of 9) sorted by relevance
143 struct Limits struct in nv50_ir::NVC0LegalizePostRA145 Limits() { } in Limits() argument146 Limits(int min, int max) : min(min), max(max) { } in Limits() function147 int min, max;
601 struct Limits { struct604 Limits(double min, double max) : min(min), max(max) {} in Limits() argument605 explicit Limits(RangeType* range) : min(range->Min()), max(range->Max()) {} in Limits() function607 static Limits Empty() { return Limits(1, 0); } in Empty() argument
22 typedef std::numeric_limits<From> Limits; in check_integral_types() typedef
125 TEST(SequenceNumberUnwrapper, Limits) { in TEST() argument
16 message Limits { message
273 typedef std::numeric_limits<T> Limits; in nativeFormat() typedef
782 typedef std::numeric_limits<IntT> Limits; in toInt() typedef