HomeSort by relevance Sort by last modified time
    Searched refs:cimag (Results 1 - 25 of 42) sorted by null

1 2

  /prebuilts/misc/common/swig/include/2.0.11/python/
ccomplex.i 19 %swig_cplxflt_convn(float complex, CCplxConst, creal, cimag);
20 %swig_cplxdbl_convn(double complex, CCplxConst, creal, cimag);
21 %swig_cplxdbl_convn(complex, CCplxConst, creal, cimag);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cimag.c 33 cimag(double complex z) function
s_conj.c 37 return (cpack(creal(z), -cimag(z)));
s_cproj.c 39 if (!isinf(creal(z)) && !isinf(cimag(z)))
42 return (cpack(INFINITY, copysign(0.0, cimag(z))));
s_carg.c 37 return (atan2(cimag(z), creal(z)));
w_cabs.c 18 return hypot(creal(z), cimag(z));
s_ctanh.c 82 y = cimag(z);
142 z = ctanh(cpack(-cimag(z), creal(z)));
143 return (cpack(cimag(z), -creal(z)));
s_csinh.c 54 y = cimag(z);
77 return (cpack(creal(z) * copysign(1, x), cimag(z)));
155 z = csinh(cpack(-cimag(z), creal(z)));
156 return (cpack(cimag(z), -creal(z)));
s_ccosh.c 54 y = cimag(z);
77 return (cpack(creal(z), cimag(z) * copysign(1, x)));
154 return (ccosh(cpack(-cimag(z), creal(z))));
k_exp.c 93 y = cimag(z);
s_cexp.c 46 y = cimag(z);
s_csqrt.c 57 b = cimag(z);
  /external/clang/test/CodeGen/
libcalls-complex.c 9 extern double cimag(double _Complex);
31 return cimag(z);
32 // CHECK-NO-NOT: call double @cimag
33 // CHECK-YES: call double @cimag
complex-builtints.c 4 /* Test for builtin conj, creal, cimag. */
16 extern double cimag (double _Complex);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
cmathcalls.h 126 __MATHDECL (_Mdouble_,cimag, (_Mdouble_complex_ __z));
140 __MATH_PRECNAME(cimag) (_Mdouble_complex_ __z) __THROW
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 126 __MATHDECL (_Mdouble_,cimag, (_Mdouble_complex_ __z));
140 __MATH_PRECNAME(cimag) (_Mdouble_complex_ __z) __THROW
  /bionic/libm/include/
complex.h 63 double cimag(double complex) __pure2;
  /development/ndk/platforms/android-L/include/
complex.h 63 double cimag(double complex) __pure2;
  /external/compiler-rt/test/builtins/Unit/
divdc3_test.c 30 if (isinf(creal(x)) || isinf(cimag(x)))
32 if (isnan(creal(x)) && isnan(cimag(x)))
36 if (cimag(x) == 0)
40 if (isnan(cimag(x)))
53 // a, b, c, d, creal(r), cimag(r));
muldc3_test.c 30 if (isinf(creal(x)) || isinf(cimag(x)))
32 if (isnan(creal(x)) && isnan(cimag(x)))
36 if (cimag(x) == 0)
40 if (isnan(cimag(x)))
53 // a, b, c, d, creal(r), cimag(r));
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
complex.h 63 double cimag(double complex) __pure2 __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
complex.h 63 double cimag(double complex) __pure2 __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
complex.h 63 double cimag(double complex) __pure2 __NDK_FPABI__;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 52 double __MINGW_ATTRIB_CONST cimag (double _Complex);
128 __CRT_INLINE double __MINGW_ATTRIB_CONST cimag (double _Complex _Z) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 451 #define cimag(Val) __TGMATH_UNARY_REAL_IMAG_RET_REAL (Val, cimag, cimag) macro

Completed in 1006 milliseconds

1 2