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

  /src/external/lgpl3/mpfr/dist/tests/
tfmma.c 1 /* Test file for mpfr_fmma and mpfr_fmms.
25 /* check both mpfr_fmma and mpfr_fmms */
39 inex_res = mpfr_fmma (res, a, b, c, d, rnd);
47 printf ("mpfr_fmma failed for p=%ld rnd=%s\n",
157 inex = mpfr_fmma (res, a, b, c, d, (mpfr_rnd_t) r);
214 inex2 = mpfr_fmma (y2, x, x, x, x, (mpfr_rnd_t) r);
296 mpfr_fmma (z2, a, a, c, d, rnd) :
333 mpfr_fmma (z2, a, a, c, d, rnd) :
394 inex = mpfr_fmma (y, h, x2, h, x2, (mpfr_rnd_t) r);
448 mpfr_fmma (z, x, y, x, y, MPFR_RNDN)
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
fmma.c 0 /* mpfr_fmma, mpfr_fmms -- Compute a*b +/- c*d
80 mpfr_fmma (mpfr_ptr z, mpfr_srcptr a, mpfr_srcptr b, mpfr_srcptr c, function
mpfr.h 802 __MPFR_DECLSPEC int mpfr_fmma (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr,
  /src/external/lgpl3/mpc/dist/src/
mul.c 192 inex_im = mpfr_fmma (mpc_imagref (rop), mpc_realref (x), mpc_imagref (y),

Completed in 18 milliseconds