Home
last modified time | relevance | path

Searched refs:gcd (Results 1 – 19 of 19) sorted by relevance

/trueos/sys/kgssapi/krb5/
HDkcrypto.c90 gcd(size_t a, size_t b) in gcd() function
95 return gcd(b, a % b); in gcd()
101 return ((a * b) / gcd(a, b)); in lcm()
/trueos/contrib/file/src/
HDgetopt_long.c93 static int gcd(int, int);
115 gcd(a, b) in gcd() function
153 ncycle = gcd(nnonopts, nopts);
/trueos/crypto/openssh/openbsd-compat/
HDgetopt_long.c98 static int gcd(int, int);
119 gcd(int a, int b) in gcd() function
150 ncycle = gcd(nnonopts, nopts); in permute_args()
/trueos/lib/libc/stdlib/
HDgetopt_long.c104 static int gcd(int, int);
135 gcd(int a, int b) in gcd() function
166 ncycle = gcd(nnonopts, nopts); in permute_args()
/trueos/contrib/llvm/lib/CodeGen/
HDTargetSchedule.cpp39 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
49 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm()
/trueos/contrib/gcc/
HDlambda.h385 gcd (int a, int b) in gcd() function
414 gcd1 = gcd (gcd1, vector[i]); in lambda_vector_gcd()
HDlambda-code.c448 return (abs (a) * abs (b) / gcd (a, b)); in lcm()
814 gcd1 = gcd (gcd1, determinant); in lambda_compute_target_space()
877 gcd1 = gcd (gcd1, gcd2); in lambda_compute_target_space()
878 gcd1 = gcd (gcd1, LLE_CONSTANT (target_expr)); in lambda_compute_target_space()
879 gcd1 = gcd (gcd1, LLE_DENOMINATOR (target_expr)); in lambda_compute_target_space()
933 gcd1 = gcd (gcd1, gcd2); in lambda_compute_target_space()
934 gcd1 = gcd (gcd1, LLE_CONSTANT (target_expr)); in lambda_compute_target_space()
935 gcd1 = gcd (gcd1, LLE_DENOMINATOR (target_expr)); in lambda_compute_target_space()
HDtree-data-ref.c2649 gcd_steps_a_b = gcd (step_a, step_b); in compute_overlap_steps_for_affine_univar()
HDChangeLog-200611272 (gcd): Moved...
11322 * lambda.h (gcd): ... here.
11324 * lambda-code.c (gcd, gcd_vector): Removed.
HDChangeLog-20058716 check if A == gcd (A, B). Remove TYPE argument.
HDChangeLog-20048983 (gcd): New static duplicated function.
/trueos/sbin/geom/misc/
HDsubr.c68 gcd(unsigned int a, unsigned int b) in gcd() function
87 return ((a * b) / gcd(a, b)); in g_lcm()
/trueos/sys/geom/shsec/
HDg_shsec.c89 gcd(u_int a, u_int b) in gcd() function
108 return ((a * b) / gcd(a, b)); in lcm()
/trueos/sys/geom/concat/
HDg_concat.c76 gcd(u_int a, u_int b) in gcd() function
95 return ((a * b) / gcd(a, b)); in lcm()
/trueos/sys/geom/stripe/
HDg_stripe.c104 gcd(u_int a, u_int b) in gcd() function
123 return ((a * b) / gcd(a, b)); in lcm()
/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp6680 static const APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function
6749 const SCEV *Res = SE.getConstant(gcd(Constant, CGCD)); in visitConstant()
6755 Res = SE.getConstant(gcd(Constant, CGCD)); in visitConstant()
/trueos/crypto/heimdal/include/
HDconfig.h.in372 /* Define if os support gcd. */
/trueos/sys/dev/sound/pci/hda/
HDhdaa.c2028 gcd(unsigned a, unsigned b) in gcd() function
2047 return ((a * b) / gcd(a, b)); in lcm()
/trueos/crypto/openssl/doc/
HDssleay.txt5487 the 2 primes required due to gcd(prime,e value) != 0,