Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dbounds.hpp19 struct bounds : boundsdetail::get_impl<N>::type struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp105 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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Darray314 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 &&)");
Dvector1496 _LIBCPP_ASSERT(__n < size(), "vector[] index out of bounds");
1505 _LIBCPP_ASSERT(__n < size(), "vector[] index out of bounds");
Dstring3307 _LIBCPP_ASSERT(__pos <= size(), "string index out of bounds");
3316 _LIBCPP_ASSERT(__pos <= size(), "string index out of bounds");
/ndk/tests/device/test-gnustl-full/unit/
Dset_test.cpp25 CPPUNIT_TEST(bounds);
42 void bounds();
123 void SetTest::bounds() in bounds() function in SetTest
/ndk/tests/device/test-stlport/unit/
Dset_test.cpp25 CPPUNIT_TEST(bounds);
42 void bounds();
123 void SetTest::bounds() in bounds() function in SetTest
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp1017 detail::report_error( execution_exception::system_error, "array bounds exceeded" );