Searched defs:cimag (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dfourier.c75 #define carg(z) (atan2(cimag(z),creal(z)))
78 #define cimag(z) (z[1])
828 phase_pixels[i]=cimag(forward_pixels[i]);
77 #define cimag macro
/external/clang/lib/Headers/
H A Dtgmath.h1254 // cimag
1274 __tg_cimag(double _Complex __x) {return cimag(__x);}
1280 #undef cimag macro
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dtgmath.h1254 // cimag
1274 __tg_cimag(double _Complex __x) {return cimag(__x);}
1280 #undef cimag macro
1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro

Completed in 90 milliseconds