Searched refs:mp_int_add (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_imath.c | 40 mp_int_add(rop, &temp, rop); in isl_imath_addmul_ui()
|
| H A D | isl_int_sioimath.h | 644 mp_int_add(isl_sioimath_bigarg_src(lhs, &scratchlhs), in isl_sioimath_add()
|
| /netbsd-src/external/mit/isl/dist/imath/ |
| H A D | gmp_compat.c | 79 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 D | imrat.c | 221 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 D | imath.h | 166 mp_result mp_int_add(mp_int a, mp_int b, mp_int c);
|
| H A D | imath.c | 537 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 D | wrap.h | 68 #define mp_int_add isl_mp_int_add macro
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | rsa-gmp.c | 100 mp_int_add(&u, p, &u); in rsa_private_calculate()
|