Home
last modified time | relevance | path

Searched defs:erf (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DErf.java54 public static double erf(double x) throws MathException { in erf() method in Erf
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsHalf.h27 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half erf(const Eigen::half& a) { in erf() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h538 erf() const in erf() function
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc364 kErfcF64Values, std::erf, in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES()
/external/arm-optimized-routines/math/
Derf.c35 erf (double x) in erf() function
/external/ImageMagick/MagickCore/
Dnt-base.h104 # define erf(x) NTErf(x) macro
/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils_test.cc53 auto erf = ops::Erf(s.WithOpName("erf"), bias_add_times_const); in GetMatMulBiasAddGeluGraph() local
/external/rust/crates/libm/src/math/
Derf.rs222 pub fn erf(x: f64) -> f64 { in erf() function
Dmod.rs97 mod erf; module
/external/llvm-project/libcxx/include/
Dmath.h1129 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/
Dmath.h1133 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/
Dpcap-dag.c302 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count()
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py85 erf = _unary_op(math_ops.erf) variable
/external/python/cpython2/PC/
D_msi.c187 ERF erf; in fcicreate() local
/external/python/cpython3/PC/
D_msi.c191 ERF erf; in fcicreate() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h166 erf() const { in erf() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp72 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp73 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h94 __DEVICE__ double erf(double __a) { return __nv_erf(__a); } in erf() function
Dtgmath.h636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
/external/clang/lib/Headers/
Dtgmath.h643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro