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

  /src/external/lgpl3/mpfr/dist/tests/
tlgamma.c 30 inex = mpfr_lgamma (y, &sign, x, rnd);
64 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
72 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
81 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
90 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
100 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
109 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
117 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
126 mpfr_lgamma (y, &sign, x, MPFR_RNDN);
141 mpfr_lgamma (y, &sign, x, MPFR_RNDN)
    [all...]
tgamma.c 496 mpfr_lgamma (z, &sign, x, MPFR_RNDU);
518 mpfr_lgamma (z, &sign, x, MPFR_RNDU);
907 inexd = mpfr_lgamma (yd, &sign, x, MPFR_RNDD);
  /src/external/lgpl3/mpfr/dist/src/
lngamma.c 74 MPFR_BLOCK (flags1, inex1 = mpfr_lgamma (s1, &sign, x, MPFR_RNDD));
761 mpfr_lgamma (mpfr_ptr y, int *signp, mpfr_srcptr x, mpfr_rnd_t rnd) function
mpfr.h 773 __MPFR_DECLSPEC int mpfr_lgamma (mpfr_ptr, int *, mpfr_srcptr, mpfr_rnd_t);
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 11924 /* If ARG is a REAL_CST, call mpfr_lgamma() on it and return the
11964 inexact = mpfr_lgamma (m, &sg, m, rnd);
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 4739 mpfr_lgamma (result->value.real, &sg, x->value.real, GFC_RND_MODE);
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 10708 /* If ARG is a REAL_CST, call mpfr_lgamma() on it and return the
10749 inexact = mpfr_lgamma (m, &sg, m, rnd);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 4684 mpfr_lgamma (result->value.real, &sg, x->value.real, GFC_RND_MODE);

Completed in 42 milliseconds