Searched refs:erfc (Results 1 - 24 of 24) sorted by path

/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h308 extern double erfc(double);
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h54 using std::tr1::erfc;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h308 extern double erfc(double);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c26 double erfc(double x);
/openbsd-current/include/
H A Dmath.h220 double erfc(double);
H A Dtgmath.h127 #define erfc(x) __tg_simple(x, erfc) macro
/openbsd-current/lib/libm/hidden/
H A Dmath.h66 PROTO_NORMAL(erfc); variable
/openbsd-current/lib/libm/src/
H A Ds_erf.c14 * double erfc(double x)
21 * erfc(x) = 1-erf(x)
24 * erfc(-x) = 2 - erfc(x)
29 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
49 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
63 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
64 * erf(x) = 1 - erfc(x)
70 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
73 * erf(x) = sign(x)*(1.0 - erfc(
242 erfc(double x) function
301 DEF_STD(erfc); variable
302 LDBL_MAYBE_CLONE(erfc); variable
[all...]
/openbsd-current/regress/lib/libm/cephes/
H A Dtestvect.c72 double erfc (double);
232 {"erfc", erfc, &NAN, &NAN, 0},
233 {"erfc", erfc, &INF, &ZERO, 0},
234 {"erfc", erfc, &MINF, &TWO, 0},
/openbsd-current/regress/lib/libm/fpaccuracy/
H A Derfc.c1 /* $OpenBSD: erfc.c,v 1.1 2009/04/09 01:24:43 martynas Exp $ */
25 #define F erfc
26 #define Fs "erfc"
H A DMakefile5 atanh.c cos.c cosh.c erf.c erfc.c exp.c fpaccuracy.c j0.c \
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2166 MUTATE_LDBL(erfc)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h254 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erfc)
381 using ::erfc;
H A D__clang_cuda_math.h95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } function
H A D__clang_cuda_math_forward_declares.h55 __DEVICE__ double erfc(double);
56 __DEVICE__ float erfc(float);
214 using ::erfc;
H A D__clang_hip_cmath.h218 __DEF_FUN1(float, erfc)
494 __HIP_OVERLOAD1(double, erfc)
664 using ::erfc;
H A D__clang_hip_math.h768 double erfc(double __x) { return __ocml_erfc_f64(__x); } function
H A Dopencl-c.h6884 float __ovld __cnfn erfc(float);
6885 float2 __ovld __cnfn erfc(float2);
6886 float3 __ovld __cnfn erfc(float3);
6887 float4 __ovld __cnfn erfc(float4);
6888 float8 __ovld __cnfn erfc(float8);
6889 float16 __ovld __cnfn erfc(float16);
6891 double __ovld __cnfn erfc(double);
6892 double2 __ovld __cnfn erfc(double2);
6893 double3 __ovld __cnfn erfc(double3);
6894 double4 __ovld __cnfn erfc(double
[all...]
H A Dtgmath.h638 // erfc
646 __tg_erfc(double __x) {return erfc(__x);}
652 #undef erfc macro
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h176 floating_point erfc (arithmetic x);
1082 // erfc
1084 inline _LIBCPP_HIDE_FROM_ABI float erfc(float __x) _NOEXCEPT {return __builtin_erfcf(__x);}
1087 _LIBCPP_HIDE_FROM_ABI double erfc(double __x) _NOEXCEPT {
1091 inline _LIBCPP_HIDE_FROM_ABI long double erfc(long double __x) _NOEXCEPT {return __builtin_erfcl(__x);}
1096 erfc(_A1 __x) _NOEXCEPT {return __builtin_erfc((double)__x);}
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs203 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim fma fmax
336 # define c99_erfc erfc
2098 erfc = 10
2181 not_here("erfc");
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm428 Inf NaN acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim fma
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
H A Dmath.t165 near(erfc(0.5), 0.479500122186953, "erfc 0.5", 1.5e-7);
166 near(erfc(1), 0.157299207050285, "erfc 1", 1.5e-7);
167 near(erfc(9), 0, "erfc 9", 1.5e-7);

Completed in 478 milliseconds