Searched defs:cimag (Results 1 – 8 of 8) sorted by relevance
12 cimag(double complex z) in cimag() function
512 deprecated alias core.stdc.complex.cimag cimag; in version() local513 deprecated alias core.stdc.complex.cimagf cimag; in version() local514 deprecated alias core.stdc.complex.cimagl cimag; in version() local1002 deprecated alias core.stdc.complex.cimag cimag; in version() local1003 deprecated alias core.stdc.complex.cimagf cimag; in version() local1004 deprecated alias core.stdc.complex.cimagl cimag; in version() local1519 deprecated alias core.stdc.complex.cimag cimag; variable1520 deprecated alias core.stdc.complex.cimagf cimag; variable1521 deprecated alias core.stdc.complex.cimagl cimag; variable
121 #define cimag(z) __TGMATH_CPLX_ONLY(z, cimag) macro
189 #define cimag(a) __TG_CFN1(cimag, (a)) macro
298 cimag, 99 keyword
1274 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro