Searched refs:mpfr_erfc (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/mpfr/tests/
H A Dterf.c1 /* Test file for mpfr_erf and mpfr_erfc.
33 #define TEST_FUNCTION mpfr_erfc
373 mpfr_erfc (y, x, MPFR_RNDN);
376 printf ("mpfr_erfc failed for x=NaN\n");
381 mpfr_erfc (y, x, MPFR_RNDN);
391 mpfr_erfc (y, x, MPFR_RNDN);
401 mpfr_erfc (y, x, MPFR_RNDN);
424 mpfr_erfc (y, x, MPFR_RNDN);
428 printf ("mpfr_erfc failed for large x (1)\n");
433 printf ("mpfr_erfc set
[all...]
H A Dtaway.c447 test2 (mpfr_erfc, "mpfr_erfc");
H A Dreuse.c635 test2 (mpfr_erfc, "mpfr_erfc", p, (mpfr_rnd_t) rnd);
/haiku-buildtools/gcc/mpfr/src/
H A Derfc.c0 /* mpfr_erfc -- The Complementary Error Function of a floating-point number
124 mpfr_erfc (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd) function
H A Dmpfr.h648 __MPFR_DECLSPEC int mpfr_erfc _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,mpfr_rnd_t));
/haiku-buildtools/gcc/gcc/fortran/
H A Dsimplify.c2004 mpfr_erfc (result->value.real, x->value.real, GFC_RND_MODE);
2036 mpfr_erfc (a, a, GFC_RND_MODE);
/haiku-buildtools/gcc/gcc/
H A Dbuiltins.c10237 return do_mpfr_arg1 (arg0, type, mpfr_erfc, NULL, NULL, 0);
/haiku-buildtools/gcc/
H A Dconfigure5791 mpfr_erfc (n, x, GMP_RNDN);
/haiku-buildtools/binutils/
H A Dconfigure5823 mpfr_erfc (n, x, GMP_RNDN);

Completed in 290 milliseconds