Home
last modified time | relevance | path

Searched refs:low_level_convert (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.hpp464 static result_type low_level_convert ( argument_type s ) { return s ; } in low_level_convert() function
495 return RawConverterBase::low_level_convert(s1); in convert()
524 return RawConverterBase::low_level_convert(s); in convert()
/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.hpp187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; } in low_level_convert() function
/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.hpp102 result = converter_t::low_level_convert(converter_t::nearbyint(arg, res)); in noexcept_numeric_convert()