/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/ |
D | converter_policies.hpp | 143 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/ |
D | numeric_cast.qbk | 69 [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
|
D | converter_policies.qbk | 56 throw negative_overflow() ; 87 class negative_overflow : public bad_numeric_cast
|
D | requirements.qbk | 339 struct negative_overflow{}; 347 throw negative_overflow() ;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | numeric_cast_traits_test.cpp | 210 struct negative_overflow{}; struct 218 throw negative_overflow() ; in operator ()() 324 catch( custom::negative_overflow& ){} \
|
D | converter_test.cpp | 496 throw negative_overflow() ; in test_optimizations() 526 throw negative_overflow() ; in test_optimizations()
|
D | test_helpers3.cpp | 85 catch ( boost::numeric::negative_overflow const& ) in test_conv_base()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | charconv_test.cc | 486 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 D | charconv_test.cc | 486 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 D | charconv_test.cc | 481 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 D | charconv_test.cc | 481 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/ |
D | charconv_test.cc | 481 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 D | charconv_test.cc | 486 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 D | charconv_test.cc | 481 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 D | f32-f16-cvt.cc | 179 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
|