Searched refs:__tg_erfc (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h642 __tg_erfc(float __x) {return erfcf(__x);} function
646 __tg_erfc(double __x) {return erfc(__x);} function
650 __tg_erfc(long double __x) {return erfcl(__x);} function
653 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x))

Completed in 113 milliseconds