Home
last modified time | relevance | path

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

/third_party/boost/boost/integer/
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