Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/test/
Dmath_testcases.txt108 -- erfc: complementary error function --
111 erfc0000 erfc 0.0 -> 1.0
112 erfc0001 erfc -0.0 -> 1.0
113 erfc0002 erfc inf -> 0.0
114 erfc0003 erfc -inf -> 2.0
115 erfc0004 erfc nan -> nan
118 erfc0010 erfc 1e-308 -> 1.0
119 erfc0011 erfc 5e-324 -> 1.0
120 erfc0012 erfc 1e-10 -> 0.99999999988716204
123 erfc0020 erfc 1 -> 0.15729920705028513
[all …]
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
DCudaSpecialFunctions.h93 using numext::erfc;
94 return make_float4(erfc(a.x), erfc(a.y), erfc(a.z), erfc(a.w));
100 using numext::erfc;
101 return make_double2(erfc(a.x), erfc(a.y));
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h39 Packet perfc(const Packet& a) { using numext::erfc; return erfc(a); } in perfc()
DSpecialFunctionsHalf.h30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erfc(const Eigen::half& a) { in erfc() function
31 return Eigen::half(Eigen::numext::erfc(static_cast<float>(a))); in erfc()
DSpecialFunctionsFunctors.h217 using numext::erfc; return erfc(a);
DSpecialFunctionsImpl.h396 static EIGEN_STRONG_INLINE double run(const double x) { return ::erfc(x); }
1537 EIGEN_DEVICE_FUNC inline EIGEN_MATHFUNC_RETVAL(erfc, Scalar)
1538 erfc(const Scalar& x) {
1539 return EIGEN_MATHFUNC_IMPL(erfc, Scalar)::run(x);
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
201 using ::erfc;
Dtgmath.h653 __tg_erfc(double __x) {return erfc(__x);} in __tg_erfc()
659 #undef erfc
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
/external/eigen/doc/examples/
DCwise_erfc.cpp8 std::cout << v.erfc() << std::endl; in main()
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DErf.java84 public static double erfc(double x) throws MathException { in erfc() method in Erf
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox419 a.\link ArrayBase::erfc erfc\endlink(); \n
420 \link Eigen::erfc erfc\endlink(a);
424 using <a href="http://en.cppreference.com/w/cpp/numeric/math/erfc">std::erfc</a>; \cpp11 \n
425 erfc(a[i]);
DPreprocessorDirectives.dox65 - \b EIGEN_HAS_C99_MATH - controls the usage of C99 math functions such as erf, erfc, lgamma, etc.
/external/eigen/unsupported/Eigen/
DSpecialFunctions29 * - erfc
/external/eigen/unsupported/test/
Dspecial_functions.cpp47 VERIFY_IS_APPROX(m1.erfc(), erfc(m1)); in array_special_functions()
Dcxx11_tensor_cuda.cu1053 gpu_out.device(gpu_device) = gpu_in.erfc(); in test_cuda_erfc()
1060 VERIFY_IS_APPROX(out(i,j), (std::erfc)(in(i,j))); in test_cuda_erfc()
/external/eigen/Eigen/src/Core/
DGlobalFunctions.h72 …EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(erfc,scalar_erfc_op,complement error function,\sa ArrayBase::erfc)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp71 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
873 static_assert((std::is_same<decltype(erfc((float)0)), float>::value), ""); in test_erfc()
874 static_assert((std::is_same<decltype(erfc((bool)0)), double>::value), ""); in test_erfc()
875 static_assert((std::is_same<decltype(erfc((unsigned short)0)), double>::value), ""); in test_erfc()
876 static_assert((std::is_same<decltype(erfc((int)0)), double>::value), ""); in test_erfc()
877 static_assert((std::is_same<decltype(erfc((unsigned int)0)), double>::value), ""); in test_erfc()
878 static_assert((std::is_same<decltype(erfc((long)0)), double>::value), ""); in test_erfc()
879 static_assert((std::is_same<decltype(erfc((unsigned long)0)), double>::value), ""); in test_erfc()
880 static_assert((std::is_same<decltype(erfc((long long)0)), double>::value), ""); in test_erfc()
881 static_assert((std::is_same<decltype(erfc((unsigned long long)0)), double>::value), ""); in test_erfc()
[all …]
/external/clang/test/CodeGen/
Dlibcall-declarations.c73 double erfc(double);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp72 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
875 static_assert((std::is_same<decltype(std::erfc((float)0)), float>::value), ""); in test_erfc()
876 static_assert((std::is_same<decltype(std::erfc((bool)0)), double>::value), ""); in test_erfc()
877 static_assert((std::is_same<decltype(std::erfc((unsigned short)0)), double>::value), ""); in test_erfc()
878 static_assert((std::is_same<decltype(std::erfc((int)0)), double>::value), ""); in test_erfc()
879 static_assert((std::is_same<decltype(std::erfc((unsigned int)0)), double>::value), ""); in test_erfc()
880 static_assert((std::is_same<decltype(std::erfc((long)0)), double>::value), ""); in test_erfc()
881 static_assert((std::is_same<decltype(std::erfc((unsigned long)0)), double>::value), ""); in test_erfc()
882 static_assert((std::is_same<decltype(std::erfc((long long)0)), double>::value), ""); in test_erfc()
883 static_assert((std::is_same<decltype(std::erfc((unsigned long long)0)), double>::value), ""); in test_erfc()
[all …]
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h549 erfc() const in erfc() function
/external/libcxx/include/
Dmath.h1057 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return ::erfcf(_… in erfc() function
1058 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(_… in erfc() function
1063 erfc(_A1 __lcpp_x) _NOEXCEPT {return ::erfc((double)__lcpp_x);} in erfc() function
Dcmath180 floating_point erfc (arithmetic x);
406 using ::erfc;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc431 max_jitter_us * erfc(static_cast<double>(kN)); in MeanUs()
/external/python/cpython2/Doc/library/
Dmath.rst340 .. function:: erfc(x)
/external/python/cpython2/Modules/
Dmathmodule.c834 FUNC1A(erfc, m_erfc,

12