Home
last modified time | relevance | path

Searched refs:user_error (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_policy_9.cpp26 … = make_policy(domain_error<user_error>(), pole_error<user_error>(), overflow_error<user_error>(),… in test()
27 …denorm_error<user_error>(), evaluation_error<user_error>(), rounding_error<user_error>(), indeterm… in test()
79 …pt(make_policy(domain_error<user_error>(), pole_error<user_error>(), overflow_error<user_error>(),… in test()
80 …denorm_error<user_error>(), evaluation_error<user_error>(), rounding_error<user_error>(), indeterm… in test()
Dtest_policy.cpp53 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::domain_error_type, policy<>::domain_error_ty… in BOOST_AUTO_TEST_CASE()
54 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::pole_error_type, pole_error<user_error> >::v… in BOOST_AUTO_TEST_CASE()
55 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::overflow_error_type, overflow_error<BOOST_MA… in BOOST_AUTO_TEST_CASE()
56 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::underflow_error_type, underflow_error<BOOST_… in BOOST_AUTO_TEST_CASE()
57 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::denorm_error_type, denorm_error<BOOST_MATH_D… in BOOST_AUTO_TEST_CASE()
58 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::evaluation_error_type, evaluation_error<BOOS… in BOOST_AUTO_TEST_CASE()
59 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::indeterminate_result_error_type, indetermina… in BOOST_AUTO_TEST_CASE()
60 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::precision_type, policy<>::precision_type>::v… in BOOST_AUTO_TEST_CASE()
61 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::promote_float_type, policy<>::promote_float_… in BOOST_AUTO_TEST_CASE()
62 …BOOST_CHECK((is_same<policy<pole_error<user_error> >::promote_double_type, policy<>::promote_doubl… in BOOST_AUTO_TEST_CASE()
[all …]
Dtest_error_handling.cpp105 domain_error<user_error>,
106 pole_error<user_error>,
107 overflow_error<user_error>,
108 underflow_error<user_error>,
109 denorm_error<user_error>,
110 evaluation_error<user_error>,
111 indeterminate_result_error<user_error> > user_policy;
Dpow_test.cpp135 policy< ::boost::math::policies::overflow_error<user_error> >() in test_error_policy()
141 policy< ::boost::math::policies::indeterminate_result_error<user_error> >() in test_error_policy()
/third_party/boost/libs/math/example/
Dpolicy_eg_9.cpp229 domain_error<user_error>,
230 pole_error<user_error>,
231 overflow_error<user_error>,
232 underflow_error<user_error>,
233 denorm_error<user_error>,
234 evaluation_error<user_error>
Dpolicy_eg_8.cpp87 domain_error<user_error>,
88 pole_error<user_error>
Dpolicy_eg_1.cpp30 using boost::math::policies::user_error;
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h109 #define user_error(x) \ macro
113 #define user_error(x) (!(x) ? TRUE : FALSE) macro
126 if (user_error(x)) { \
Dvertexdeclaration9.c342 (void)user_error(!"Position doesn't match any known combination"); in NineVertexDeclaration9_new_from_fvf()
373 if (user_error(texcount <= 8)) { texcount = 8; } in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h551 if (user_error(texcount <= 8)) in nine_fvf_stride()
Dswapchain9.c1156 (void)user_error(Type == D3DBACKBUFFER_TYPE_MONO); in NineSwapChain9_GetBackBuffer()
/third_party/boost/boost/math/policies/
Derror_handling.hpp215 const ::boost::math::policies::domain_error< ::boost::math::policies::user_error>&) in raise_domain_error()
255 const ::boost::math::policies::pole_error< ::boost::math::policies::user_error>&) in raise_pole_error()
336 const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error>&) in raise_overflow_error()
346 const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error>&) in raise_overflow_error()
393 const ::boost::math::policies::underflow_error< ::boost::math::policies::user_error>&) in raise_underflow_error()
440 const ::boost::math::policies::denorm_error< ::boost::math::policies::user_error>&) in raise_denorm_error()
487 const ::boost::math::policies::evaluation_error< ::boost::math::policies::user_error>&) in raise_evaluation_error()
554 const ::boost::math::policies::rounding_error< ::boost::math::policies::user_error>&) in raise_rounding_error()
605 … const ::boost::math::policies::indeterminate_result_error< ::boost::math::policies::user_error>&) in raise_indeterminate_result_error()
701 …R) && BOOST_MATH_IS_FLOAT(T) && (Policy::value != throw_on_error) && (Policy::value != user_error)) in check_overflow()
[all …]
Dpolicy.hpp202 user_error = 3 enumerator
995 …(domain_error_type::value == throw_on_error) || (domain_error_type::value == user_error) || (domai…
1005 (domain_error_type::value == throw_on_error) && (domain_error_type::value != user_error),
1025 ((t1::value != throw_on_error) && (t1::value != user_error)
1026 && (t2::value != throw_on_error) && (t2::value != user_error)
1027 && (t3::value != throw_on_error) && (t3::value != user_error)
1028 && (t4::value != throw_on_error) && (t4::value != user_error)
1029 && (t5::value != throw_on_error) && (t5::value != user_error)
1030 && (t6::value != throw_on_error) && (t6::value != user_error)
1031 && (t7::value != throw_on_error) && (t7::value != user_error)
[all …]
/third_party/boost/libs/math/doc/sf/
Dpow.qbk85 * `user_error`: Returns the result of `boost::math::policies::user_overflow_error`:
94 * `user_error`: Returns the result of `boost::math::policies::user_indeterminate_result_error`:
99 thus use the `user_error` policy, by passing as second argument an
100 instance of an overflow_error policy templated with `user_error`:
112 // Then we invoke pow and indicate that we want to use the user_error policy
114 double result = pow<-5>(base, policy<overflow_error<user_error> >());
127 #define BOOST_MATH_OVERFLOW_ERROR_POLICY user_error
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php87 user_error("Unsupported type.");
90 user_error("Unsupported type.");
616 user_error("Unsupported type.");
DMessage.php96 user_error(get_class($this) . " is not found in descriptor pool.");
296 user_error("Unsupported type.");
479 user_error("Unsupported type.");
702 user_error("Cannot merge messages with different class.");
1661 user_error("Unsupported type.");
1664 user_error("Unsupported type.");
1769 user_error("Unsupported type " . $field->getType());
DGPBJsonWire.php240 user_error("Unsupported type.");
/third_party/boost/libs/math/doc/overview/
Derror_handling.qbk55 [[user_error][Calls a
67 [[user_error][Returns the result of `boost::math::policies::user_domain_error`:
77 [[user_error][Returns the result of `boost::math::policies::user_pole_error`:
87 [[user_error][Returns the result of `boost::math::policies::user_overflow_error`:
97 [[user_error][Returns the result of `boost::math::policies::user_underflow_error`:
107 [[user_error][Returns the result of `boost::math::policies::user_denorm_error`:
119 [[user_error][Returns the result of `boost::math::policies::user_rounding_error`:
129 [[user_error][Returns the result of `boost::math::policies::user_evaluation_error`:
139 [[user_error][Returns the result of `boost::math::policies::user_indeterminate_result_error`:
/third_party/boost/libs/math/doc/policies/
Dpolicy.qbk30 user_error = 3 // call a user-defined error handler.
84 [h5 user_error]
519 `ignore_error` or `user_error`.
526 `ignore_error` or `user_error`.
533 `ignore_error` or `user_error`.
540 `ignore_error` or `user_error`.
547 `ignore_error` or `user_error`.
554 `ignore_error` or `user_error`.
561 `ignore_error` or `user_error`.
569 `ignore_error` or `user_error`.
/third_party/boost/boost/test/impl/
Dunit_test_monitor.ipp58 case execution_exception::user_error: return unexpected_exception;
Dexecution_monitor.ipp1143 …detail::report_error( reportType == BOOST_TEST_CRT_ASSERT ? execution_exception::user_error : exec…
1157 detail::report_error( execution_exception::user_error,
Djunit_log_formatter.ipp618 case execution_exception::user_error:
/third_party/boost/boost/test/
Dexecution_monitor.hpp263 user_error = 200, ///< user reported non-fatal error enumerator
/third_party/boost/tools/build/src/tools/
Dgcc.py605 errors.user_error(