Home
last modified time | relevance | path

Searched defs:CastTest1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dsafe_numerics_unittest.cc1341 struct CastTest1 { struct
1342 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()
/aosp_15_r20/external/cronet/base/
H A Dsafe_numerics_unittest.cc1430 struct CastTest1 { struct
1431 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()