/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsPacketMath.h | 35 Packet perf(const Packet& a) { using numext::erf; return erf(a); } in perf()
|
D | SpecialFunctionsHalf.h | 27 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()
|
D | SpecialFunctionsFunctors.h | 194 using numext::erf; return erf(a);
|
D | SpecialFunctionsImpl.h | 363 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.h | 71 __DEVICE__ double erf(double); 72 __DEVICE__ float erf(float); 200 using ::erf;
|
D | tgmath.h | 636 __tg_erf(double __x) {return erf(__x);} in __tg_erf() 642 #undef erf 643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/ |
D | CudaSpecialFunctions.h | 86 using numext::erf; 87 return make_double2(erf(a.x), erf(a.y));
|
/external/eigen/doc/examples/ |
D | Cwise_erf.cpp | 8 std::cout << v.erf() << std::endl; in main()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | data01.txt | 14 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/ |
D | Erf.java | 54 public static double erf(double x) throws MathException { in erf() method in Erf
|
/external/iproute2/netem/ |
D | normal.c | 20 return .5 + .5*erf((x-mu)/(sqrt(2.0)*sigma)); in normal()
|
D | paretonormal.c | 29 return .5 + .5*erf((x-mu)/(sqrt(2.0)*sigma)); in normal()
|
/external/eigen/doc/ |
D | CoeffwiseMathFunctionsTable.dox | 406 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/libpcap/ |
D | pcap-dag.c | 208 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count() argument 214 if ( erf == NULL ) in dag_erf_ext_header_count() 220 if ( (erf[8] & 0x80) == 0x00 ) in dag_erf_ext_header_count() 231 hdr_type = erf[(16 + (hdr_num * 8))]; in dag_erf_ext_header_count()
|
/external/skia/tools/ |
D | generate_fir_coeff.py | 15 return math.erf(n / math.sqrt(2))
|
/external/eigen/unsupported/Eigen/ |
D | SpecialFunctions | 28 * - erf
|
/external/eigen/unsupported/test/ |
D | special_functions.cpp | 46 VERIFY_IS_APPROX(m1.erf(), erf(m1)); in array_special_functions()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | NormalDistributionImpl.java | 189 return 0.5 * (1.0 + Erf.erf(dev / in cumulativeProbability()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 70 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/eigen/Eigen/src/Core/ |
D | GlobalFunctions.h | 71 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(erf,scalar_erf_op,error function,\sa ArrayBase::erf)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 70 double erf(double); 276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 71 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 …]
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 528 erf() const in erf() function
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 100 # define erf(x) NTErf(x) macro
|
/external/libcxx/include/ |
D | math.h | 1047 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__l… in erf() function 1048 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__l… in erf() function 1053 erf(_A1 __lcpp_x) _NOEXCEPT {return ::erf((double)__lcpp_x);} in erf() function
|