Lines Matching +full:3 +full:- +full:c45
1 /*-
34 *c42,*c43, *c44, *c45, *t0, *t1; variable
42 printf("ok %d - %s\n", ++tnr, tname); in testmcmp()
44 printf("not ok - %d %s\n", ++tnr, tname); in testmcmp()
69 printf("ok %d - %s\n", ++tnr, "mtox0"); in testsimpel()
71 printf("not ok %d - %s\n", ++tnr, "mtox0"); in testsimpel()
140 mp_rpow(c2, 3, t0); in testpow()
145 * This program performs some very basic tests of libmp(3). It is by
157 * Init "constants" variables - done in this somewhat in main()
164 c3 = mp_itom(3); in main()
175 c45 = mp_itom(45); in main()
204 mp_mfree(c45); in main()