Home
last modified time | relevance | path

Searched refs:negative_overflow (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/
Dconverter_policies.hpp143 class negative_overflow : public bad_numeric_cast class
164 throw negative_overflow() ; in operator ()()
169 ::boost::throw_exception(negative_overflow()) ; in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/doc/
Dnumeric_cast.qbk69 [link numeric_conversion_negative_overflow negative_overflow] and
106 using boost::numeric::negative_overflow;
113 catch(negative_overflow& e) {
124 // This will cause a boost::numeric::negative_overflow exception to be thrown
Dconverter_policies.qbk56 throw negative_overflow() ;
87 class negative_overflow : public bad_numeric_cast
Drequirements.qbk339 struct negative_overflow{};
347 throw negative_overflow() ;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/
Dnumeric_cast_traits_test.cpp210 struct negative_overflow{}; struct
218 throw negative_overflow() ; in operator ()()
324 catch( custom::negative_overflow& ){} \
Dconverter_test.cpp496 throw negative_overflow() ; in test_optimizations()
526 throw negative_overflow() ; in test_optimizations()
Dtest_helpers3.cpp85 catch ( boost::numeric::negative_overflow const& ) in test_conv_base()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcharconv_test.cc486 std::string negative_overflow = "-1e1000"; in TEST() local
487 const char* begin = negative_overflow.data(); in TEST()
488 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcharconv_test.cc486 std::string negative_overflow = "-1e1000"; in TEST() local
487 const char* begin = negative_overflow.data(); in TEST()
488 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcharconv_test.cc486 std::string negative_overflow = "-1e1000"; in TEST() local
487 const char* begin = negative_overflow.data(); in TEST()
488 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcharconv_test.cc481 std::string negative_overflow = "-1e1000"; in TEST() local
482 const char* begin = negative_overflow.data(); in TEST()
483 const char* end = begin + negative_overflow.size(); in TEST()
/aosp_15_r20/external/XNNPACK/eval/
H A Df32-f16-cvt.cc179 TEST(CVT__SSE2, negative_overflow) { in TEST() argument
426 TEST(CVT__SSE41, negative_overflow) { in TEST() argument
683 TEST(CVT__F16C, negative_overflow) { in TEST() argument
940 TEST(CVT__NEON, negative_overflow) { in TEST() argument
1197 TEST(CVT__NEONFP16, negative_overflow) { in TEST() argument
1436 TEST(CVT__WASMSIMD, negative_overflow) { in TEST() argument
1664 TEST(CVT__SCALAR_BITCAST, negative_overflow) { in TEST() argument
1891 TEST(CVT__SCALAR_FABSF, negative_overflow) { in TEST() argument