Searched refs:erf (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_erf.c38 * erf(3)
43 atf_tc_set_md_var(tc, "descr", "Test erf(NaN) == NaN");
50 ATF_CHECK(isnan(erf(x)) != 0);
56 atf_tc_set_md_var(tc, "descr", "Test erf(-Inf) == -1.0");
63 if (erf(x) != -1.0)
64 atf_tc_fail_nonfatal("erf(-Inf) != -1.0");
70 atf_tc_set_md_var(tc, "descr", "Test erf(+Inf) == 1.0");
77 if (erf(x) != 1.0)
78 atf_tc_fail_nonfatal("erf(+Inf) != 1.0");
84 atf_tc_set_md_var(tc, "descr", "Test erf(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h80 __DEVICE__ double erf(double);
81 __DEVICE__ float erf(float);
236 using ::erf;
H A D__clang_cuda_cmath.h224 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, erf)
351 using ::erf;
H A Dtgmath.h621 // erf
629 __tg_erf(double __x) {return erf(__x);}
635 #undef erf macro
636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1528 __DEVICE__ double erf(double __a) { return __nv_erf(__a); } function
H A Dopencl-c.h7001 float __ovld __cnfn erf(float);
7002 float2 __ovld __cnfn erf(float2);
7003 float3 __ovld __cnfn erf(float3);
7004 float4 __ovld __cnfn erf(float4);
7005 float8 __ovld __cnfn erf(float8);
7006 float16 __ovld __cnfn erf(float16);
7008 double __ovld __cnfn erf(double);
7009 double2 __ovld __cnfn erf(double2);
7010 double3 __ovld __cnfn erf(double3);
7011 double4 __ovld __cnfn erf(double
[all...]
/freebsd-11-stable/lib/msun/
H A DMakefile157 cimag.3 clog.3 copysign.3 cos.3 cosh.3 cpow.3 csqrt.3 erf.3 \
197 MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 erf.3 erfl.3 erf.3 erfcl.3
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h53 using std::tr1::erf;
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_ioctl.c101 qla_erase_flash_t *erf; member in union:__anon7817
188 u.erf = (qla_erase_flash_t *)data;
189 if ((rval = ql_erase_flash(ha, u.erf->off,
190 u.erf->size))) {
/freebsd-11-stable/lib/msun/src/
H A Ds_erf.c16 /* double erf(double x)
20 * erf(x) = --------- | exp(-t*t)dt
24 * erfc(x) = 1-erf(x)
26 * erf(-x) = -erf(x)
31 * erf(x) = x + x*R(x^2)
32 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
37 * | R - (erf(x)-x)/x | <= 2
41 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....)
45 * point of erf(
197 erf(double x) function
[all...]
H A Dmath.h272 double erf(double);
/freebsd-11-stable/include/
H A Dtgmath.h167 #define erf(x) __tg_simple(x, erf) macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dag.c304 dag_erf_ext_header_count(uint8_t * erf, size_t len) argument
310 if ( erf == NULL )
316 if ( (erf[8] & 0x80) == 0x00 )
327 hdr_type = erf[(16 + (hdr_num * 8))];
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c108 TGMACRO_REAL(erf)
490 PRINT("erf",
491 PASS_REAL_ARG_REAL_RET(erf));
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h172 floating_point erf (arithmetic x);
1178 // erf
1180 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__lcpp_x);}
1181 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__lcpp_x);}
1186 erf(_A1 __lcpp_x) _NOEXCEPT {return ::erf((double)__lcpp_x);}
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h307 extern double erf(double);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30984 erf(0.0);
[all...]

Completed in 401 milliseconds