HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_div_d (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tdiv_d.c 1 /* Test file for mpfr_div_d
39 inexact = mpfr_div_d (y, x, 1.0, MPFR_RNDN);
47 inexact = mpfr_div_d (y, x, 1.0, MPFR_RNDN);
56 inexact = mpfr_div_d (y, x, 1.0, MPFR_RNDN);
65 inexact = mpfr_div_d (y, x, 0.0, MPFR_RNDN);
73 inexact = mpfr_div_d (y, x, 0.0, MPFR_RNDN);
82 inexact = mpfr_div_d (y, x, 0.0, MPFR_RNDN);
92 #define TEST_FUNCTION mpfr_div_d
114 inexact = mpfr_div_d (x, y, d, MPFR_RNDN);
117 printf ("Inexact flag error in mpfr_div_d\n")
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
div_d.c 0 /* mpfr_div_d -- divide a multiple precision floating-point number
27 mpfr_div_d (mpfr_ptr a, mpfr_srcptr b, double c, mpfr_rnd_t rnd_mode) function
mpfr.h 609 __MPFR_DECLSPEC int mpfr_div_d (mpfr_ptr, mpfr_srcptr, double, mpfr_rnd_t);

Completed in 54 milliseconds