Home
last modified time | relevance | path

Searched refs:cInRange (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/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()
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()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp130 cInRange = 0 , enumerator
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp2188 if (r != boost::numeric::cInRange) in operator ()()