| /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/eigen/unsupported/Eigen/src/SpecialFunctions/ |
| D | SpecialFunctionsHalf.h | 30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erfc(const Eigen::half& a) { in erfc() function
|
| D | SpecialFunctionsBFloat16.h | 30 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 erfc(const Eigen::bfloat16& a) { in erfc() function
|
| /external/arm-optimized-routines/pl/math/ |
| D | erfc_4u5.c | 108 erfc (double x) in erfc() function
|
| D | v_erfc_4u.c | 92 v_f64_t V_NAME (erfc) (v_f64_t x) in V_NAME() argument
|
| /external/musl/src/math/ |
| D | erf.c | 244 double erfc(double x) in erfc() function
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 673 erfc() const in erfc() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 1084 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/ |
| D | erf.rs | 272 pub fn erfc(x: f64) -> f64 { in erfc() function
|
| /external/libcxx/include/ |
| D | math.h | 1143 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/ |
| D | tgmath.h | 227 #define erfc(x) __tg_real(erfc, (x)) macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 72 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
|
| /external/tensorflow/tensorflow/compiler/tf2xla/python/ |
| D | xla.py | 86 erfc = _unary_op(math_ops.erfc) variable
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 73 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 74 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorBase.h | 260 erfc() const { in erfc() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 73 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1569 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/ |
| D | half.hpp | 1571 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/ |
| D | tgmath.h | 660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
|