/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/doc/ |
D | numeric_cast.qbk | 70 [link numeric_conversion_possitive_overflow positive_overflow] 105 using boost::numeric::positive_overflow; 116 catch(positive_overflow& e) { 137 // This will cause a boost::numeric::positive_overflow exception to be thrown 143 catch(positive_overflow& e) {
|
D | converter_policies.qbk | 58 throw positive_overflow() ; 97 class positive_overflow : public bad_numeric_cast
|
D | converter.qbk | 277 int z = Double2Int::convert(m); // By default throws positive_overflow() 279 catch ( boost::numeric::positive_overflow const& )
|
D | requirements.qbk | 338 struct positive_overflow{}; 349 throw positive_overflow() ;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/ |
D | converter_policies.hpp | 150 class positive_overflow : public bad_numeric_cast class 166 throw positive_overflow() ; in operator ()() 171 ::boost::throw_exception(positive_overflow()) ; in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/test/ |
D | numeric_cast_traits_test.cpp | 209 struct positive_overflow{}; struct 220 throw positive_overflow() ; in operator ()() 318 catch( custom::positive_overflow& ){} \
|
D | converter_test.cpp | 498 throw positive_overflow() ; in test_optimizations() 528 throw positive_overflow() ; in test_optimizations()
|
D | test_helpers3.cpp | 96 catch ( boost::numeric::positive_overflow const& ) in test_conv_base()
|
/aosp_15_r20/external/XNNPACK/eval/ |
H A D | f32-exp.cc | 78 TEST(EXP__NEONFMA_RR2_LUT64_P2, positive_overflow) { in TEST() argument 185 TEST(EXP__NEONFMA_RR2_P5, positive_overflow) { in TEST() argument 292 TEST(EXP__AVX512F_RR2_LUT16_P3_PERM, positive_overflow) { in TEST() argument 399 TEST(EXP__AVX512F_RR2_LUT16_P3_PERM_SCALEF, positive_overflow) { in TEST() argument 506 TEST(EXP__AVX512F_RR2_LUT32_P2_PERM2, positive_overflow) { in TEST() argument 613 TEST(EXP__AVX512F_RR2_LUT32_P2_PERM2_SCALEF, positive_overflow) { in TEST() argument 720 TEST(EXP__AVX512F_RR2_P5, positive_overflow) { in TEST() argument 827 TEST(EXP__AVX512F_RR2_P5_SCALEF, positive_overflow) { in TEST() argument 934 TEST(EXP__AVX2_RR2_LUT8_P3_PERM, positive_overflow) { in TEST() argument 1041 TEST(EXP__AVX2_RR2_LUT8_P4_PERM, positive_overflow) { in TEST() argument [all …]
|
H A D | f32-f16-cvt.cc | 161 TEST(CVT__SSE2, positive_overflow) { in TEST() argument 406 TEST(CVT__SSE41, positive_overflow) { in TEST() argument 663 TEST(CVT__F16C, positive_overflow) { in TEST() argument 920 TEST(CVT__NEON, positive_overflow) { in TEST() argument 1177 TEST(CVT__NEONFP16, positive_overflow) { in TEST() argument 1418 TEST(CVT__WASMSIMD, positive_overflow) { in TEST() argument 1646 TEST(CVT__SCALAR_BITCAST, positive_overflow) { in TEST() argument 1873 TEST(CVT__SCALAR_FABSF, positive_overflow) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | charconv_test.cc | 502 std::string positive_overflow = "1e1000"; in TEST() local 503 begin = positive_overflow.data(); in TEST() 504 end = begin + positive_overflow.size(); in TEST()
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | charconv_test.cc | 502 std::string positive_overflow = "1e1000"; in TEST() local 503 begin = positive_overflow.data(); in TEST() 504 end = begin + positive_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 | 497 std::string positive_overflow = "1e1000"; in TEST() local 498 begin = positive_overflow.data(); in TEST() 499 end = begin + positive_overflow.size(); in TEST()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | charconv_test.cc | 497 std::string positive_overflow = "1e1000"; in TEST() local 498 begin = positive_overflow.data(); in TEST() 499 end = begin + positive_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 | 497 std::string positive_overflow = "1e1000"; in TEST() local 498 begin = positive_overflow.data(); in TEST() 499 end = begin + positive_overflow.size(); in TEST()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | charconv_test.cc | 502 std::string positive_overflow = "1e1000"; in TEST() local 503 begin = positive_overflow.data(); in TEST() 504 end = begin + positive_overflow.size(); in TEST()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | charconv_test.cc | 497 std::string positive_overflow = "1e1000"; in TEST() local 498 begin = positive_overflow.data(); in TEST() 499 end = begin + positive_overflow.size(); in TEST()
|