Searched refs:erfc (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/netbsd-tests/lib/libm/ |
| HD | t_erf.c | 198 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/ |
| HD | s_erf.c | 250 erfc(double x) in erfc() function 308 __weak_reference(erfc, erfcl);
|
| HD | math.h | 268 double erfc(double);
|
| /NextBSD/contrib/libstdc++/include/tr1/ |
| D | cmath | 61 #undef erfc 187 using ::erfc; 459 erfc(float __x) 463 erfc(long double __x) 468 erfc(_Tp __x) 471 return erfc(__type(__x));
|
| D | math.h | 54 using std::tr1::erfc;
|
| /NextBSD/include/ |
| HD | tgmath.h | 168 #define erfc(x) __tg_simple(x, erfc) macro
|
| /NextBSD/lib/msun/ |
| HD | Symbol.map | 85 erfc;
|
| HD | Makefile | 169 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/ |
| HD | tgmath.c | 109 TGMACRO_REAL(erfc) in TGMACRO_REAL() 494 PASS_REAL_ARG_REAL_RET(erfc)); in main()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 653 __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/ |
| D | cmath | 180 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/ |
| HD | sys-protos.h | 308 extern double erfc(double);
|
| HD | builtins.def | 217 DEF_C99_BUILTIN (BUILT_IN_ERFC, "erfc", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 948 LIBBUILTIN(erfc, "dd", "fne", "math.h", ALL_LANGUAGES)
|
| /NextBSD/contrib/libstdc++/ |
| D | acinclude.m4 | 1155 erfc(0.0);
|
| D | configure | 30987 erfc(0.0);
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1615 fun:erfc=uninstrumented
|
| /NextBSD/contrib/gcc/doc/ |
| HD | extend.texi | 5478 @findex erfc 5792 @code{erfcf}, @code{erfcl}, @code{erfc}, @code{erff}, @code{erfl},
|