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

  /src/external/lgpl3/mpfr/dist/tests/
tcan_round.c 231 mpfr_t x, xinf, xsup, yinf, ysup; local
239 mpfr_inits2 (4 * GMP_NUMB_BITS, x, xinf, xsup, yinf, ysup, (mpfr_ptr) 0);
246 mpfr_set_prec (yinf, precy);
286 mpfr_set (yinf, MPFR_IS_LIKE_RNDD (rnd1, 1) ?
290 expected = !! mpfr_equal_p (yinf, ysup);
303 printf ("yinf="); mpfr_dump (yinf);
313 mpfr_clears (x, xinf, xsup, yinf, ysup, (mpfr_ptr) 0);

Completed in 25 milliseconds