Searched refs:cimag (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcalls-complex.c9 extern double cimag(double _Complex);
31 return cimag(z);
32 // CHECK-NO-NOT: call double @cimag
33 // CHECK-YES: call double @cimag
H A Dcomplex-builtints.c4 /* Test for builtin conj, creal, cimag. */
16 extern double cimag (double _Complex);
H A Dlibcall-declarations.c214 double cimag(double _Complex);
304 F(ccoshl), F(cexp), F(cexpf), F(cexpl), F(cimag),
502 // CHECK-NOERRNO: declare double @cimag(double, double) [[NUW]]
591 // CHECK-ERRNO: declare double @cimag(double, double) [[NUW]]
/external/compiler-rt/test/builtins/Unit/
H A Dmuldc3_test.c30 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));
H A Ddivdc3_test.c30 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));
/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/ltrace/etc/
H A Dlibm.so.conf120 double cimag(double_complex);

Completed in 1096 milliseconds