| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | math.t | 162 near(erfc(0.5), 0.479500122186953, "erfc 0.5", 1.5e-7); 163 near(erfc(1), 0.157299207050285, "erfc 1", 1.5e-7); 164 near(erfc(9), 0, "erfc 9", 1.5e-7);
|
| D | export.t | 162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 55 __DEVICE__ double erfc(double); 56 __DEVICE__ float erfc(float); 214 using ::erfc;
|
| D | __clang_cuda_cmath.h | 254 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc) 381 using ::erfc;
|
| D | __clang_hip_cmath.h | 218 __DEF_FUN1(float, erfc) 494 __HIP_OVERLOAD1(double, erfc) 664 using ::erfc;
|
| D | tgmath.h | 646 __tg_erfc(double __x) {return erfc(__x);} in __tg_erfc() 652 #undef erfc 653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
|
| D | __clang_cuda_math.h | 95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
|
| D | __clang_hip_math.h | 768 double erfc(double __x) { return __ocml_erfc_f64(__x); }
|
| /openbsd/src/lib/libm/src/ |
| D | s_erf.c | 242 erfc(double x) in erfc() function 301 DEF_STD(erfc); 302 LDBL_MAYBE_CLONE(erfc);
|
| /openbsd/src/regress/lib/libm/fpaccuracy/ |
| D | erfc.c | 25 #define F erfc
|
| D | Makefile | 5 atanh.c cos.c cosh.c erf.c erfc.c exp.c fpaccuracy.c j0.c \
|
| /openbsd/src/regress/lib/libm/cephes/ |
| D | testvect.c | 72 double erfc (double); 232 {"erfc", erfc, &NAN, &NAN, 0}, 233 {"erfc", erfc, &INF, &ZERO, 0}, 234 {"erfc", erfc, &MINF, &TWO, 0},
|
| /openbsd/src/include/ |
| D | tgmath.h | 127 #define erfc(x) __tg_simple(x, erfc) macro
|
| D | math.h | 220 double erfc(double);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/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;
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 48 __DEVICE__ float erfc(float __x) { return ::erfcf(__x); } 103 __DEVICE__ float erfc(float __x) { return ::erfcf(__x); }
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | ScalarFuncs.def | 64 TLI_DEFINE_SCALAR_MASS_FUNC("erfc", "__xl_erfc")
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 117 erfc;
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 66 PROTO_NORMAL(erfc);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 1084 inline _LIBCPP_HIDE_FROM_ABI float erfc(float __x) _NOEXCEPT {return __builtin_erfcf(__… in erfc() function 1087 _LIBCPP_HIDE_FROM_ABI double erfc(double __x) _NOEXCEPT { in erfc() function 1091 inline _LIBCPP_HIDE_FROM_ABI long double erfc(long double __x) _NOEXCEPT {return __builtin_erfcl(__… in erfc() function 1096 erfc(_A1 __x) _NOEXCEPT {return __builtin_erfc((double)__x);} in erfc() function
|
| D | cmath | 179 floating_point erfc (arithmetic x); 424 using ::erfc _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 920428-2.c | 26 double erfc(double x);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | com-rt.def | 267 DEFGFRT (FFECOM_gfrtL_ERFC, "erfc", FFECOM_rttypeDOUBLE_, "d", FALSE, FALSE, TRUE)
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 336 # define c99_erfc erfc 2091 erfc = 10
|