HomeSort by: relevance | last modified time | path
    Searched refs:mpz_t (Results 1 - 25 of 410) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/fortran/
data.h 21 void gfc_get_section_index (gfc_array_ref *, mpz_t *, mpz_t *, int *);
22 bool gfc_assign_data_value (gfc_expr *, gfc_expr *, mpz_t, mpz_t *);
23 void gfc_advance_section (mpz_t *, gfc_array_ref *, mpz_t *, int *);
trans-const.h 22 tree gfc_conv_mpz_to_tree (mpz_t, int);
23 tree gfc_conv_mpz_to_tree_type (mpz_t, const tree);
24 void gfc_conv_tree_to_mpz (mpz_t, tree);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
data.h 21 void gfc_get_section_index (gfc_array_ref *, mpz_t *, mpz_t *);
22 bool gfc_assign_data_value (gfc_expr *, gfc_expr *, mpz_t, mpz_t *);
23 void gfc_advance_section (mpz_t *, gfc_array_ref *, mpz_t *);
trans-const.h 22 tree gfc_conv_mpz_to_tree (mpz_t, int);
23 tree gfc_conv_mpz_to_tree_type (mpz_t, const tree);
24 void gfc_conv_tree_to_mpz (mpz_t, tree);
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.h 77 typedef __mpz_struct mpz_t[1]; typedef
126 void mpz_init (mpz_t);
127 void mpz_init2 (mpz_t, mp_bitcnt_t);
128 void mpz_clear (mpz_t);
133 int mpz_sgn (const mpz_t);
134 int mpz_cmp_si (const mpz_t, long);
135 int mpz_cmp_ui (const mpz_t, unsigned long);
136 int mpz_cmp (const mpz_t, const mpz_t);
137 int mpz_cmpabs_ui (const mpz_t, unsigned long)
    [all...]
mini-mpq.h 63 int mpq_cmp_z (const mpq_t, const mpz_t);
68 void mpq_get_den (mpz_t, const mpq_t);
69 void mpq_get_num (mpz_t, const mpq_t);
78 void mpq_set_den (mpq_t, const mpz_t);
79 void mpq_set_num (mpq_t, const mpz_t);
83 void mpq_set_z (mpq_t, const mpz_t);
109 void mpz_set_q (mpz_t, const mpq_t);
mini-gmp.c 1416 mpz_init (mpz_t r)
1428 mpz_init2 (mpz_t r, mp_bitcnt_t bits)
1441 mpz_clear (mpz_t r)
1448 mpz_realloc (mpz_t r, mp_size_t size)
1464 /* Realloc for an mpz_t WHAT if it has less than NEEDED limbs. */
1472 mpz_set_si (mpz_t r, signed long int x)
1490 mpz_set_ui (mpz_t r, unsigned long int x)
1511 mpz_set (mpz_t r, const mpz_t x)
1528 mpz_init_set_si (mpz_t r, signed long int x
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
mini-random.h 23 void mini_urandomb (mpz_t, unsigned long);
24 void mini_rrandomb (mpz_t, unsigned long);
25 void mini_rrandomb_export (mpz_t r, void *dst, size_t *countp,
29 void mini_random_op2 (enum hex_random_op, unsigned long, mpz_t, mpz_t);
30 void mini_random_op3 (enum hex_random_op, unsigned long, mpz_t, mpz_t, mpz_t);
31 void mini_random_op4 (enum hex_random_op, unsigned long, mpz_t, mpz_t, mpz_t, mpz_t)
    [all...]
testutils.h 34 dump (const char *label, const mpz_t x);
41 mpz_lucas_mod (mpz_t V, mpz_t Qk, long Q,
42 mp_bitcnt_t b0, const mpz_t n);
mini-random.c 26 set_str (mpz_t r, const char *s)
36 mini_urandomb (mpz_t r, unsigned long bits)
45 mini_rrandomb (mpz_t r, unsigned long bits)
54 mini_rrandomb_export (mpz_t r, void *dst, size_t *countp,
65 mpz_t a, mpz_t r)
80 mpz_t a, mpz_t b, mpz_t r)
98 mpz_t a, mpz_t b, mpz_t c, mpz_t d
    [all...]
t-root.c 31 rootrem_valid_p (const mpz_t u, const mpz_t s, const mpz_t r, unsigned long z)
33 mpz_t t;
66 mpz_t u, s, r, bs;
  /src/external/mit/isl/dist/include/isl/
val_gmp.h 11 __isl_give isl_val *isl_val_int_from_gmp(isl_ctx *ctx, mpz_t z);
13 const mpz_t n, const mpz_t d);
14 int isl_val_get_num_gmp(__isl_keep isl_val *v, mpz_t z);
15 int isl_val_get_den_gmp(__isl_keep isl_val *v, mpz_t z);
  /src/external/lgpl3/gmp/dist/tests/rand/
gmpstat.h 41 mpz_t X[],
61 spectral_test (mpf_t rop[], unsigned int T, mpz_t a, mpz_t m);
63 vz_dot (mpz_t rop, mpz_t V1[], mpz_t V2[], unsigned int n);
68 merit (mpf_t rop, unsigned int t, mpf_t v, mpz_t m);
70 merit_u (unsigned int t, mpf_t v, mpz_t m);
73 void zdiv_round (mpz_t rop, mpz_t n, mpz_t d)
    [all...]
zdiv_round.c 23 zdiv_round (mpz_t rop, mpz_t n, mpz_t d)
  /src/external/lgpl3/mpfr/dist/src/
mpfr-mini-gmp.h 65 int mpz_perfect_square_p (const mpz_t);
70 void mpz_addmul_ui (mpz_t, const mpz_t, unsigned long);
81 void mpz_urandomb (mpz_t, gmp_randstate_t, mp_bitcnt_t);
112 void mpz_submul (mpz_t, const mpz_t, const mpz_t);
117 void mpz_addmul (mpz_t, const mpz_t, const mpz_t);
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-remove.c 27 void debug_mp (mpz_t);
28 unsigned long int mpz_refremove (mpz_t, const mpz_t, const mpz_t);
34 mpz_t t, dest, refdest, dividend, divisor;
40 mpz_t bs;
98 mpz_refremove (mpz_t dest, const mpz_t src, const mpz_t f)
107 mpz_t rem, x
    [all...]
t-sqrtrem.c 26 void dump_abort (mpz_t, mpz_t, mpz_t);
27 void debug_mp (mpz_t, int);
32 mpz_t x2;
33 mpz_t x, rem;
34 mpz_t temp, temp2;
39 mpz_t bs;
109 dump_abort (mpz_t x2, mpz_t x, mpz_t rem
    [all...]
t-fdiv.c 27 void dump_abort (mpz_t, mpz_t);
28 void debug_mp (mpz_t, int);
33 mpz_t dividend, divisor;
34 mpz_t quotient, remainder;
35 mpz_t quotient2, remainder2;
36 mpz_t temp;
41 mpz_t bs;
134 dump_abort (mpz_t dividend, mpz_t divisor
    [all...]
t-tdiv.c 27 void dump_abort (mpz_t, mpz_t);
28 void debug_mp (mpz_t, int);
33 mpz_t dividend, divisor;
34 mpz_t quotient, remainder;
35 mpz_t quotient2, remainder2;
36 mpz_t temp;
41 mpz_t bs;
133 dump_abort (mpz_t dividend, mpz_t divisor
    [all...]
t-mul.c 28 void debug_mp (mpz_t);
29 static void refmpz_mul (mpz_t, const mpz_t, const mpz_t);
30 void dump_abort (int, const char *, mpz_t, mpz_t, mpz_t, mpz_t);
37 one (int i, mpz_t multiplicand, mpz_t multiplier
    [all...]
t-addsub.c 27 void debug_mp (mpz_t, int);
28 void dump_abort (int, const char *, mpz_t, mpz_t);
33 mpz_t op1, op2, r1, r2;
39 mpz_t bs;
109 dump_abort (int i, const char *s, mpz_t op1, mpz_t op2)
118 debug_mp (mpz_t x, int base)
t-gcd.c 27 void one_test (mpz_t, mpz_t, mpz_t, int);
28 void debug_mp (mpz_t, int);
30 static int gcdext_valid_p (const mpz_t, const mpz_t, const mpz_t, const mpz_t);
34 mpz_t gcd1, gcd2, s, temp1, temp2, temp3;
65 mpz_t a, b, got, want
    [all...]
  /src/external/lgpl3/gmp/dist/rand/
randsdui.c 38 mpz_t zseed;
  /src/external/lgpl3/gmp/dist/
bootstrap.c 92 mpz_preinv_invert (mpz_t inv, const mpz_t d, int numb_bits)
94 mpz_t t;
110 mpz_invert_2exp (mpz_t r, const mpz_t a, unsigned long n)
113 mpz_t inv, prod;
139 mpz_invert_ui_2exp (mpz_t r, unsigned long a, unsigned long n)
141 mpz_t az;
gen-trialdivtab.c 52 int sumspills (mpz_t, mpz_t *, int);
53 void mpn_mod_1s_4p_cps (mpz_t [7], mpz_t);
57 mpz_t B;
63 mpz_t ppp, acc, inv, gmp_numb_max, tmp, Bhalf;
64 mpz_t pre[7];
220 mpz_log2 (mpz_t x)
226 mpn_mod_1s_4p_cps (mpz_t cps[7], mpz_t bparm
    [all...]

Completed in 161 milliseconds

1 2 3 4 5 6 7 8 91011>>