/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/llvm-project/libclc/generic/lib/math/ |
D | erfc.cl | 73 // Coefficients for approximation to erfc in [1.251/0.35] 92 // Coefficients for approximation to erfc in [1/.3528] 109 _CLC_OVERLOAD _CLC_DEF float erfc(float x) { 170 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, erfc, float); 188 * double erfc(double x) 195 * erfc(x) = 1-erf(x) 198 * erfc(-x) = 2 - erfc(x) 203 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25] 223 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0 237 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1) [all …]
|
D | erf.cl | 73 // Coefficients for approximation to erfc in [1.251/0.35] 92 // Coefficients for approximation to erfc in [1/.3528] 187 * double erfc(double x) 194 * erfc(x) = 1-erf(x) 197 * erfc(-x) = 2 - erfc(x) 202 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25] 222 * erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0 236 * erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1) 237 * erf(x) = 1 - erfc(x) 243 * erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0 [all …]
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Erfc.pbtxt | 4 name: "math.erfc" 7 name: "erfc"
|
/external/llvm-project/libclc/generic/include/clc/math/ |
D | erfc.h | 1 #undef erfc 4 #define __CLC_FUNCTION erfc
|
D | erf.h | 1 #undef erfc
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_erfc.cc | 19 REGISTER3(UnaryOp, CPU, "Erfc", functor::erfc, float, Eigen::half, double); 24 REGISTER3(UnaryOp, GPU, "Erfc", functor::erfc, double, float, Eigen::half);
|
D | cwise_op_gpu_erfc.cu.cc | 23 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);
|
/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/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 55 __DEVICE__ double erfc(double); 56 __DEVICE__ float erfc(float); 211 using ::erfc;
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-type-promotion-in-math-fn.cpp | 17 double erfc(double); 107 erfc(a); in check_all_fns()
|
/external/eigen/doc/examples/ |
D | Cwise_erfc.cpp | 8 std::cout << v.erfc() << std::endl; in main()
|
/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/llvm-project/clang/test/Headers/Inputs/include/ |
D | cmath | 34 double erfc(double); 35 float erfc(float); 174 using ::erfc;
|
/external/tensorflow/tensorflow/python/ops/ |
D | random_grad.py | 134 w > 0., 2. - math_ops.erfc(z), math_ops.erfc(z)))
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | special_math.py | 155 math_ops.greater(w, 0.), 2. - math_ops.erfc(z), math_ops.erfc(z)))
|
/external/eigen/unsupported/Eigen/ |
D | SpecialFunctions | 29 * - erfc
|
/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/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/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_test_ops.py | 46 math_ops.erfc,
|