Lines Matching refs:c2
35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
105 testmcmp(t1, c2, "mdiv1"); in testdiv()
109 testmcmp(t1, c2, "mdiv3"); in testdiv()
114 testmcmp(t2, c2, "sdiv1"); in testdiv()
120 testmcmp(t2, c2, "sdiv3"); in testdiv()
128 mp_mult(c5, c2, t0); in testmult()
138 mp_pow(c2, c3, c10, t0); in testpow()
140 mp_pow(c2, c3, c3, t0); in testpow()
141 testmcmp(t0, c2, "pow1"); in testpow()
142 mp_rpow(c2, 3, t0); in testpow()
165 c2 = mp_itom(2); in main()
194 mp_mfree(c2); in main()