Home
last modified time | relevance | path

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

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