HomeSort by relevance Sort by last modified time
    Searched defs:cimag (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cimag.c 35 cimag(double complex z) function
  /external/ImageMagick/MagickCore/
fourier.c 75 #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
    [all...]
  /external/clang/lib/Headers/
tgmath.h 1254 // 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 2147 milliseconds