Home
last modified time | relevance | path

Searched refs:euclid (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/Generic/
D2003-07-06-BadIntCmp.ll12 ;; is wrong because the value being compared (int euclid = x*x + y*y)
/external/boringssl/src/crypto/bn/
Dgcd.c115 static BIGNUM *euclid(BIGNUM *a, BIGNUM *b) { in euclid() function
210 t = euclid(a, b); in BN_gcd()