HomeSort by: relevance | last modified time | path
    Searched defs:debug_mp (Results 1 - 20 of 20) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpq/
io.c 34 debug_mp (mpq_t x, int base) function
119 printf ("op1 = "); debug_mp (op1, -16);
120 printf ("op2 = "); debug_mp (op2, -16);
  /src/external/lgpl3/gmp/dist/tests/mpz/
io.c 35 debug_mp (mpz_t x, int base) function
134 printf ("op1 = "); debug_mp (op1, -16);
135 printf ("op2 = "); debug_mp (op2, -16);
t-addsub.c 27 void debug_mp (mpz_t, int);
112 fprintf (stderr, "op1 = "); debug_mp (op1, -16);
113 fprintf (stderr, "op2 = "); debug_mp (op2, -16);
118 debug_mp (mpz_t x, int base) function
t-sqrtrem.c 27 void debug_mp (mpz_t, int);
112 fprintf (stderr, "x2 = "); debug_mp (x2, -16);
113 fprintf (stderr, "x = "); debug_mp (x, -16);
114 fprintf (stderr, "remainder = "); debug_mp (rem, -16);
119 debug_mp (mpz_t x, int base) function
logic.c 27 void debug_mp (mpz_t, int);
191 debug_mp (mpz_t x, int base) function
t-fdiv.c 28 void debug_mp (mpz_t, int);
137 fprintf (stderr, "dividend = "); debug_mp (dividend, -16);
138 fprintf (stderr, "divisor = "); debug_mp (divisor, -16);
143 debug_mp (mpz_t x, int base) function
t-root.c 27 void debug_mp (mpz_t, int);
55 debug_mp (x2, 10);
56 debug_mp (root1, 10);
57 debug_mp (root2, 10);
65 debug_mp (temp, 10);
66 debug_mp (root1, 10);
81 debug_mp (x2, 10);
82 debug_mp (root1, 10);
171 debug_mp (mpz_t x, int base) function
t-tdiv.c 28 void debug_mp (mpz_t, int);
136 fprintf (stderr, "dividend = "); debug_mp (dividend, -16);
137 fprintf (stderr, "divisor = "); debug_mp (divisor, -16);
142 debug_mp (mpz_t x, int base) function
convert.c 29 void debug_mp (mpz_t, int);
120 fprintf (stderr, "op1 = "); debug_mp (op1, -16);
121 fprintf (stderr, "op2 = "); debug_mp (op2, -16);
151 fprintf (stderr, "op1 = "); debug_mp (op1, -16);
183 debug_mp (mpz_t x, int base) function
t-cdiv_ui.c 28 void debug_mp (mpz_t, int);
149 fprintf (stderr, "dividend = "); debug_mp (dividend, -16);
155 debug_mp (mpz_t x, int base) function
t-fdiv_ui.c 28 void debug_mp (mpz_t, int);
149 fprintf (stderr, "dividend = "); debug_mp (dividend, -16);
155 debug_mp (mpz_t x, int base) function
t-lucm.c 28 void debug_mp (mpz_t, int);
116 debug_mp (base, -16);
117 debug_mp (exp, -16);
118 debug_mp (mod, -16);
120 debug_mp (r1, -16);
122 debug_mp (r2, -16);
141 debug_mp (mpz_t x, int base) function
t-powm.c 28 void debug_mp (mpz_t, int);
164 debug_mp (base, -16);
165 debug_mp (exp, -16);
166 debug_mp (mod, -16);
168 debug_mp (r1, -16);
170 debug_mp (r2, -16);
183 debug_mp (base, -16);
184 debug_mp (exp, -16);
185 debug_mp (mod, -16);
187 debug_mp (r1, -16)
209 debug_mp (mpz_t x, int base) function
    [all...]
t-remove.c 27 void debug_mp (mpz_t);
83 fprintf (stderr, " op1 = "); debug_mp (dividend);
84 fprintf (stderr, " op2 = "); debug_mp (divisor);
85 fprintf (stderr, "refdest = "); debug_mp (refdest);
86 fprintf (stderr, " dest = "); debug_mp (dest);
128 debug_mp (mpz_t x) function
t-tdiv_ui.c 28 void debug_mp (mpz_t, int);
149 fprintf (stderr, "dividend = "); debug_mp (dividend, -16);
155 debug_mp (mpz_t x, int base) function
t-gcd.c 28 void debug_mp (mpz_t, int);
308 debug_mp (mpz_t x, int base) function
322 fprintf (stderr, "op1="); debug_mp (op1, -16);
323 fprintf (stderr, "op2="); debug_mp (op2, -16);
334 fprintf (stderr, "op1="); debug_mp (op1, -16);
335 fprintf (stderr, "op2="); debug_mp (op2, -16);
336 fprintf (stderr, "expected result:\n"); debug_mp (ref, -16);
337 fprintf (stderr, "mpz_gcdext returns:\n");debug_mp (gcd1, -16);
345 fprintf (stderr, "op1="); debug_mp (op1, -16);
346 fprintf (stderr, "op2="); debug_mp (op2, -16)
    [all...]
t-mul.c 28 void debug_mp (mpz_t);
188 fprintf (stderr, "op1 = "); debug_mp (op1);
189 fprintf (stderr, "op2 = "); debug_mp (op2);
190 fprintf (stderr, " product = "); debug_mp (product);
191 fprintf (stderr, "ref_product = "); debug_mp (ref_product);
203 debug_mp (mpz_t x) function
t-bit.c 32 debug_mp (mpz_srcptr x, int base) function
201 printf ("z neg "); debug_mp (z, -16);
203 printf ("pos "); debug_mp (z, -16);
205 printf ("neg "); debug_mp (z, -16);
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-hgcd.c 28 static void debug_mp (mpz_t, int);
87 fprintf (stderr, "op1="); debug_mp (op1, -16);
88 fprintf (stderr, "op2="); debug_mp (op2, -16);
173 debug_mp (mpz_t x, int base) function
247 fprintf (stderr, "op1="); debug_mp (a, -16);
248 fprintf (stderr, "op2="); debug_mp (b, -16);
261 fprintf (stderr, "op1="); debug_mp (a, -16);
262 fprintf (stderr, "op2="); debug_mp (b, -16);
t-hgcd_appr.c 29 static void debug_mp (mpz_t, int);
154 debug_mp (mpz_t x, int base) function
266 fprintf (stderr, "op1="); debug_mp (a, -16);
267 fprintf (stderr, "op2="); debug_mp (b, -16);
430 fprintf (stderr, "ref_r0 too small!!!: "); debug_mp (ref_r0, 16);
435 fprintf (stderr, "ref_r1 too small!!!: "); debug_mp (ref_r1, 16);
443 fprintf (stderr, "ref |r0 - r1| too large!!!: "); debug_mp (t, 16);
475 fprintf (stderr, "appr_r0 too small: "); debug_mp (appr_r0, 16);
485 fprintf (stderr, "appr_r1 too small: "); debug_mp (appr_r1, 16);
494 fprintf (stderr, "|r0 - r1| too small: "); debug_mp (t, 16)
    [all...]

Completed in 33 milliseconds