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

  /src/external/lgpl3/mpfr/dist/tests/
reuse.c 95 mpfr_t ref1, ref2, ref3; local
104 mpfr_init2 (ref3, prec);
112 set_special (ref3, i / SPECIAL_MAX);
115 testfunc (ref1, ref2, ref3, rnd);
119 testfunc (res1, res1, ref3, rnd);
125 DISP("a=", ref2); DISP2(", c=", ref3);
132 mpfr_set (res1, ref3, rnd);
137 DISP("b=", ref2); DISP2(", a=", ref3);
144 mpfr_set (ref3, ref2, rnd);
145 testfunc (ref1, ref2, ref3, rnd)
306 unsigned int ref3; local
350 mpfr_t ref1, ref3; local
472 mpfr_t ref1, ref2, ref3; local
535 mpfr_t ref1, ref2, ref3; local
    [all...]
taway.c 99 mpfr_t ref1, ref2, ref3; local
111 mpfr_init2 (ref3, p3);
119 set_special (ref3, i/SPECIAL_MAX);
121 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA);
123 inexd = testfunc (ref1, ref2, ref3, r);
128 DISP("x=",ref2); DISP2(", y=",ref3);
138 mpfr_clear (ref3);
204 unsigned int ref3; local
218 ref3 can be 0 or any number */
222 ref3 = i / SPECIAL_MAX == 0 ? 0 : randlimb ()
248 mpfr_t ref1, ref3; local
332 mpfr_t ref1, ref2, ref3; local
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-reuse.c 154 mpz_t ref1, ref2, ref3; local
168 mpz_init (ref3);
398 mpz_gcdext (ref1, ref2, ref3, in1, in2);
401 mpz_check_format (ref3);
409 || mpz_cmp (ref3, res3) != 0)
418 || mpz_cmp (ref3, res3) != 0)
427 || mpz_cmp (ref3, res3) != 0)
436 || mpz_cmp (ref3, res3) != 0)
445 || mpz_cmp (ref3, res3) != 0)
454 || mpz_cmp (ref3, res3) != 0
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
reuse.c 215 mpz_t ref1, ref2, ref3; local
234 mpz_init (ref3);
481 mpz_gcdext (ref1, ref2, ref3, in1, in2);
484 MPZ_CHECK_FORMAT (ref3);
492 || mpz_cmp (ref3, res3) != 0) \
583 mpz_set_si (ref3, mpz_sgn (in1));
591 || mpz_cmp (ref3, res3) != 0) \
755 mpz_clear (ref3);

Completed in 25 milliseconds