/external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
D | Erf.java | 54 public static double erf(double x) throws MathException { in erf() method in Erf
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsHalf.h | 27 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erf(const Eigen::half& a) { in erf() function
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseUnaryOps.h | 538 erf() const in erf() function
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_unary_ops_test.cc | 364 kErfcF64Values, std::erf, in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES()
|
/external/arm-optimized-routines/math/ |
D | erf.c | 35 erf (double x) in erf() function
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 104 # define erf(x) NTErf(x) macro
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | pattern_utils_test.cc | 53 auto erf = ops::Erf(s.WithOpName("erf"), bias_add_times_const); in GetMatMulBiasAddGeluGraph() local
|
/external/rust/crates/libm/src/math/ |
D | erf.rs | 222 pub fn erf(x: f64) -> f64 { in erf() function
|
D | mod.rs | 97 mod erf; module
|
/external/llvm-project/libcxx/include/ |
D | math.h | 1129 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__l… in erf() function 1130 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__l… in erf() function 1135 erf(_A1 __lcpp_x) _NOEXCEPT {return ::erf((double)__lcpp_x);} in erf() function
|
/external/libcxx/include/ |
D | math.h | 1133 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__l… in erf() function 1134 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__l… in erf() function 1139 erf(_A1 __lcpp_x) _NOEXCEPT {return ::erf((double)__lcpp_x);} in erf() function
|
/external/libpcap/ |
D | pcap-dag.c | 302 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count()
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 85 erf = _unary_op(math_ops.erf) variable
|
/external/python/cpython2/PC/ |
D | _msi.c | 187 ERF erf; in fcicreate() local
|
/external/python/cpython3/PC/ |
D | _msi.c | 191 ERF erf; in fcicreate() local
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 166 erf() const { in erf() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 72 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 73 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 94 __DEVICE__ double erf(double __a) { return __nv_erf(__a); } in erf() function
|
D | tgmath.h | 636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
|
/external/clang/lib/Headers/ |
D | tgmath.h | 643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
|