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

/external/clang/lib/Headers/
H A Dtgmath.h649 __tg_erfc(float __x) {return erfcf(__x);} function
653 __tg_erfc(double __x) {return erfc(__x);} function
657 __tg_erfc(long double __x) {return erfcl(__x);} function
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x))
/external/clang/lib/include/
H A Dtgmath.h649 __tg_erfc(float __x) {return erfcf(__x);} function
653 __tg_erfc(double __x) {return erfc(__x);} function
657 __tg_erfc(long double __x) {return erfcl(__x);} function
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x))

Completed in 65 milliseconds