HomeSort by: relevance | last modified time | path
    Searched refs:mp_small (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.h 41 typedef long mp_small; /* must be a signed type */ typedef
131 mp_result mp_int_init_value(mp_int z, mp_small value);
137 mp_result mp_int_set_value(mp_int z, mp_small value);
169 mp_result mp_int_add_value(mp_int a, mp_small value, mp_int c);
175 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c);
181 mp_result mp_int_mul_value(mp_int a, mp_small value, mp_int c);
184 mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c);
200 mp_result mp_int_div_value(mp_int a, mp_small value, mp_int q, mp_small *r);
206 mp_result mp_int_div_pow2(mp_int a, mp_small p2, mp_int q, mp_int r)
    [all...]
imrat.h 84 mp_result mp_rat_set_value(mp_rat r, mp_small numer, mp_small denom);
158 mp_result mp_rat_expt(mp_rat a, mp_small b, mp_rat c);
172 int mp_rat_compare_value(mp_rat r, mp_small n, mp_small d);
180 mp_result mp_rat_to_ints(mp_rat r, mp_small *num, mp_small *den);
imath.c 228 static void s_fake(mp_int z, mp_small value, mp_digit vbuf[]);
241 static int s_vcmp(mp_int a, mp_small v);
301 static int s_2expt(mp_int z, mp_small k);
427 mp_result mp_int_init_value(mp_int z, mp_small value) {
443 mp_result mp_int_set_value(mp_int z, mp_small value) {
594 mp_result mp_int_add_value(mp_int a, mp_small value, mp_int c) {
656 mp_result mp_int_sub_value(mp_int a, mp_small value, mp_int c) {
715 mp_result mp_int_mul_value(mp_int a, mp_small value, mp_int c) {
724 mp_result mp_int_mul_pow2(mp_int a, mp_small p2, mp_int c) {
872 mp_result mp_int_div_value(mp_int a, mp_small value, mp_int q, mp_small *r)
    [all...]
imrat.c 105 mp_result mp_rat_set_value(mp_rat r, mp_small numer, mp_small denom) {
359 mp_result mp_rat_expt(mp_rat a, mp_small b, mp_rat c) {
434 int mp_rat_compare_value(mp_rat r, mp_small n, mp_small d) {
457 mp_result mp_rat_to_ints(mp_rat r, mp_small *num, mp_small *den) {
  /src/external/mit/isl/dist/
isl_test_imath.c 32 assert(sizeof(mp_small) == sizeof(long));
isl_int_sioimath.h 67 * - mp_small is signed long
391 mp_small small;
460 mp_small dummy;
473 mp_small result;

Completed in 54 milliseconds