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

/external/clang/lib/Headers/
H A Dtgmath.h1345 __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))

Completed in 77 milliseconds