Home | History | Annotate | Download | only in mtest

Lines Matching refs:rtmp

1146   mp_int   qtmp, rtmp;
1190 if((res = mp_init_copy(&rtmp, b)) != MP_OKAY)
1193 if((res = s_mp_div(&qtmp, &rtmp)) != MP_OKAY)
1197 SIGN(&rtmp) = SIGN(a); /* Sr = Sa */
1205 if(s_mp_cmp_d(&rtmp, 0) == MP_EQ)
1206 SIGN(&rtmp) = MP_ZPOS;
1213 s_mp_exch(&rtmp, r);
1216 mp_clear(&rtmp);