Home
last modified time | relevance | path

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

12

/external/libffi/testsuite/libffi.call/
Dmany_complex.inc34 T_CONV creal (c1), T_CONV cimag (c1),
35 T_CONV creal (c2), T_CONV cimag (c2),
36 T_CONV creal (c3), T_CONV cimag (c3),
37 T_CONV creal (c4), T_CONV cimag (c4),
38 T_CONV creal (c5), T_CONV cimag (c5),
39 T_CONV creal (c6), T_CONV cimag (c6),
40 T_CONV creal (c7), T_CONV cimag (c7),
41 T_CONV creal (c8), T_CONV cimag (c8),
42 T_CONV creal (c9), T_CONV cimag (c9),
43 T_CONV creal (c10), T_CONV cimag (c10),
[all …]
Dcls_align_complex.inc21 a1.a, T_CONV creal (a1.b), T_CONV cimag (a1.b), a1.c,
22 a2.a, T_CONV creal (a2.b), T_CONV cimag (a2.b), a2.c,
23 result.a, T_CONV creal (result.b), T_CONV cimag (result.b), result.c);
79 res_c.a, T_CONV creal (res_c.b), T_CONV cimag (res_c.b), res_c.c);
87 res_c.a, T_CONV creal (res_c.b), T_CONV cimag (res_c.b), res_c.c);
Dcls_complex_va.inc21 return printf(format, T_CONV creal (p1), T_CONV cimag (p1),
22 T_CONV creal (p2), T_CONV cimag (p2));
35 T_CONV creal (gComplexValue1), T_CONV cimag (gComplexValue1),
36 T_CONV creal (gComplexValue2), T_CONV cimag (gComplexValue2));
Dreturn_complex.inc7 printf ("%f,%fi\n", T_CONV creal (c), T_CONV cimag (c));
32 T_CONV creal (rc), T_CONV cimag (rc),
33 T_CONV creal (rc2), T_CONV cimag (rc2));
Dcomplex.inc7 c = -(2 * creal (c)) + (cimag (c) + 1)* I;
42 T_CONV creal (tc_result), T_CONV cimag (tc_result),
46 CHECK (cimag (tc_result) == 8);
Dcls_complex.inc15 T_CONV creal (*pa), T_CONV cimag (*pa),
16 T_CONV creal (*pr), T_CONV cimag (*pr));
38 printf("res: %.6f,%.6fi\n", T_CONV creal (res), T_CONV cimag (res));
Dcomplex_int.c15 c = -(2 * creal (c)) + (cimag (c) + 1)* I; in f_complex()
81 CHECK (cimag (tc_result) == 8); in main()
Dreturn_complex1.inc37 T_CONV creal (rc), T_CONV cimag (rc),
38 T_CONV creal (rc2), T_CONV cimag (rc2));
Dreturn_complex2.inc36 T_CONV creal (rc), T_CONV cimag (rc),
37 T_CONV creal (rc2), T_CONV cimag (rc2));
Dcls_complex_struct.inc16 T_CONV creal (p.x), T_CONV cimag (p.x),
17 T_CONV creal (p.y), T_CONV cimag (p.y));
/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.c12 extern double cimag(double _Complex);
34 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/ImageMagick/MagickCore/
Dfourier.c74 #define carg(z) (atan2(cimag(z),creal(z)))
77 #define cimag(z) (z[1]) macro
824 phase_pixels[i]=cimag(forward_pixels[i]); in ForwardFourierTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl06.rst549 def mandelconverger(real imag iters creal cimag)
554 2*real*imag + cimag,
555 iters+1, creal, cimag);
DOCamlLangImpl6.rst499 def mandelconverger(real imag iters creal cimag)
504 2*real*imag + cimag,
505 iters+1, creal, cimag);
/external/libffi/doc/
Dlibffi.texi505 (float)creal (cf), (float)cimag (cf),
506 (float)creal (cd), (float)cimag (cd),
507 (float)creal (cld), (float)cimag (cld));
/external/llvm/docs/tutorial/
DLangImpl06.rst549 def mandelconverger(real imag iters creal cimag)
554 2*real*imag + cimag,
555 iters+1, creal, cimag);
DOCamlLangImpl6.rst499 def mandelconverger(real imag iters creal cimag)
504 2*real*imag + cimag,
505 iters+1, creal, cimag);
/external/ImageMagick/config/
Dconfig.h.in103 /* Define to 1 if you have the `cimag' function. */
/external/clang/include/clang/Basic/
DBuiltins.def1165 LIBBUILTIN(cimag, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1463 fun:cimag=uninstrumented

12