Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/
H A Derror_functions.h42 inline _LIBCPP_HIDE_FROM_ABI float erfc(float __x) _NOEXCEPT { return __builtin_erfcf(__x); } in erfc() function
45 _LIBCPP_HIDE_FROM_ABI double erfc(double __x) _NOEXCEPT { in erfc() function
49 inline _LIBCPP_HIDE_FROM_ABI long double erfc(long double __x) _NOEXCEPT { return __builtin_erfcl(_… in erfc() function
52 inline _LIBCPP_HIDE_FROM_ABI double erfc(_A1 __x) _NOEXCEPT { in erfc() function
/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 D__clang_cuda_math.h99 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
H A Dtgmath.h653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro