Searched defs:cimag (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Headers/
H A Dtgmath.h1254 // cimag
1274 __tg_cimag(double _Complex __x) {return cimag(__x);}
1280 #undef cimag macro
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro

Completed in 292 milliseconds