Home
last modified time | relevance | path

Searched refs:erfc (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/netbsd-tests/lib/libm/
HDt_erf.c198 ATF_CHECK(isnan(erfc(x)) != 0); in ATF_TC_BODY()
211 if (erfc(x) != 2.0) in ATF_TC_BODY()
224 double y = erfc(x); in ATF_TC_BODY()
/NextBSD/lib/msun/src/
HDs_erf.c250 erfc(double x) in erfc() function
308 __weak_reference(erfc, erfcl);
HDmath.h268 double erfc(double);
/NextBSD/contrib/libstdc++/include/tr1/
Dcmath61 #undef erfc
187 using ::erfc;
459 erfc(float __x)
463 erfc(long double __x)
468 erfc(_Tp __x)
471 return erfc(__type(__x));
Dmath.h54 using std::tr1::erfc;
/NextBSD/include/
HDtgmath.h168 #define erfc(x) __tg_simple(x, erfc) macro
/NextBSD/lib/msun/
HDSymbol.map85 erfc;
HDMakefile169 MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 erf.3 erfl.3 erf.3 erfcl.3
/NextBSD/tools/regression/include/tgmath/
HDtgmath.c109 TGMACRO_REAL(erfc) in TGMACRO_REAL()
494 PASS_REAL_ARG_REAL_RET(erfc)); in main()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h653 __tg_erfc(double __x) {return erfc(__x);} in __tg_erfc()
659 #undef erfc
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
/NextBSD/contrib/libc++/include/
Dcmath180 floating_point erfc (arithmetic x);
1158 // erfc
1160 using ::erfc;
1163 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return erfcf(__l…
1164 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return erfcl(__l…
1169 erfc(_A1 __lcpp_x) _NOEXCEPT {return erfc((double)__lcpp_x);}
/NextBSD/contrib/gcc/
HDsys-protos.h308 extern double erfc(double);
HDbuiltins.def217 DEF_C99_BUILTIN (BUILT_IN_ERFC, "erfc", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def948 LIBBUILTIN(erfc, "dd", "fne", "math.h", ALL_LANGUAGES)
/NextBSD/contrib/libstdc++/
Dacinclude.m41155 erfc(0.0);
Dconfigure30987 erfc(0.0);
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1615 fun:erfc=uninstrumented
/NextBSD/contrib/gcc/doc/
HDextend.texi5478 @findex erfc
5792 @code{erfcf}, @code{erfcl}, @code{erfc}, @code{erff}, @code{erfl},