Home
last modified time | relevance | path

Searched refs:erf (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython2/Lib/test/
Dmath_testcases.txt52 -- erf: error function --
55 erf0000 erf 0.0 -> 0.0
56 erf0001 erf -0.0 -> -0.0
57 erf0002 erf inf -> 1.0
58 erf0003 erf -inf -> -1.0
59 erf0004 erf nan -> nan
62 erf0010 erf 1e-308 -> 1.1283791670955125e-308
63 erf0011 erf 5e-324 -> 4.9406564584124654e-324
64 erf0012 erf 1e-10 -> 1.1283791670955126e-10
67 erf0020 erf 1 -> 0.84270079294971489
[all …]
/external/python/cpython2/Lib/idlelib/
Drun.py261 erf = sys.__stderr__
262 print>>erf, '\n' + '-'*40
263 print>>erf, 'Unhandled server exception!'
264 print>>erf, 'Thread: %s' % threading.currentThread().getName()
265 print>>erf, 'Client Address: ', client_address
266 print>>erf, 'Request: ', repr(request)
267 traceback.print_exc(file=erf)
268 print>>erf, '\n*** Unrecoverable, server exiting!'
269 print>>erf, '-'*40
Drpc.py106 erf = sys.__stderr__
107 print>>erf, '\n' + '-'*40
108 print>>erf, 'Unhandled server exception!'
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
110 print>>erf, 'Client Address: ', client_address
111 print>>erf, 'Request: ', repr(request)
112 traceback.print_exc(file=erf)
113 print>>erf, '\n*** Unrecoverable, server exiting!'
114 print>>erf, '-'*40
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h35 Packet perf(const Packet& a) { using numext::erf; return erf(a); } in perf()
DSpecialFunctionsHalf.h27 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erf(const Eigen::half& a) { in erf() function
28 return Eigen::half(Eigen::numext::erf(static_cast<float>(a))); in erf()
DSpecialFunctionsFunctors.h194 using numext::erf; return erf(a);
DSpecialFunctionsImpl.h363 static EIGEN_STRONG_INLINE double run(double x) { return ::erf(x); }
1531 EIGEN_DEVICE_FUNC inline EIGEN_MATHFUNC_RETVAL(erf, Scalar)
1532 erf(const Scalar& x) {
1533 return EIGEN_MATHFUNC_IMPL(erf, Scalar)::run(x);
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h71 __DEVICE__ double erf(double);
72 __DEVICE__ float erf(float);
200 using ::erf;
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h86 using numext::erf;
87 return make_double2(erf(a.x), erf(a.y));
/external/eigen/doc/examples/
DCwise_erf.cpp8 std::cout << v.erf() << std::endl; in main()
/external/icu/icu4c/source/samples/ucnv/
Ddata01.txt14 Il-mistoqsija oħt il-għerf. (Asking is the sister of knowing.)
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DErf.java54 public static double erf(double x) throws MathException { in erf() method in Erf
/external/iproute2/netem/
Dnormal.c20 return .5 + .5*erf((x-mu)/(sqrt(2.0)*sigma)); in normal()
Dparetonormal.c29 return .5 + .5*erf((x-mu)/(sqrt(2.0)*sigma)); in normal()
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox406 a.\link ArrayBase::erf erf\endlink(); \n
407 \link Eigen::erf erf\endlink(a);
411 using <a href="http://en.cppreference.com/w/cpp/numeric/math/erf">std::erf</a>; \cpp11 \n
412 erf(a[i]);
/external/eigen/unsupported/Eigen/
DSpecialFunctions28 * - erf
/external/skia/tools/
Dgenerate_fir_coeff.py15 return math.erf(n / math.sqrt(2))
/external/python/cpython2/PC/
D_msi.c187 ERF erf; in fcicreate() local
230 hfci = FCICreate(&erf, cb_fileplaced, cb_alloc, cb_free, in fcicreate()
235 PyErr_Format(PyExc_ValueError, "FCI error %d", erf.erfOper); in fcicreate()
259 PyErr_Format(PyExc_ValueError, "FCI error %d", erf.erfOper); /* XXX better error type */ in fcicreate()
/external/eigen/unsupported/test/
Dspecial_functions.cpp46 VERIFY_IS_APPROX(m1.erf(), erf(m1)); in array_special_functions()
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DNormalDistributionImpl.java189 return 0.5 * (1.0 + Erf.erf(dev / in cumulativeProbability()
/external/libpcap/
Dpcap-dag.c299 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count() argument
305 if ( erf == NULL ) in dag_erf_ext_header_count()
311 if ( (erf[8] & 0x80) == 0x00 ) in dag_erf_ext_header_count()
322 hdr_type = erf[(16 + (hdr_num * 8))]; in dag_erf_ext_header_count()
/external/eigen/Eigen/src/Core/
DGlobalFunctions.h71 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(erf,scalar_erf_op,error function,\sa ArrayBase::erf)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp70 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
854 static_assert((std::is_same<decltype(erf((float)0)), float>::value), ""); in test_erf()
855 static_assert((std::is_same<decltype(erf((bool)0)), double>::value), ""); in test_erf()
856 static_assert((std::is_same<decltype(erf((unsigned short)0)), double>::value), ""); in test_erf()
857 static_assert((std::is_same<decltype(erf((int)0)), double>::value), ""); in test_erf()
858 static_assert((std::is_same<decltype(erf((unsigned int)0)), double>::value), ""); in test_erf()
859 static_assert((std::is_same<decltype(erf((long)0)), double>::value), ""); in test_erf()
860 static_assert((std::is_same<decltype(erf((unsigned long)0)), double>::value), ""); in test_erf()
861 static_assert((std::is_same<decltype(erf((long long)0)), double>::value), ""); in test_erf()
862 static_assert((std::is_same<decltype(erf((unsigned long long)0)), double>::value), ""); in test_erf()
[all …]
/external/clang/test/CodeGen/
Dlibcall-declarations.c70 double erf(double);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
856 static_assert((std::is_same<decltype(std::erf((float)0)), float>::value), ""); in test_erf()
857 static_assert((std::is_same<decltype(std::erf((bool)0)), double>::value), ""); in test_erf()
858 static_assert((std::is_same<decltype(std::erf((unsigned short)0)), double>::value), ""); in test_erf()
859 static_assert((std::is_same<decltype(std::erf((int)0)), double>::value), ""); in test_erf()
860 static_assert((std::is_same<decltype(std::erf((unsigned int)0)), double>::value), ""); in test_erf()
861 static_assert((std::is_same<decltype(std::erf((long)0)), double>::value), ""); in test_erf()
862 static_assert((std::is_same<decltype(std::erf((unsigned long)0)), double>::value), ""); in test_erf()
863 static_assert((std::is_same<decltype(std::erf((long long)0)), double>::value), ""); in test_erf()
864 static_assert((std::is_same<decltype(std::erf((unsigned long long)0)), double>::value), ""); in test_erf()
[all …]

123