Lines Matching refs:c42
34 *c42,*c43, *c44, *c45, *t0, *t1; variable
54 mp_madd(c42, c1, t0); in testsimpel()
61 testmcmp(c42, t0, "msub1"); in testsimpel()
62 mp_move(c42, t0); in testsimpel()
63 testmcmp(c42, t0, "move0"); in testsimpel()
66 testmcmp(c42, t2, "xtom"); in testsimpel()
90 mp_msqrt(c42, t0, t1); in testmsqrt()
101 mp_mdiv(c42, c5, t0, t1); in testdiv()
109 mp_sdiv(c42, 5, t0, &ro); in testdiv()
129 testmcmp(t0, c42, "mmult1"); in testmult()
172 c42 = mp_itom(42); in main()
201 mp_mfree(c42); in main()