Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/
H A Dconverter_policies.hpp130 cInRange = 0 , enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_numeric.hpp81 return (r == boost::numeric::cInRange); in operator ()()