Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/include/__math/
HDerror_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-head/contrib/arm-optimized-routines/math/aarch64/advsimd/
HDerfcf.c46 float32x4_t erfc; member
94 NOINLINE VPCS_ATTR float32x4_t V_NAME_F1 (erfc) (float32x4_t x) in V_NAME_F1() argument
HDerfc.c52 float64x2_t erfc; member
104 float64x2_t V_NAME_D1 (erfc) (float64x2_t x) in V_NAME_D1() argument
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDerfcf.c52 svfloat32_t SV_NAME_F1 (erfc) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
HDerfc.c78 svfloat64_t SV_NAME_D1 (erfc) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDerfc_1u8.c63 erfc (double x) in erfc() function
/freebsd-head/lib/msun/src/
HDs_erf.c246 erfc(double x) in erfc() function
/freebsd-head/include/
HDtgmath.h168 #define erfc(x) __tg_simple(x, erfc) macro
/freebsd-head/contrib/arm-optimized-routines/math/
HDmath_config.h635 float erfc, scale; member
651 double erfc, scale; member
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_math.h95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } in erfc() function
HDtgmath.h653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro