reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
944 return UX > (static_cast<U>(std::numeric_limits<T>::max()) + U(1)) / UY; 946 return UX > (static_cast<U>(std::numeric_limits<T>::max())) / UY;unittests/Support/MathExtrasTest.cpp
506 auto MaxValue = std::numeric_limits<TypeParam>::max(); 513 auto MaxValue = std::numeric_limits<TypeParam>::max(); 529 EXPECT_EQ(Result, std::numeric_limits<TypeParam>::max()); 554 auto MaxValue = std::numeric_limits<TypeParam>::max(); 562 auto MaxValue = std::numeric_limits<TypeParam>::max(); 582 auto MaxValue = std::numeric_limits<TypeParam>::max(); 598 auto MaxValue = std::numeric_limits<TypeParam>::max();