Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Derff.c32 float32x4_t erf; member
64 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (erf) (float32x4_t x) in V_NAME_F1() argument
H A Derf.c43 float64x2_t erf; member
75 float64x2_t VPCS_ATTR V_NAME_D1 (erf) (float64x2_t x) in V_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Derff.c42 svfloat32_t SV_NAME_F1 (erf) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Derf.c47 svfloat64_t SV_NAME_D1 (erf) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.c100 qla_erase_flash_t *erf; in ql_eioctl() member
/freebsd/lib/msun/src/
H A Ds_erf.c193 erf(double x) in erf() function
/freebsd/contrib/arm-optimized-routines/math/
H A Derf.c37 erf (double x) in erf() function
H A Dmath_config.h627 float erf, scale; member
643 double erf, scale; member
/freebsd/contrib/libpcap/
H A Dpcap-dag.c300 dag_erf_ext_header_count(const uint8_t *erf, size_t len) in dag_erf_ext_header_count()
/freebsd/include/
H A Dtgmath.h167 #define erf(x) __tg_simple(x, erf) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro