Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__math/
H A Derror_functions.h26 inline _LIBCPP_HIDE_FROM_ABI float erf(float __x) _NOEXCEPT { return __builtin_erff(__x); } in erf() function
29 _LIBCPP_HIDE_FROM_ABI double erf(double __x) _NOEXCEPT { in erf() function
33 inline _LIBCPP_HIDE_FROM_ABI long double erf(long double __x) _NOEXCEPT { return __builtin_erfl(__x… in erf() function
36 inline _LIBCPP_HIDE_FROM_ABI double erf(_A1 __x) _NOEXCEPT { in erf() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_erff_2u.c
H A Dv_erf_2u5.c
H A Dsv_erff_2u.c
H A Derf_2u5.c
H A Dsv_erf_2u5.c
H A Dmath_config.h
/freebsd-src/sys/dev/qlxgbe/
H A Dql_ioctl.c100 qla_erase_flash_t *erf; in ql_eioctl() member
/freebsd-src/lib/msun/src/
H A Ds_erf.c193 erf(double x) in erf() function
/freebsd-src/contrib/arm-optimized-routines/math/
H A Derf.c35 erf (double x) erf() function
[all...]
/freebsd-src/contrib/libpcap/
H A Dpcap-dag.c302 dag_erf_ext_header_count(const uint8_t * erf,size_t len) dag_erf_ext_header_count() argument
/freebsd-src/include/
H A Dtgmath.h167 #define erf(x) __tg_simple(x, erf) macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h94 __DEVICE__ double erf(double __a) { return __nv_erf(__a); } in erf() function
H A Dtgmath.h636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro