Searched refs:cInRange (Results 1 – 11 of 11) sorted by relevance
105 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()167 ? cPosOverflow : cInRange ; in apply()183 ? cPosOverflow : cInRange ; in apply()199 ? cPosOverflow : cInRange ; in apply()223 if ( r == cInRange ) in apply()267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } in out_of_range()
490 ? cNegOverflow : cInRange ; in test_optimizations()491 if ( r == cInRange ) in test_optimizations()493 r = s > static_cast<double>(bounds<float>::highest()) ? cPosOverflow : cInRange ; in test_optimizations()519 ? cNegOverflow : cInRange ; in test_optimizations()520 if ( r == cInRange ) in test_optimizations()523 ? cPosOverflow : cInRange ; in test_optimizations()
86 BOOST_CHECK( (converter<float,Double>::out_of_range(Dv) == cInRange) ); in simplest_case()
198 return cInRange; in out_of_range()
131 cInRange = 0 , enumerator
80 return (r == boost::numeric::cInRange); in operator ()()
56 if(numeric::cInRange != result) in operator ()()
20 cInRange ,
152 returns `cInRange` directly. See the following
327 return cInRange;
107 if(numeric::cInRange != result) in operator ()()