Searched refs:GCD (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgcd.c26 # define GCD gcd macro
33 GCD (WORD_T a, WORD_T b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgcd.c26 # define GCD gcd macro
33 GCD (WORD_T a, WORD_T b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnbtheory.h63 inline Integer GCD(const Integer &a, const Integer &b) function
H A Dnbtheory.cpp112 if ((n.IsEven() && n!=2) || GCD(b, n) != 1)
383 Integer gcd = GCD(equiv, mod);
386 // the only possible prime p such that p%mod==equiv where GCD(mod,equiv)!=1 is GCD(mod,equiv)
546 success = (GCD(b-1, p) == 1) && (a_exp_b_mod_c(b, q, p) == 1);
H A Drsa.cpp178 m_p = GCD(a-1, n);

Completed in 99 milliseconds