Home
last modified time | relevance | path

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

/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
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp77 Ambiguous erfc(Ambiguous){ return Ambiguous(); } erfc() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp77 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } erfc() function
H A Dtgmath.h653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro