Searched refs:static_gcd (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/boost/integer/ |
D | common_factor_ct.hpp | 78 template < static_gcd_type Value1, static_gcd_type Value2 > struct static_gcd struct 84 template< static_gcd_type Value1, static_gcd_type Value2 > static_gcd_type const static_gcd< Value1…
|
/third_party/boost/libs/integer/test/ |
D | common_factor_test.cpp | 382 using boost::integer::static_gcd; in gcd_static_test() 389 BOOST_TEST( (static_gcd< 1, 1>::value) == 1 ); in gcd_static_test() 390 BOOST_TEST( (static_gcd< 0, 0>::value) == 0 ); in gcd_static_test() 391 BOOST_TEST( (static_gcd< 7, 0>::value) == 7 ); in gcd_static_test() 392 BOOST_TEST( (static_gcd< 0, 9>::value) == 9 ); in gcd_static_test() 393 BOOST_TEST( (static_gcd<42, 30>::value) == 6 ); in gcd_static_test() 394 BOOST_TEST( (static_gcd< 3, 7>::value) == 1 ); in gcd_static_test() 395 BOOST_TEST( (static_gcd< 8, 9>::value) == 1 ); in gcd_static_test() 396 BOOST_TEST( (static_gcd< 7, 49>::value) == 7 ); in gcd_static_test()
|
/third_party/boost/boost/math/ |
D | common_factor_ct.hpp | 23 using boost::integer::static_gcd;
|
/third_party/boost/boost/ |
D | integer_fwd.hpp | 173 struct static_gcd;
|
/third_party/boost/libs/integer/doc/gcd/ |
D | math-gcd.qbk | 45 struct static_gcd; 179 …struct boost::integer::static_gcd : public mpl::integral_c<static_gcd_type, implementation_defined> 193 The boost::integer::static_gcd and boost::integer::static_lcm class templates 220 << boost::integer::static_gcd<8, 9>::value
|
/third_party/boost/boost/units/ |
D | static_rational.hpp | 86 (::boost::integer::static_gcd< 136 … static_cast<integer_type>(boost::integer::static_gcd<nabs,dabs>::value) * ((D < 0) ? -1 : 1);
|