OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_tgamma
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
1195
__tg_tgamma
(float __x) {return tgammaf(__x);}
function
1199
__tg_tgamma
(double __x) {return tgamma(__x);}
function
1203
__tg_tgamma
(long double __x) {return tgammal(__x);}
function
1206
#define tgamma(__x)
__tg_tgamma
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1178
__tg_tgamma
(float __x) {return tgammaf(__x);}
function
1182
__tg_tgamma
(double __x) {return tgamma(__x);}
function
1186
__tg_tgamma
(long double __x) {return tgammal(__x);}
function
1189
#define tgamma(__x)
__tg_tgamma
(__tg_promote1((__x))(__x))
Completed in 22 milliseconds