Home
last modified time | relevance | path

Searched refs:range_check_result (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/numeric/conversion/detail/
Dconverter.hpp103 static range_check_result apply ( argument_type s ) in apply()
117 static range_check_result apply ( argument_type s ) in apply()
132 static range_check_result apply ( argument_type s ) in apply()
148 static range_check_result apply ( argument_type s ) in apply()
164 static range_check_result apply ( argument_type s ) in apply()
180 static range_check_result apply ( argument_type s ) in apply()
196 static range_check_result apply ( argument_type s ) in apply()
220 static range_check_result apply ( argument_type s ) in apply()
222 range_check_result r = PredA::apply(s) ; in apply()
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } in out_of_range()
[all …]
/third_party/boost/boost/numeric/conversion/
Dconverter_policies.hpp129 enum range_check_result enum
161 void operator() ( range_check_result r ) // throw(negative_overflow,positive_overflow) in operator ()()
179 void operator() ( range_check_result ) {} // throw() in operator ()()
/third_party/boost/libs/numeric/conversion/doc/
Dconverter_policies.qbk14 [section enum range_check_result]
18 enum range_check_result
42 void operator() ( boost::range_check_result ) ; // throw bad_cast or derived
53 void operator() ( range_check_result r ) // throw bad_numeric_conversion derived
64 void operator() ( range_check_result ) // no-throw
285 static range_check_result out_of_range ( argument_type s ) ;
Dconverter.qbk40 static range_check_result out_of_range ( argument_type s ) ;
136 [: `static range_check_result numeric_converter<>::out_of_range ( argument_type s ) ;`]
147 …sion.numeric_converter_policy_classes.enum_range_check_result `boost::numeric::range_check_result`]
Drequirements.qbk319 static boost::numeric::range_check_result out_of_range( argument_type s )
343 void operator() ( boost::numeric::range_check_result r )
/third_party/boost/libs/numeric/conversion/test/
Dnumeric_cast_traits_test.cpp190 static boost::numeric::range_check_result out_of_range( argument_type s ) in out_of_range()
214 void operator() ( boost::numeric::range_check_result r ) in operator ()()
Dconverter_test.cpp174 void operator() ( boost::numeric::range_check_result r ) in operator ()()
489 range_check_result r = s < static_cast<double>(bounds<float>::lowest()) in test_optimizations()
518range_check_result r = s <= static_cast<double>(bounds<int>::lowest()) - static_cast<double>(1.0) in test_optimizations()
Dudt_support_test.cpp199 static range_check_result out_of_range ( argument_type s ) in out_of_range()
/third_party/boost/boost/lexical_cast/detail/
Dconverter_numeric.hpp79 inline bool operator() ( boost::numeric::range_check_result r ) const BOOST_NOEXCEPT { in operator ()()
/third_party/boost/boost/xpressive/detail/dynamic/
Dparse_charset.hpp54 void operator ()(numeric::range_check_result result) const // throw(regex_error) in operator ()()
/third_party/boost/boost/xpressive/
Dmatch_results.hpp105 void operator ()(numeric::range_check_result result) const // throw(regex_error) in operator ()()