Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_ct.hpp34 #define BOOST_DETAIL_GCD_HELPER_VAL(Value) static_cast<static_gcd_type>(Value) macro
37 #define BOOST_DETAIL_GCD_HELPER_VAL(Value) (self_type:: Value ) macro
40 typedef static_gcd_helper_t< BOOST_DETAIL_GCD_HELPER_VAL(new_value1),
41 BOOST_DETAIL_GCD_HELPER_VAL(new_value2) > next_step_type;
43 #undef BOOST_DETAIL_GCD_HELPER_VAL