Searched defs:CastTest1 (Results 1 – 2 of 2) sorted by relevance
1341 struct CastTest1 { struct1342 static constexpr T NaN() { return -1; } in NaN()1343 static constexpr T max() { return numeric_limits<T>::max() - 1; } in max()1344 static constexpr T Overflow() { return max(); } in Overflow()1345 static constexpr T lowest() { return numeric_limits<T>::lowest() + 1; } in lowest()1346 static constexpr T Underflow() { return lowest(); } in Underflow()
1430 struct CastTest1 { struct1431 static constexpr T NaN() { return -1; } in NaN()1432 static constexpr T max() { return numeric_limits<T>::max() - 1; } in max()1433 static constexpr T Overflow() { return max(); } in Overflow()1434 static constexpr T lowest() { return numeric_limits<T>::lowest() + 1; } in lowest()1435 static constexpr T Underflow() { return lowest(); } in Underflow()