Home
last modified time | relevance | path

Searched refs:cimag (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Ddivdc3_test.c31 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()
Dmuldc3_test.c31 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/
Dlibcalls-complex.c9 extern double cimag(double _Complex);
31 return cimag(z); in test_cimag()
Dcomplex-builtints.c16 extern double cimag (double _Complex);
Dlibcall-declarations.c214 double cimag(double _Complex);
304 F(ccoshl), F(cexp), F(cexpf), F(cexpl), F(cimag),
/external/clang/lib/Headers/
Dtgmath.h1274 __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/
Dlibm.so.conf120 double cimag(double_complex);
/external/llvm/docs/tutorial/
DLangImpl6.rst549 def mandleconverger(real imag iters creal cimag)
554 2*real*imag + cimag,
555 iters+1, creal, cimag);
DOCamlLangImpl6.rst499 def mandleconverger(real imag iters creal cimag)
504 2*real*imag + cimag,
505 iters+1, creal, cimag);
/external/clang/include/clang/Basic/
DBuiltins.def1137 LIBBUILTIN(cimag, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1463 fun:cimag=uninstrumented