HomeSort by relevance Sort by last modified time
    Searched full:egcd (Results 1 - 1 of 1) sorted by null

  /external/avb/
avbtool 270 def egcd(a, b): function
287 g, y, x = egcd(b % a, a)
306 gcd, x, _ = egcd(a, m)
    [all...]

Completed in 55 milliseconds