Searched refs:bounds (Results 1 – 8 of 8) sorted by relevance
19 struct bounds : boundsdetail::get_impl<N>::type struct
105 return s < static_cast<S>(bounds<T>::lowest()) ? cNegOverflow : cInRange ; in apply()134 return s <= static_cast<S>(bounds<T>::lowest()) - static_cast<S>(1.0) in apply()150 return s < static_cast<S>(bounds<T>::lowest()) - static_cast<S>(0.5) in apply()166 return s > static_cast<S>(bounds<T>::highest()) in apply()182 return s >= static_cast<S>(bounds<T>::highest()) + static_cast<S>(1.0) in apply()198 return s >= static_cast<S>(bounds<T>::highest()) + static_cast<S>(0.5) in apply()
314 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array)");323 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (const std::array)");334 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array &&)");
1496 _LIBCPP_ASSERT(__n < size(), "vector[] index out of bounds");1505 _LIBCPP_ASSERT(__n < size(), "vector[] index out of bounds");
3307 _LIBCPP_ASSERT(__pos <= size(), "string index out of bounds");3316 _LIBCPP_ASSERT(__pos <= size(), "string index out of bounds");
25 CPPUNIT_TEST(bounds);42 void bounds();123 void SetTest::bounds() in bounds() function in SetTest
1017 detail::report_error( execution_exception::system_error, "array bounds exceeded" );