Home
last modified time | relevance | path

Searched refs:cNegOverflow (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/numeric/conversion/
Dconverter_policies.hpp132 cNegOverflow = 1 , enumerator
164 if ( r == cNegOverflow ) in operator ()()
169 if ( r == cNegOverflow ) in operator ()()
/third_party/boost/libs/numeric/conversion/test/
Dconverter_test.cpp176 if ( r == boost::numeric::cNegOverflow ) in operator ()()
490 ? cNegOverflow : cInRange ; in test_optimizations()
495 if ( r == cNegOverflow ) in test_optimizations()
519 ? cNegOverflow : cInRange ; in test_optimizations()
525 if ( r == cNegOverflow ) in test_optimizations()
Dnumeric_cast_traits_test.cpp196 return cNegOverflow; in out_of_range()
217 if( r == cNegOverflow ) in operator ()()
/third_party/boost/boost/numeric/conversion/detail/
Dconverter.hpp105 return s < static_cast<S>(bounds<T>::lowest()) ? cNegOverflow : cInRange ; in apply()
119 return s < static_cast<S>(0) ? cNegOverflow : cInRange ; in apply()
135 ? cNegOverflow : cInRange ; in apply()
151 ? cNegOverflow : cInRange ; in apply()
/third_party/boost/libs/numeric/conversion/doc/
Dconverter_policies.qbk21 cNegOverflow ,
55 if ( r == cNegOverflow )
Drequirements.qbk325 return cNegOverflow;
346 if( r == cNegOverflow )