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

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 2 * cabs() wrapper for hypot().
16 cabs(double complex z) function
22 __weak_reference(cabs, cabsl);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 54 double __MINGW_ATTRIB_CONST cabs (double _Complex) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
143 __CRT_INLINE double __MINGW_ATTRIB_CONST cabs (double _Complex _Z) function
  /external/ImageMagick/MagickCore/
fourier.c 72 #define cabs(z) (sqrt(z[0]*z[0]+z[1]*z[1]))
819 magnitude_pixels[i]=cabs(forward_pixels[i]);
71 #define cabs macro
    [all...]

Completed in 74 milliseconds