Searched refs:cimag (Results 1 – 3 of 3) sorted by relevance
54 double cimag (double _Complex);130 __CRT_INLINE double cimag (double _Complex _Z) in cimag() function
83 _ACRTIMP double __cdecl cimag(_In_ _Dcomplex _Z);271 return cimag(_X); in imag()406 inline float __CRTDECL cimag(_In_ _Fcomplex _X) throw() in cimag() function553 inline long double __CRTDECL cimag(_In_ _Lcomplex _X) throw() in cimag() function
623 #define cimag(X) _Generic((X), \ macro626 _Dcomplex: cimag, \