Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_sub_d

905      res = mp_sub_d(a, b, c);
5391 if ((res = mp_sub_d (&t1, 1, &t1)) != MP_OKAY) {
5770 if ((err = mp_sub_d (&n1, 1, &n1)) != MP_OKAY) {
5919 if ((err = mp_sub_d(a, (a->dp[0] & 3) + 1, a)) != MP_OKAY) { return err; };
5924 if ((err = mp_sub_d(a, 1, a)) != MP_OKAY) {
6165 if ((err = mp_sub_d(a, 1, a)) != MP_OKAY) { goto error; }
7538 mp_sub_d (mp_int * a, mp_digit b, mp_int * c)