| /trueos/sys/kgssapi/krb5/ |
| HD | kcrypto.c | 90 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/ |
| HD | getopt_long.c | 93 static int gcd(int, int); 115 gcd(a, b) in gcd() function 153 ncycle = gcd(nnonopts, nopts);
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | getopt_long.c | 98 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/ |
| HD | getopt_long.c | 104 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/ |
| HD | TargetSchedule.cpp | 39 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/ |
| HD | lambda.h | 385 gcd (int a, int b) in gcd() function 414 gcd1 = gcd (gcd1, vector[i]); in lambda_vector_gcd()
|
| HD | lambda-code.c | 448 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()
|
| HD | tree-data-ref.c | 2649 gcd_steps_a_b = gcd (step_a, step_b); in compute_overlap_steps_for_affine_univar()
|
| HD | ChangeLog-2006 | 11272 (gcd): Moved... 11322 * lambda.h (gcd): ... here. 11324 * lambda-code.c (gcd, gcd_vector): Removed.
|
| HD | ChangeLog-2005 | 8716 check if A == gcd (A, B). Remove TYPE argument.
|
| HD | ChangeLog-2004 | 8983 (gcd): New static duplicated function.
|
| /trueos/sbin/geom/misc/ |
| HD | subr.c | 68 gcd(unsigned int a, unsigned int b) in gcd() function 87 return ((a * b) / gcd(a, b)); in g_lcm()
|
| /trueos/sys/geom/shsec/ |
| HD | g_shsec.c | 89 gcd(u_int a, u_int b) in gcd() function 108 return ((a * b) / gcd(a, b)); in lcm()
|
| /trueos/sys/geom/concat/ |
| HD | g_concat.c | 76 gcd(u_int a, u_int b) in gcd() function 95 return ((a * b) / gcd(a, b)); in lcm()
|
| /trueos/sys/geom/stripe/ |
| HD | g_stripe.c | 104 gcd(u_int a, u_int b) in gcd() function 123 return ((a * b) / gcd(a, b)); in lcm()
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 6680 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/ |
| HD | config.h.in | 372 /* Define if os support gcd. */
|
| /trueos/sys/dev/sound/pci/hda/ |
| HD | hdaa.c | 2028 gcd(unsigned a, unsigned b) in gcd() function 2047 return ((a * b) / gcd(a, b)); in lcm()
|
| /trueos/crypto/openssl/doc/ |
| HD | ssleay.txt | 5487 the 2 primes required due to gcd(prime,e value) != 0,
|