| /external/libffi/testsuite/libffi.call/ |
| many_complex.inc | 34 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...] |
| return_complex.inc | 7 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));
|
| cls_complex_va.inc | 21 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));
|
| cls_complex.inc | 15 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));
|
| complex.inc | 7 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);
|
| cls_align_complex.inc | 21 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);
|
| return_complex1.inc | 37 T_CONV creal (rc), T_CONV cimag (rc), 38 T_CONV creal (rc2), T_CONV cimag (rc2));
|
| return_complex2.inc | 36 T_CONV creal (rc), T_CONV cimag (rc), 37 T_CONV creal (rc2), T_CONV cimag (rc2));
|
| cls_complex_struct.inc | 16 T_CONV creal (p.x), T_CONV cimag (p.x), 17 T_CONV creal (p.y), T_CONV cimag (p.y));
|
| complex_int.c | 15 c = -(2 * creal (c)) + (cimag (c) + 1)* I; 81 CHECK (cimag (tc_result) == 8);
|
| /external/clang/test/CodeGen/ |
| libcalls-complex.c | 3 // RUN: -fno-builtin-cimagf -fno-builtin-cimag -fno-builtin-cimagl -emit-llvm \ 12 extern double cimag(double _Complex); 34 return cimag(z); 35 // CHECK-NO-NOT: call double @cimag 36 // CHECK-YES: call double @cimag
|
| complex-builtints.c | 4 /* Test for builtin conj, creal, cimag. */ 16 extern double cimag (double _Complex);
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| w_cabs.c | 18 return hypot(creal(z), cimag(z));
|
| s_cproj.c | 39 if (!isinf(creal(z)) && !isinf(cimag(z))) 42 return (CMPLX(INFINITY, copysign(0.0, cimag(z))));
|
| s_carg.c | 37 return (atan2(cimag(z), creal(z)));
|
| s_cimag.c | 33 cimag(double complex z) function
|
| s_conj.c | 37 return (CMPLX(creal(z), -cimag(z)));
|
| s_csinh.c | 56 y = cimag(z); 79 return (CMPLX(creal(z) * copysign(1, x), cimag(z))); 154 z = csinh(CMPLX(cimag(z), creal(z))); 155 return (CMPLX(cimag(z), creal(z)));
|
| catrig.c | 282 y = cimag(z); 310 return (CMPLX(copysign(creal(w), x), copysign(cimag(w), y))); 338 double complex w = casinh(CMPLX(cimag(z), creal(z))); 340 return (CMPLX(cimag(w), creal(w))); 364 y = cimag(z); 391 rx = fabs(cimag(w)); 437 ry = cimag(w); 448 return (CMPLX(fabs(ry), copysign(rx, cimag(z)))); 461 y = cimag(z); 572 y = cimag(z) [all...] |
| s_ccosh.c | 56 y = cimag(z); 79 return (CMPLX(creal(z), cimag(z) * copysign(1, x))); 155 return (ccosh(CMPLX(-cimag(z), creal(z))));
|
| s_ctanh.c | 82 y = cimag(z); 143 z = ctanh(CMPLX(cimag(z), creal(z))); 144 return (CMPLX(cimag(z), creal(z)));
|
| /prebuilts/misc/common/swig/include/2.0.11/python/ |
| ccomplex.i | 19 %swig_cplxflt_convn(float complex, CCplxConst, creal, cimag); 20 %swig_cplxdbl_convn(double complex, CCplxConst, creal, cimag); 21 %swig_cplxdbl_convn(complex, CCplxConst, creal, cimag);
|
| /prebuilts/go/darwin-x86/test/ |
| cmplxdivide.c | 92 fmt(creal(n)), fmt(cimag(n)), 93 fmt(creal(d)), fmt(cimag(d)), 94 fmt(creal(q)), fmt(cimag(q)));
|
| /prebuilts/go/linux-x86/test/ |
| cmplxdivide.c | 92 fmt(creal(n)), fmt(cimag(n)), 93 fmt(creal(d)), fmt(cimag(d)), 94 fmt(creal(q)), fmt(cimag(q)));
|
| /bionic/libm/upstream-netbsd/lib/libm/complex/ |
| clog.c | 44 rr = atan2(cimag(z), creal(z));
|