Home
last modified time | relevance | path

Searched defs:gcd (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/lib/math/
H A Dgcd.c23 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
50 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_policy.c25 #define GET_LCM(n1, n2, gcd) (((n1) * (n2)) / gcd) argument
94 int bit_stride, pixel_stride, align, gcd; in rga_check_align() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_rt.hpp445 inline BOOST_CXX14_CONSTEXPR Integer gcd(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in gcd() function
465 inline BOOST_CXX14_CONSTEXPR Integer gcd(Integer const &a, Integer const &b, const Integer& c, Args… in gcd() function
481 …:numeric_limits<Integer>::is_specialized, boost::rational<Integer> >::type gcd(boost::rational<Int… in gcd() function
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_mh.c66 int gcd; member
344 static int ip_vs_mh_shift_weight(struct ip_vs_service *svc, int gcd) in ip_vs_mh_shift_weight()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Drational.hpp100 IntType gcd(IntType n, IntType m) in gcd() function
282 IntType gcd = integer::gcd(static_cast<IntType>(i), den); in operator *=() local
297 IntType const gcd = integer::gcd(num, static_cast<IntType>(i)); in operator /=() local
/OK3568_Linux_fs/external/linux-rga/im2d_api/src/
H A Dim2d_impl.cpp56 #define GET_LCM(n1, n2, gcd) (((n1) * (n2)) / gcd) argument
975 int bit_stride, pixel_stride, align, gcd; in rga_check_align() local
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_pll.c51 int gcd(int m, int n) in gcd() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dmerge.hpp49 Unsigned gcd(Unsigned x, Unsigned y) in gcd() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c532 static int gcd(int m, int n) in gcd() function
/OK3568_Linux_fs/kernel/lib/
H A Dbch.c912 struct gf_poly *gcd; in factor_polynomial() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_timearithm_api.h640 uint32_t gcd, uint32_t dst_u, in Invoke_BigIntComputeExtendedGcd()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c885 struct gf_poly *gcd; in factor_polynomial() local