Home
last modified time | relevance | path

Searched refs:cimag (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/crt/
H A Dcomplex.h54 double cimag (double _Complex);
130 __CRT_INLINE double cimag (double _Complex _Z) in cimag() function
/reactos/sdk/include/ucrt/
H A Dcomplex.h83 _ACRTIMP double __cdecl cimag(_In_ _Dcomplex _Z);
271 return cimag(_X); in imag()
406 inline float __CRTDECL cimag(_In_ _Fcomplex _X) throw() in cimag() function
553 inline long double __CRTDECL cimag(_In_ _Lcomplex _X) throw() in cimag() function
H A Dtgmath.h623 #define cimag(X) _Generic((X), \ macro
626 _Dcomplex: cimag, \