Searched refs:creal (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/Headers/ |
D | tgmath.c | 16 _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/compiler-rt/test/builtins/Unit/ |
D | divdc3_test.c | 31 if (isinf(creal(x)) || isinf(cimag(x))) in classify() 33 if (isnan(creal(x)) && isnan(cimag(x))) in classify() 35 if (isnan(creal(x))) in classify() 43 if (creal(x) == 0) in classify()
|
D | muldc3_test.c | 31 if (isinf(creal(x)) || isinf(cimag(x))) in classify() 33 if (isnan(creal(x)) && isnan(cimag(x))) in classify() 35 if (isnan(creal(x))) in classify() 43 if (creal(x) == 0) in classify()
|
/external/clang/test/CodeGen/ |
D | libcalls-complex.c | 5 extern double creal(double _Complex); 13 return creal(z); in test_creal()
|
D | ppc64-complex-return.c | 5 double creal(_Complex double); 66 return creal(foo_double(2.0 - 2.5i)); in bar_double()
|
D | ppc64-complex-parms.c | 4 double creal(_Complex double); 14 return creal(x); in foo_double()
|
D | 2005-02-20-AggregateSAVEEXPR.c | 4 return creal(c); in foo()
|
D | complex-builtints.c | 12 extern double creal (double _Complex);
|
D | libcall-declarations.c | 229 double creal(double _Complex); 307 F(cprojl), F(cpow), F(cpowf), F(cpowl), F(creal),
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1361 __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/ltrace/etc/ |
D | libm.so.conf | 116 double creal(double_complex);
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 549 def mandleconverger(real imag iters creal cimag) 553 mandleconverger(real*real - imag*imag + creal, 555 iters+1, creal, cimag);
|
D | OCamlLangImpl6.rst | 499 def mandleconverger(real imag iters creal cimag) 503 mandleconverger(real*real - imag*imag + creal, 505 iters+1, creal, cimag);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1157 LIBBUILTIN(creal, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1519 fun:creal=uninstrumented
|