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

  /src/external/lgpl3/mpfr/dist/tests/
tmul_d.c 1 /* Test file for mpfr_mul_d
39 inexact = mpfr_mul_d (y, x, 1.0, MPFR_RNDN);
47 inexact = mpfr_mul_d (y, x, 1.0, MPFR_RNDN);
55 inexact = mpfr_mul_d (y, x, 0.0, MPFR_RNDN);
63 inexact = mpfr_mul_d (y, x, 1.0, MPFR_RNDN);
80 mpfr_mul_d (a, b, 0.5, MPFR_RNDF);
91 #define TEST_FUNCTION mpfr_mul_d
115 inexact = mpfr_mul_d (x, y, d, MPFR_RNDN);
118 printf ("Inexact flag error in mpfr_mul_d\n");
124 printf ("Error in mpfr_mul_d (");
    [all...]
terandom_chisq.c 61 mpfr_mul_d (t, t, 1.5, rnd); /* (3/2)*sqrt(nu) */
tnrandom_chisq.c 62 mpfr_mul_d (t, t, 1.5, rnd); /* (3/2)*sqrt(nu) */
  /src/external/lgpl3/mpfr/dist/src/
mul_d.c 0 /* mpfr_mul_d -- multiply a multiple precision floating-point number
27 mpfr_mul_d (mpfr_ptr a, mpfr_srcptr b, double c, mpfr_rnd_t rnd_mode) function
mpfr.h 608 __MPFR_DECLSPEC int mpfr_mul_d (mpfr_ptr, mpfr_srcptr, double, mpfr_rnd_t);

Completed in 21 milliseconds