Home
last modified time | relevance | path

Searched defs:erfc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Derfcf.c46 float32x4_t erfc; member
94 NOINLINE VPCS_ATTR float32x4_t V_NAME_F1 (erfc) (float32x4_t x) in V_NAME_F1() argument
H A Derfc.c52 float64x2_t erfc; member
104 float64x2_t V_NAME_D1 (erfc) (float64x2_t x) in V_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Derfcf.c52 svfloat32_t SV_NAME_F1 (erfc) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
H A Derfc.c78 svfloat64_t SV_NAME_D1 (erfc) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfc_1u8.c63 erfc (double x) in erfc() function
/freebsd/lib/msun/src/
H A Ds_erf.c246 erfc(double x) in erfc() function
/freebsd/include/
H A Dtgmath.h168 #define erfc(x) __tg_simple(x, erfc) macro
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h635 float erfc, scale; member
651 double erfc, scale; member
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro