Lines Matching refs:math
4 Subject: [PATCH] boost: remove deprecated math/common_factor.hpp
32 math.h
68 +#include <boost/math/common_factor_rt.hpp>
69 +#define GR_GCD boost::math::gcd
70 +#define GR_LCM boost::math::lcm
83 #include <gnuradio/math.h>
94 -#include <boost/math/common_factor_rt.hpp>
110 - return page_size / boost::math::gcd(type_size, page_size);
128 #include <gnuradio/math.h>
129 -#include <boost/math/common_factor.hpp>
137 - d_interps_per_symbol_n = boost::math::lcm(d_ted->inputs_per_symbol(), d_osps_n);
152 #include <gnuradio/math.h>
153 -#include <boost/math/common_factor.hpp>
161 - d_interps_per_symbol_n = boost::math::lcm(d_ted->inputs_per_symbol(), d_osps_n);