Searched refs:__tg_cimag (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1258 __tg_cimag(float __x) {return 0;} function
1262 __tg_cimag(double __x) {return 0;} function
1266 __tg_cimag(long double __x) {return 0;} function
1270 __tg_cimag(float _Complex __x) {return cimagf(__x);} function
1274 __tg_cimag(double _Complex __x) {return cimag(__x);} function
1278 __tg_cimag(long double _Complex __x) {return cimagl(__x);} function
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x))

Completed in 72 milliseconds