Searched refs:cimag (Results 1 – 11 of 11) sorted by relevance
/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() 37 if (cimag(x) == 0) in classify() 41 if (isnan(cimag(x))) 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() 37 if (cimag(x) == 0) in classify() 41 if (isnan(cimag(x))) in classify()
|
/external/clang/test/CodeGen/ |
D | libcalls-complex.c | 9 extern double cimag(double _Complex); 31 return cimag(z); in test_cimag()
|
D | complex-builtints.c | 16 extern double cimag (double _Complex);
|
D | libcall-declarations.c | 214 double cimag(double _Complex); 304 F(ccoshl), F(cexp), F(cexpf), F(cexpl), F(cimag),
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1274 __tg_cimag(double _Complex __x) {return cimag(__x);} in __tg_cimag() 1280 #undef cimag 1281 #define cimag(__x) __tg_cimag(__tg_promote1((__x))(__x)) macro
|
/external/ltrace/etc/ |
D | libm.so.conf | 120 double cimag(double_complex);
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 549 def mandleconverger(real imag iters creal cimag) 554 2*real*imag + cimag, 555 iters+1, creal, cimag);
|
D | OCamlLangImpl6.rst | 499 def mandleconverger(real imag iters creal cimag) 504 2*real*imag + cimag, 505 iters+1, creal, cimag);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1137 LIBBUILTIN(cimag, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1463 fun:cimag=uninstrumented
|