Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/
Dtest_erf_hooks.hpp11 inline float erf(float a) in erf() function
19 inline double erf(double a) in erf() function
27 inline long double erf(long double a) in erf() function
46 inline float erf(float a) in erf() function
48 inline long double erf(long double a) in erf() function
79 inline float erf(float a) in erf() function
81 inline double erf(double a) in erf() function
83 inline long double erf(long double a) in erf() function
97 boost::math::concepts::real_concept erf(boost::math::concepts::real_concept){ return 0; } in erf() function
/third_party/musl/src/math/
Derf.c213 double erf(double x) in erf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Derf.c213 double erf(double x) in erf() function
/third_party/optimized-routines/math/
Derf.c35 erf (double x) in erf() function
/third_party/ffmpeg/libavutil/
Dlibm.h121 static inline double erf(double z) in erf() function
/third_party/boost/boost/math/special_functions/
Derf.hpp1156 inline typename tools::promote_args<T>::type erf(T z, const Policy& /* pol */) in erf() function
1226 inline typename tools::promote_args<T>::type erf(T z) in erf() function
/third_party/ffmpeg/libavcodec/
Daacenc_pred.c171 struct AACISError ph_err1, ph_err2, *erf; in ff_aac_adjust_common_pred() local
/third_party/mindspore/mindspore/ops/
Dfunctional.py120 erf = P.Erf() variable
/third_party/python/PC/
D_msi.c263 ERF erf; in _msi_FCICreate_impl() local
/third_party/musl/include/
Dtgmath.h226 #define erf(x) __tg_real(erf, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h226 #define erf(x) __tg_real(erf, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h226 #define erf(x) __tg_real(erf, (x)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h226 #define erf(x) __tg_real(erf, (x)) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp729 …inline boost::math::cstdfloat::detail::float_internal128_t erf(boost::math::cstdfloat::detail::fl… in erf() function
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1835 fvar<RealType, Order> erf(fvar<RealType, Order> const& cr) { in erf() function