Searched defs:erfc (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_erf.c244 erfc(double x) function
[all...]
/netbsd-current/lib/libm/noieee_src/
H A Dn_erf.c330 erfc(double x) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h85 #define erfc(x) __TGMATH_REAL(x, erfc) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h85 #define erfc(x) __TGMATH_REAL(x, erfc) macro
/netbsd-current/include/
H A Dtgmath.h154 #define erfc(a) __TG_FN1(erfc, (a)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h652 #undef erfc macro
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h95 __DEVICE__ double erfc(double __a) { return __nv_erfc(__a); } function
H A D__clang_hip_math.h744 double erfc(double __x) { return __ocml_erfc_f64(__x); } function

Completed in 127 milliseconds