Home
last modified time | relevance | path

Searched defs:erf (Results 1 – 11 of 11) 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.h528 erf() const in erf() function
/external/ImageMagick/MagickCore/
Dnt-base.h100 # define erf(x) NTErf(x) macro
/external/libcxx/include/
Dmath.h1047 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return ::erff(__l… in erf() function
1048 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return ::erfl(__l… in erf() function
1053 erf(_A1 __lcpp_x) _NOEXCEPT {return ::erf((double)__lcpp_x);} in erf() function
/external/libpcap/
Dpcap-dag.c299 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count()
/external/python/cpython2/PC/
D_msi.c187 ERF erf; in fcicreate() local
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp70 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h166 erf() const { in erf() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp71 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
/external/clang/lib/Headers/
Dtgmath.h643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro