Home
last modified time | relevance | path

Searched refs:creal (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Headers/
Dtgmath.c16 _Static_assert(sizeof(creal(f)) == sizeof(f), "");
17 _Static_assert(sizeof(creal(d)) == sizeof(d), "");
18 _Static_assert(sizeof(creal(l)) == sizeof(l), "");
20 _Static_assert(sizeof(creal(fc)) == sizeof(f), "");
21 _Static_assert(sizeof(creal(dc)) == sizeof(d), "");
22 _Static_assert(sizeof(creal(lc)) == sizeof(l), "");
/external/clang/test/CodeGen/
Dlibcalls-complex.c5 extern double creal(double _Complex);
13 return creal(z); in test_creal()
Dppc64-complex-parms.c5 double creal(_Complex double);
15 return creal(x); in foo_double()
Dppc64-complex-return.c5 double creal(_Complex double);
66 return creal(foo_double(2.0 - 2.5i)); in bar_double()
D2005-02-20-AggregateSAVEEXPR.c4 return creal(c); in foo()
Dcomplex-builtints.c12 extern double creal (double _Complex);
/external/compiler-rt/test/Unit/
Ddivdc3_test.c30 if (isinf(creal(x)) || isinf(cimag(x))) in classify()
32 if (isnan(creal(x)) && isnan(cimag(x))) in classify()
34 if (isnan(creal(x))) in classify()
42 if (creal(x) == 0) in classify()
Dmuldc3_test.c30 if (isinf(creal(x)) || isinf(cimag(x))) in classify()
32 if (isnan(creal(x)) && isnan(cimag(x))) in classify()
34 if (isnan(creal(x))) in classify()
42 if (creal(x) == 0) in classify()
/external/clang/lib/Headers/
Dtgmath.h1361 __tg_creal(double _Complex __x) {return creal(__x);} in __tg_creal()
1367 #undef creal
1368 #define creal(__x) __tg_creal(__tg_promote1((__x))(__x)) macro
/external/llvm/docs/tutorial/
DLangImpl6.rst531 def mandleconverger(real imag iters creal cimag)
535 mandleconverger(real*real - imag*imag + creal,
537 iters+1, creal, cimag);
DOCamlLangImpl6.rst499 def mandleconverger(real imag iters creal cimag)
503 mandleconverger(real*real - imag*imag + creal,
505 iters+1, creal, cimag);
/external/clang/include/clang/Basic/
DBuiltins.def842 LIBBUILTIN(creal, "dXd", "fnc", "complex.h", ALL_LANGUAGES)