Home
last modified time | relevance | path

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

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