Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__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-src/contrib/arm-optimized-routines/pl/math/
H A Dv_erfcf_1u7.c
H A Dv_erfc_1u8.c
H A Dsv_erfcf_1u7.c
H A Derfc_1u8.c
H A Dsv_erfc_1u8.c
H A Dmath_config.h
/freebsd-src/lib/msun/src/
H A Ds_erf.c246 erfc(double x) in erfc() function
/freebsd-src/include/
H A Dtgmath.h168 #define erfc(x) __tg_simple(x, erfc) macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h95 __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