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

1 2 3 4 56 7

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 138 TEST_HN_FUNC_HN(erfc);
math.rs 288 TEST_FN_FUNC_FN(erfc);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 667 f = erfc(f);
668 f2 = erfc(f2);
669 f3 = erfc(f3);
670 f4 = erfc(f4);
    [all...]
  /prebuilts/go/darwin-x86/src/math/
stubs_s390x.s 325 TEXT ·Erfc(SB),NOSPLIT,$0
333 MOVD $·erfc(SB), R2
335 BR ·erfc(SB)
all_test.go 202 var erfc = []float64{ var
    [all...]
  /prebuilts/go/linux-x86/src/math/
stubs_s390x.s 325 TEXT ·Erfc(SB),NOSPLIT,$0
333 MOVD $·erfc(SB), R2
335 BR ·erfc(SB)
all_test.go 202 var erfc = []float64{ var
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 69 static native float erfc(float x); method in class:CoreMathVerifier
550 static private Target.Floaty erfc(double d, Target t) { method in class:CoreMathVerifier
553 erfc((float) in.mid()),
554 erfc((float) in.min()),
555 erfc((float) in.max()));
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core_test.py 732 ('erfc', None, math_ops.erfc, core.erfc),
  /external/tensorflow/tensorflow/python/kernel_tests/
cwise_ops_test.py 242 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
283 self._compareBoth(x, np.sign, math_ops.erfc)
331 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
371 self._compareBoth(x, np.vectorize(math.erfc), math_ops.erfc)
    [all...]
  /bionic/tests/
math_test.cpp 877 TEST(MATH_TEST, erfc) {
878 ASSERT_DOUBLE_EQ(0.15729920705028513, erfc(1.0));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 380 function erfc(x).
384 small x, and a continued fraction approximation for erfc(x) for larger x;
385 combined with the relations erf(-x) = -erf(x) and erfc(x) = 1.0 - erf(x),
386 this gives us erf(x) and erfc(x) for all x.
398 erfc(x) = x*exp(-x*x)/sqrt(pi) * [1/(0.5 + x**2 -) 0.5/(2.5 + x**2 - )
408 but for large x, erfc(x) == 0.0 to within machine precision. (For
409 example, erfc(30.0) is approximately 2.56e-393).
452 Given a positive float x, return an approximation to erfc(x). Converges
455 <= 30.0, we're safe up to nterms = 100. For x >= 30.0, erfc(x) is smaller
506 /* Complementary error function erfc(x), for general x. */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 380 function erfc(x).
384 small x, and a continued fraction approximation for erfc(x) for larger x;
385 combined with the relations erf(-x) = -erf(x) and erfc(x) = 1.0 - erf(x),
386 this gives us erf(x) and erfc(x) for all x.
398 erfc(x) = x*exp(-x*x)/sqrt(pi) * [1/(0.5 + x**2 -) 0.5/(2.5 + x**2 - )
408 but for large x, erfc(x) == 0.0 to within machine precision. (For
409 example, erfc(30.0) is approximately 2.56e-393).
452 Given a positive float x, return an approximation to erfc(x). Converges
455 <= 30.0, we're safe up to nterms = 100. For x >= 30.0, erfc(x) is smaller
506 /* Complementary error function erfc(x), for general x. */
    [all...]
  /external/python/cpython2/Modules/
mathmodule.c 380 function erfc(x).
383 fraction approximation for erfc(x) for larger x;
384 combined with the relations erf(-x) = -erf(x) and erfc(x) = 1.0 - erf(x),
385 this gives us erf(x) and erfc(x) for all x.
397 erfc(x) = x*exp(-x*x)/sqrt(pi) * [1/(0.5 + x**2 -) 0.5/(2.5 + x**2 - )
407 but for large x, erfc(x) == 0.0 to within machine precision. (For
408 example, erfc(30.0) is approximately 2.56e-393).
451 Given a positive float x, return an approximation to erfc(x). Converges
454 <= 30.0, we're safe up to nterms = 100. For x >= 30.0, erfc(x) is smaller
505 /* Complementary error function erfc(x), for general x. *
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 617 struct erfc : base<T, Eigen::internal::scalar_erfc_op<T>> {}; struct in namespace:tensorflow::functor
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 431 max_jitter_us * erfc(static_cast<double>(kN));
  /frameworks/rs/script_api/include/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /external/eigen/test/
packetmath.cpp 444 CHECK_CWISE1_IF(internal::packet_traits<Scalar>::HasErfc, std::erfc, internal::perfc);
  /external/python/cpython3/Modules/
mathmodule.c 401 function erfc(x).
404 fraction approximation for erfc(x) for larger x;
405 combined with the relations erf(-x) = -erf(x) and erfc(x) = 1.0 - erf(x),
406 this gives us erf(x) and erfc(x) for all x.
418 erfc(x) = x*exp(-x*x)/sqrt(pi) * [1/(0.5 + x**2 -) 0.5/(2.5 + x**2 - )
428 but for large x, erfc(x) == 0.0 to within machine precision. (For
429 example, erfc(30.0) is approximately 2.56e-393).
472 Given a positive float x, return an approximation to erfc(x). Converges
475 <= 30.0, we're safe up to nterms = 100. For x >= 30.0, erfc(x) is smaller
526 /* Complementary error function erfc(x), for general x. *
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 397 friend const mpreal erfc (const mpreal& v, mp_rnd_t rnd_mode);
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 441 float __attribute__((overloadable)) erfc(float v) { function
444 FN_FUNC_FN(erfc)
1925 HN_FUNC_HN(erfc); variable
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 172 erfc() const { function in class:Eigen::TensorBase
    [all...]
  /frameworks/rs/script_api/
rs_math.spec 722 function: erfc
734 function: erfc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 905 /* 7.12.8.2 The erfc functions */
906 extern double __cdecl erfc (double);
    [all...]

Completed in 1779 milliseconds

1 2 3 4 56 7