Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h649 __tg_erfc(float __x) {return erfcf(__x);} in __tg_erfc() function
653 __tg_erfc(double __x) {return erfc(__x);} in __tg_erfc() function
657 __tg_erfc(long double __x) {return erfcl(__x);} in __tg_erfc() function