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

  /src/external/lgpl3/mpfr/dist/tests/
ty1.c 25 #define TEST_FUNCTION mpfr_y1
42 mpfr_y1 (y, x, MPFR_RNDN);
46 mpfr_y1 (y, x, MPFR_RNDN);
50 mpfr_y1 (y, x, MPFR_RNDN);
54 mpfr_y1 (y, x, MPFR_RNDN);
59 mpfr_y1 (y, x, MPFR_RNDN);
66 mpfr_y1 (y, x, MPFR_RNDN);
70 printf ("Error in mpfr_y1 for x=1, rnd=MPFR_RNDN\n");
77 mpfr_y1 (y, x, MPFR_RNDN);
80 printf ("Error in mpfr_y1 for x=-1, rnd=MPFR_RNDN\n")
    [all...]
taway.c 458 test2 (mpfr_y1, "mpfr_y1");
reuse.c 657 test2 (mpfr_y1, "mpfr_y1", p, (mpfr_rnd_t) rnd);
  /src/external/lgpl3/mpfr/dist/src/
yn.c 1 /* mpfr_y0, mpfr_y1, mpfr_yn -- Bessel functions of 2nd kind, integer order.
36 mpfr_y1 (mpfr_ptr res, mpfr_srcptr z, mpfr_rnd_t r) function
mpfr.h 782 __MPFR_DECLSPEC int mpfr_y1 (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 851 && do_mpfr_arg1 (result, mpfr_y1, arg, format));
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 832 && do_mpfr_arg1 (result, mpfr_y1, arg, format));
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 1627 mpfr_y1 (result->value.real, x->value.real, GFC_RND_MODE);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 1601 mpfr_y1 (result->value.real, x->value.real, GFC_RND_MODE);

Completed in 62 milliseconds