Home
last modified time | relevance | path

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

12

/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
DSpecialFunctionsBFloat16.h27 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 erf(const Eigen::bfloat16& a) { in erf() function
/external/arm-optimized-routines/pl/math/
Dv_erf_2u.c60 v_f64_t V_NAME (erf) (v_f64_t x) in V_NAME() argument
/external/musl/src/math/
Derf.c213 double erf(double x) in erf() function
/external/arm-optimized-routines/math/
Derf.c35 erf (double x) in erf() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h655 erf() const in erf() function
/external/ImageMagick/MagickCore/
Dnt-base.h104 # define erf(x) NTErf(x) macro
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1068 inline _LIBCPP_HIDE_FROM_ABI float erf(float __x) _NOEXCEPT {return __builtin_erff(__x)… in erf() function
1071 _LIBCPP_HIDE_FROM_ABI double erf(double __x) _NOEXCEPT { in erf() function
1075 inline _LIBCPP_HIDE_FROM_ABI long double erf(long double __x) _NOEXCEPT {return __builtin_erfl(__x)… in erf() function
1080 erf(_A1 __x) _NOEXCEPT {return __builtin_erf((double)__x);} in erf() function
/external/rust/crates/libm/src/math/
Dmod.rs113 mod erf; module
Derf.rs223 pub fn erf(x: f64) -> f64 { 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/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils_test.cc53 auto erf = ops::Erf(s.WithOpName("erf"), bias_add_times_const); in GetMatMulBiasAddGeluGraph() local
/external/libpcap/
Dpcap-dag.c302 dag_erf_ext_header_count(const uint8_t *erf, size_t len) in dag_erf_ext_header_count()
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc508 kErfcF64Values, std::erf, in GENERATE_DEFAULT_TEST_WITH_SPECIFIC_INPUT_VALUES()
/external/python/cpython3/PC/
D_msi.c263 ERF erf; in _msi_FCICreate_impl() local
/external/musl/include/
Dtgmath.h226 #define erf(x) __tg_real(erf, (x)) macro
/external/python/cpython2/PC/
D_msi.c187 ERF erf; in fcicreate() local
/external/ComputeLibrary/include/half/
Dhalf.hpp1557 static expr erf(float arg) in erf() function
1959 static double erf(double arg) in erf() function
2510 inline expr erf(half arg) { return functions::erf(arg); } in erf() function
2511 inline expr erf(expr arg) { return functions::erf(arg); } in erf() function
/external/armnn/third-party/half/
Dhalf.hpp1559 static expr erf(float arg) in erf() function
1961 static double erf(double arg) in erf() function
2512 inline expr erf(half arg) { return functions::erf(arg); } in erf() function
2513 inline expr erf(expr arg) { return functions::erf(arg); } in erf() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py85 erf = _unary_op(math_ops.erf) variable
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp72 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/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h254 erf() const { in erf() function

12