Home
last modified time | relevance | path

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

/third_party/boost/libs/math/reporting/performance/
Dtest_gcd.cpp283 unsigned d_n = 0; in gcd_stein() local
284 while(even(n)) { n >>= 1; d_n++; } in gcd_stein()
292 return m << (std::min)(d_m, d_n); in gcd_stein()
/third_party/boost/boost/integer/
Dcommon_factor_rt.hpp377 unsigned d_n = gcd_traits<SteinDomain>::make_odd(n); in Stein_gcd() local
387 m <<= constexpr_min(d_m, d_n); in Stein_gcd()