Searched refs:creal (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A D2005-02-20-AggregateSAVEEXPR.c4 return creal(c);
H A Dcomplex-builtints.c4 /* Test for builtin conj, creal, cimag. */
12 extern double creal (double _Complex);
/external/compiler-rt/test/Unit/
H A Dmuldc3_test.c30 if (isinf(creal(x)) || isinf(cimag(x)))
32 if (isnan(creal(x)) && isnan(cimag(x)))
34 if (isnan(creal(x)))
42 if (creal(x) == 0)
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)))
34 if (isnan(creal(x)))
42 if (creal(x) == 0)
53 // a, b, c, d, creal(r), cimag(r));
/external/clang/lib/Headers/
H A Dtgmath.h1341 // creal
1361 __tg_creal(double _Complex __x) {return creal(__x);}
1367 #undef creal macro
1368 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x)) macro
/external/clang/lib/include/
H A Dtgmath.h1341 // creal
1361 __tg_creal(double _Complex __x) {return creal(__x);}
1367 #undef creal macro
1368 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x)) macro

Completed in 421 milliseconds