| /src/external/lgpl3/mpfr/dist/tests/ |
| terf.c | 1 /* Test file for mpfr_erf and mpfr_erfc. 29 #define TEST_FUNCTION mpfr_erfc 369 mpfr_erfc (y, x, MPFR_RNDN); 372 printf ("mpfr_erfc failed for x=NaN\n"); 377 mpfr_erfc (y, x, MPFR_RNDN); 387 mpfr_erfc (y, x, MPFR_RNDN); 397 mpfr_erfc (y, x, MPFR_RNDN); 420 mpfr_erfc (y, x, MPFR_RNDN); 424 printf ("mpfr_erfc failed for large x (1)\n"); 429 printf ("mpfr_erfc sets incorrect flags for large x (1)\n") [all...] |
| terandom_chisq.c | 63 mpfr_erfc (q, q, rnd); /* erfc(...) */
|
| tnrandom_chisq.c | 64 mpfr_erfc (q, q, rnd); /* erfc(...) */
|
| taway.c | 454 test2 (mpfr_erfc, "mpfr_erfc");
|
| reuse.c | 653 test2 (mpfr_erfc, "mpfr_erfc", p, (mpfr_rnd_t) rnd);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| erfc.c | 0 /* 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
|
| mpfr.h | 758 __MPFR_DECLSPEC int mpfr_erfc (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| fold-const-call.cc | 797 return do_mpfr_arg1 (result, mpfr_erfc, arg, format);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| fold-const-call.cc | 786 return do_mpfr_arg1 (result, mpfr_erfc, arg, format);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 2796 mpfr_erfc (result->value.real, x->value.real, GFC_RND_MODE); 2828 mpfr_erfc (a, a, GFC_RND_MODE);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 2767 mpfr_erfc (result->value.real, x->value.real, GFC_RND_MODE); 2799 mpfr_erfc (a, a, GFC_RND_MODE);
|
| /src/external/gpl3/binutils.old/dist/ |
| configure | 9111 mpfr_erfc (n, x, MPFR_RNDN);
|
| /src/external/gpl3/gcc/dist/ |
| configure | 8366 mpfr_erfc (n, x, MPFR_RNDN);
|
| /src/external/gpl3/gcc.old/dist/ |
| configure | 8273 mpfr_erfc (n, x, MPFR_RNDN);
|
| /src/external/gpl3/gdb/dist/ |
| configure | 9111 mpfr_erfc (n, x, MPFR_RNDN);
|
| /src/external/gpl3/gdb.old/dist/ |
| configure | 9111 mpfr_erfc (n, x, MPFR_RNDN);
|
| /src/external/gpl3/binutils/dist/ |
| configure | 9253 mpfr_erfc (n, x, MPFR_RNDN);
|