Searched defs:gcd (Results 1 – 8 of 8) sorted by relevance
121 gcd(a, b) in gcd() function
112 gcd(int a, int b) in gcd() function
102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
38 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
119 gcd(int a, int b) in gcd() function
2025 mp_int gcd, prod; in mp_lcm() local
164 constexpr int gcd(int a, int b) { in gcd() function
2544 static const APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function