Home
last modified time | relevance | path

Searched defs:erfc (Results 1 – 20 of 20) sorted by relevance

/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/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsHalf.h30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erfc(const Eigen::half& a) { in erfc() function
DSpecialFunctionsBFloat16.h30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 erfc(const Eigen::bfloat16& a) { in erfc() function
/external/arm-optimized-routines/pl/math/
Derfc_4u5.c108 erfc (double x) in erfc() function
Dv_erfc_4u.c92 v_f64_t V_NAME (erfc) (v_f64_t x) in V_NAME() argument
/external/musl/src/math/
Derf.c244 double erfc(double x) in erfc() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h673 erfc() const in erfc() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1084 inline _LIBCPP_HIDE_FROM_ABI float erfc(float __x) _NOEXCEPT {return __builtin_erfcf(__… in erfc() function
1087 _LIBCPP_HIDE_FROM_ABI double erfc(double __x) _NOEXCEPT { in erfc() function
1091 inline _LIBCPP_HIDE_FROM_ABI long double erfc(long double __x) _NOEXCEPT {return __builtin_erfcl(__… in erfc() function
1096 erfc(_A1 __x) _NOEXCEPT {return __builtin_erfc((double)__x);} in erfc() function
/external/rust/crates/libm/src/math/
Derf.rs272 pub fn erfc(x: f64) -> f64 { in erfc() function
/external/libcxx/include/
Dmath.h1143 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return ::erfcf(_… in erfc() function
1144 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(_… in erfc() function
1149 erfc(_A1 __lcpp_x) _NOEXCEPT {return ::erfc((double)__lcpp_x);} in erfc() function
/external/musl/include/
Dtgmath.h227 #define erfc(x) __tg_real(erfc, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp72 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py86 erfc = _unary_op(math_ops.erfc) variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp73 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp74 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h260 erfc() const { in erfc() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp73 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1569 static expr erfc(float arg) in erfc() function
2517 inline expr erfc(half arg) { return functions::erfc(arg); } in erfc() function
2518 inline expr erfc(expr arg) { return functions::erfc(arg); } in erfc() function
/external/armnn/third-party/half/
Dhalf.hpp1571 static expr erfc(float arg) in erfc() function
2519 inline expr erfc(half arg) { return functions::erfc(arg); } in erfc() function
2520 inline expr erfc(expr arg) { return functions::erfc(arg); } in erfc() function
/external/clang/lib/Headers/
Dtgmath.h660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro