/usr/include/boost/integer
NameSizeModeActions
common_factor.hpp5830644editdlrm
common_factor_ct.hpp33700644editdlrm
common_factor_rt.hpp227760644editdlrm
extended_euclidean.hpp17300644editdlrm
integer_log2.hpp22690644editdlrm
integer_mask.hpp42340644editdlrm
mod_inverse.hpp16510644editdlrm
static_log2.hpp35430644editdlrm
static_min_max.hpp16330644editdlrm
Edit: /usr/include/boost/integer/common_factor.hpp (583B)
// Boost common_factor.hpp header file -------------------------------------// // (C) Copyright Daryle Walker 2001-2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org for updates, documentation, and revision history. #ifndef BOOST_INTEGER_COMMON_FACTOR_HPP #define BOOST_INTEGER_COMMON_FACTOR_HPP #include #include #endif // BOOST_INTEGER_COMMON_FACTOR_HPP