OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_creal
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
1345
__tg_creal
(float __x) {return __x;}
function
1349
__tg_creal
(double __x) {return __x;}
function
1353
__tg_creal
(long double __x) {return __x;}
function
1357
__tg_creal
(float _Complex __x) {return crealf(__x);}
function
1361
__tg_creal
(double _Complex __x) {return creal(__x);}
function
1365
__tg_creal
(long double _Complex __x) {return creall(__x);}
function
1368
#define creal(__x)
__tg_creal
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1328
__tg_creal
(float __x) {return __x;}
function
1332
__tg_creal
(double __x) {return __x;}
function
1336
__tg_creal
(long double __x) {return __x;}
function
1340
__tg_creal
(float _Complex __x) {return crealf(__x);}
function
1344
__tg_creal
(double _Complex __x) {return creal(__x);}
function
1348
__tg_creal
(long double _Complex __x) {return creall(__x);}
function
1351
#define creal(__x)
__tg_creal
(__tg_promote1((__x))(__x))
Completed in 35 milliseconds