Searched refs:testmcmp (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libmp/tests/ |
H A D | legacy_test.c | 38 testmcmp(const MINT *mp1, const MINT *mp2, const char *tname) in testmcmp() function 55 testmcmp(c43, t0, "madd0"); in testsimpel() 57 testmcmp(c44, t0, "madd1"); in testsimpel() 59 testmcmp(c43, t0, "msub0"); in testsimpel() 61 testmcmp(c42, t0, "msub1"); in testsimpel() 63 testmcmp(c42, t0, "move0"); in testsimpel() 66 testmcmp(c42, t2, "xtom"); in testsimpel() 80 testmcmp(t0, c5, "gcd0"); in testgcd() 88 testmcmp(t0, c5, "msqrt0"); in testmsqrt() 89 testmcmp(t1, c0, "msqrt1"); in testmsqrt() [all …]
|