/external/python/cpython2/Lib/test/ |
D | math_testcases.txt | 108 -- 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/python/cpython3/Lib/test/ |
D | math_testcases.txt | 108 -- 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/ |
D | CudaSpecialFunctions.h | 93 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/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Erfc.pbtxt | 4 name: "math.erfc" 7 name: "erfc"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_erfc.cc | 19 REGISTER3(UnaryOp, CPU, "Erfc", functor::erfc, float, Eigen::half, double); 21 REGISTER3(UnaryOp, GPU, "Erfc", functor::erfc, float, Eigen::half, double);
|
D | cwise_op_gpu_erfc.cu.cc | 22 DEFINE_UNARY3(erfc, Eigen::half, float, double);
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsPacketMath.h | 39 Packet perfc(const Packet& a) { using numext::erfc; return erfc(a); } in perfc()
|
D | SpecialFunctionsHalf.h | 30 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()
|
D | SpecialFunctionsFunctors.h | 217 using numext::erfc; return erfc(a);
|
D | SpecialFunctionsImpl.h | 396 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.h | 69 __DEVICE__ double erfc(double); 70 __DEVICE__ float erfc(float); 201 using ::erfc;
|
/external/eigen/doc/examples/ |
D | Cwise_erfc.cpp | 8 std::cout << v.erfc() << std::endl; in main()
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 73 erfc = _core.erfc variable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
D | Erf.java | 84 public static double erfc(double x) throws MathException { in erfc() method in Erf
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_unary_test.py | 226 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc) 275 self._compareBoth(x, np.sign, math_ops.erfc) 329 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc) 375 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | special_math.py | 155 2. - math_ops.erfc(z), 156 math_ops.erfc(z)))
|
/external/eigen/doc/ |
D | CoeffwiseMathFunctionsTable.dox | 419 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]);
|
/external/eigen/unsupported/test/ |
D | special_functions.cpp | 47 VERIFY_IS_APPROX(m1.erfc(), erfc(m1)); in array_special_functions()
|
/external/eigen/unsupported/Eigen/ |
D | SpecialFunctions | 29 * - erfc
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 72 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function 882 static_assert((std::is_same<decltype(erfc((float)0)), float>::value), ""); in test_erfc() 883 static_assert((std::is_same<decltype(erfc((bool)0)), double>::value), ""); in test_erfc() 884 static_assert((std::is_same<decltype(erfc((unsigned short)0)), double>::value), ""); in test_erfc() 885 static_assert((std::is_same<decltype(erfc((int)0)), double>::value), ""); in test_erfc() 886 static_assert((std::is_same<decltype(erfc((unsigned int)0)), double>::value), ""); in test_erfc() 887 static_assert((std::is_same<decltype(erfc((long)0)), double>::value), ""); in test_erfc() 888 static_assert((std::is_same<decltype(erfc((unsigned long)0)), double>::value), ""); in test_erfc() 889 static_assert((std::is_same<decltype(erfc((long long)0)), double>::value), ""); in test_erfc() 890 static_assert((std::is_same<decltype(erfc((unsigned long long)0)), double>::value), ""); in test_erfc() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | GlobalFunctions.h | 72 …EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(erfc,scalar_erfc_op,complement error function,\sa ArrayBase::erfc)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 73 double erfc(double); 276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 83 erfc = _unary_op(math_ops.erfc) variable
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 74 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function 911 static_assert((std::is_same<decltype(std::erfc((float)0)), float>::value), ""); in test_erfc() 912 static_assert((std::is_same<decltype(std::erfc((bool)0)), double>::value), ""); in test_erfc() 913 static_assert((std::is_same<decltype(std::erfc((unsigned short)0)), double>::value), ""); in test_erfc() 914 static_assert((std::is_same<decltype(std::erfc((int)0)), double>::value), ""); in test_erfc() 915 static_assert((std::is_same<decltype(std::erfc((unsigned int)0)), double>::value), ""); in test_erfc() 916 static_assert((std::is_same<decltype(std::erfc((long)0)), double>::value), ""); in test_erfc() 917 static_assert((std::is_same<decltype(std::erfc((unsigned long)0)), double>::value), ""); in test_erfc() 918 static_assert((std::is_same<decltype(std::erfc((long long)0)), double>::value), ""); in test_erfc() 919 static_assert((std::is_same<decltype(std::erfc((unsigned long long)0)), double>::value), ""); in test_erfc() [all …]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7rc2.rst | 86 math.erfc was incorrectly raising OverflowError for values between -27.3 and
|