Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h1251 __tg_cimag(float __x) {return 0;} in __tg_cimag() function
1255 __tg_cimag(double __x) {return 0;} in __tg_cimag() function
1259 __tg_cimag(long double __x) {return 0;} in __tg_cimag() function
1263 __tg_cimag(float _Complex __x) {return cimagf(__x);} in __tg_cimag() function
1267 __tg_cimag(double _Complex __x) {return cimag(__x);} in __tg_cimag() function
1271 __tg_cimag(long double _Complex __x) {return cimagl(__x);} in __tg_cimag() function