Home
last modified time | relevance | path

Searched refs:mp_gcd (Results 1 – 4 of 4) sorted by relevance

/trueos/lib/libmp/
HDSymbol.map6 mp_gcd;
HDmp.h14 void mp_gcd(const MINT *, const MINT *, MINT *);
HDmpasbn.c143 mp_gcd(const MINT *mp1, const MINT *mp2, MINT *rmp) in mp_gcd() function
/trueos/lib/libmp/tests/
HDlegacy_test.c81 mp_gcd(c10, c15, t0); in testgcd()