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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1338 __tg_creal(float __x) {return __x;} function
1342 __tg_creal(double __x) {return __x;} function
1346 __tg_creal(long double __x) {return __x;} function
1350 __tg_creal(float _Complex __x) {return crealf(__x);} function
1354 __tg_creal(double _Complex __x) {return creal(__x);} function
1358 __tg_creal(long double _Complex __x) {return creall(__x);} function

Completed in 263 milliseconds