HomeSort by relevance Sort by last modified time
    Searched refs:erfc (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_erfc.cu.cc 22 DEFINE_UNARY3(erfc, Eigen::half, float, double);
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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestErfc.rs 24 return erfc(inV);
28 return erfc(inV);
32 return erfc(inV);
36 return erfc(inV);
40 return erfc(inV);
44 return erfc(inV);
48 return erfc(inV);
52 return erfc(inV);
  /prebuilts/go/darwin-x86/src/math/
erf_stub.s 12 TEXT ·Erfc(SB),NOSPLIT,$0
13 JMP ·erfc(SB)
erf.go 27 // double erfc(double x)
34 // erfc(x) = 1-erf(x)
37 // erfc(-x) = 2 - erfc(x)
42 // erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
62 // erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
76 // erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
77 // erf(x) = 1 - erfc(x)
83 // erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
86 // erf(x) = sign(x)*(1.0 - erfc(x)) if x < 6, els
269 func erfc(x float64) float64 { func
    [all...]
export_s390x_test.go 21 var ErfcNovec = erfc
  /prebuilts/go/linux-x86/src/math/
erf_stub.s 12 TEXT ·Erfc(SB),NOSPLIT,$0
13 JMP ·erfc(SB)
erf.go 27 // double erfc(double x)
34 // erfc(x) = 1-erf(x)
37 // erfc(-x) = 2 - erfc(x)
42 // erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
62 // erfc(x) = (1-c) - P1(s)/Q1(s) if x > 0
76 // erfc(x) = (1/x)*exp(-x*x-0.5625+R1/S1)
77 // erf(x) = 1 - erfc(x)
83 // erfc(x) = (1/x)*exp(-x*x-0.5625+R2/S2) if x > 0
86 // erf(x) = sign(x)*(1.0 - erfc(x)) if x < 6, els
269 func erfc(x float64) float64 { func
    [all...]
export_s390x_test.go 21 var ErfcNovec = erfc
  /external/eigen/doc/examples/
Cwise_erfc.cpp 8 std::cout << v.erfc() << std::endl;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/special/
Erf.java 67 * <p>erfc(x) = 2/&radic;&pi; <sub>x</sub>&int;<sup>&infin;</sup> e<sup>-t<sup>2</sup></sup>dt <br/>
70 * <p>This implementation computes erfc(x) using the
79 * @return the complementary error function erfc(x)
84 public static double erfc(double x) throws MathException { method in class:Erf
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsPacketMath.h 37 /** \internal \returns the erfc(\a a) (coeff-wise) */
39 Packet perfc(const Packet& a) { using numext::erfc; return erfc(a); }
SpecialFunctionsHalf.h 30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erfc(const Eigen::half& a) { function in namespace:Eigen::numext
31 return Eigen::half(Eigen::numext::erfc(static_cast<float>(a)));
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/
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/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
201 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
201 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
215 using ::erfc;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 69 __DEVICE__ double erfc(double);
70 __DEVICE__ float erfc(float);
201 using ::erfc;

Completed in 441 milliseconds

1 2 3 4 5 6 7