Home
last modified time | relevance | path

Searched refs:mp_int_add (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_imath.c40 mp_int_add(rop, &temp, rop); in isl_imath_addmul_ui()
H A Disl_int_sioimath.h644 mp_int_add(isl_sioimath_bigarg_src(lhs, &scratchlhs), in isl_sioimath_add()
/netbsd-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c79 CHECK(mp_int_add(op1, op2, rop)); in GMPZAPI()
160 CHECK(mp_int_add(rop, temp, rop)); in GMPZAPI()
212 CHECK(mp_int_add(op1, temp, rop)); in GMPZAPI()
H A Dimrat.c221 return s_rat_combine(a, b, c, mp_int_add); in mp_rat_add()
295 if ((res = mp_int_add(MP_NUMER_P(c), &tmp, MP_NUMER_P(c))) != MP_OK) { in mp_rat_add_int()
828 if ((res = mp_int_add(MP_NUMER_P(r), &frac, MP_NUMER_P(r))) != MP_OK) { in mp_rat_read_cdecimal()
H A Dimath.h166 mp_result mp_int_add(mp_int a, mp_int b, mp_int c);
H A Dimath.c537 mp_result mp_int_add(mp_int a, mp_int b, mp_int c) { in mp_int_add() function
600 return mp_int_add(a, &vtmp, c); in mp_int_add_value()
864 REQUIRE(mp_int_add(out, m, c)); in mp_int_mod()
1260 REQUIRE(mp_int_add(TEMP(0), TEMP(7), TEMP(0))); in mp_int_egcd()
1272 REQUIRE(mp_int_add(TEMP(2), TEMP(7), TEMP(2))); in mp_int_egcd()
/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h68 #define mp_int_add isl_mp_int_add macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c100 mp_int_add(&u, p, &u); in rsa_private_calculate()