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

  /src/external/lgpl3/mpfr/dist/tests/
tconst_pi.c 140 mpfr_t x, x_ref; local
166 mpfr_init2 (x_ref, MPFR_PREC_MIN);
172 mpfr_set_prec (x_ref, p);
178 inex_ref = mpfr_const_pi_internal (x_ref, (mpfr_rnd_t) r);
179 if (inex != inex_ref || mpfr_cmp (x, x_ref) != 0)
185 mpfr_dump (x_ref);
192 mpfr_clear (x_ref);

Completed in 24 milliseconds