Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dmath.t162 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);
Dexport.t162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h55 __DEVICE__ double erfc(double);
56 __DEVICE__ float erfc(float);
214 using ::erfc;
D__clang_cuda_cmath.h254 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
381 using ::erfc;
D__clang_hip_cmath.h218 __DEF_FUN1(float, erfc)
494 __HIP_OVERLOAD1(double, erfc)
664 using ::erfc;
Dtgmath.h646 __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.h95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
D__clang_hip_math.h768 double erfc(double __x) { return __ocml_erfc_f64(__x); }
/openbsd/src/lib/libm/src/
Ds_erf.c242 erfc(double x) in erfc() function
301 DEF_STD(erfc);
302 LDBL_MAYBE_CLONE(erfc);
/openbsd/src/regress/lib/libm/fpaccuracy/
Derfc.c25 #define F erfc
DMakefile5 atanh.c cos.c cosh.c erf.c erfc.c exp.c fpaccuracy.c j0.c \
/openbsd/src/regress/lib/libm/cephes/
Dtestvect.c72 double erfc (double);
232 {"erfc", erfc, &NAN, &NAN, 0},
233 {"erfc", erfc, &INF, &ZERO, 0},
234 {"erfc", erfc, &MINF, &TWO, 0},
/openbsd/src/include/
Dtgmath.h127 #define erfc(x) __tg_simple(x, erfc) macro
Dmath.h220 double erfc(double);
/openbsd/src/gnu/gcc/libstdc++-v3/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;
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath48 __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/
DScalarFuncs.def64 TLI_DEFINE_SCALAR_MASS_FUNC("erfc", "__xl_erfc")
/openbsd/src/lib/libm/
DSymbols.map117 erfc;
/openbsd/src/lib/libm/hidden/
Dmath.h66 PROTO_NORMAL(erfc);
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h1084 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
Dcmath179 floating_point erfc (arithmetic x);
424 using ::erfc _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D920428-2.c26 double erfc(double x);
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dcom-rt.def267 DEFGFRT (FFECOM_gfrtL_ERFC, "erfc", FFECOM_rttypeDOUBLE_, "d", FALSE, FALSE, TRUE)
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs336 # define c99_erfc erfc
2091 erfc = 10

12