OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_erfc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
649
__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))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
649
__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 27 milliseconds