Home
last modified time | relevance | path

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

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