/external/libffi/testsuite/libffi.complex/ |
D | 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 …]
|
D | complex.inc | 7 c = -(2 * creal (c)) + (cimag (c) + 1)* I; 42 T_CONV creal (tc_result), T_CONV cimag (tc_result), 43 T_CONV creal (2.0), T_CONV creal (8.0), tc_int_arg_x, tc_y); 45 CHECK (creal (tc_result) == -2);
|
D | 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);
|
D | 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));
|
D | 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));
|
D | 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));
|
/external/libffi/testsuite/libffi.call/ |
D | 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 …]
|
D | complex.inc | 7 c = -(2 * creal (c)) + (cimag (c) + 1)* I; 42 T_CONV creal (tc_result), T_CONV cimag (tc_result), 43 T_CONV creal (2.0), T_CONV creal (8.0), tc_int_arg_x, tc_y); 45 CHECK (creal (tc_result) == -2);
|
D | 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);
|
D | 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));
|
D | 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));
|
D | 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));
|
D | complex_int.c | 15 c = -(2 * creal (c)) + (cimag (c) + 1)* I; in f_complex() 80 CHECK (creal (tc_result) == -2); in main()
|
/external/llvm-project/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/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/llvm-project/compiler-rt/test/builtins/Unit/ |
D | divdc3_test.c | 23 if (isinf(creal(x)) || isinf(cimag(x))) in classify() 25 if (isnan(creal(x)) && isnan(cimag(x))) in classify() 27 if (isnan(creal(x))) in classify() 35 if (creal(x) == 0) in classify()
|
D | muldc3_test.c | 23 if (isinf(creal(x)) || isinf(cimag(x))) in classify() 25 if (isnan(creal(x)) && isnan(cimag(x))) in classify() 27 if (isnan(creal(x))) in classify() 35 if (creal(x) == 0) in classify()
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcalls-complex.c | 8 extern double creal(double _Complex); 16 return creal(z); in test_creal()
|
D | ppc64-complex-parms.c | 8 double creal(_Complex double); 25 return creal(x); in foo_double()
|
D | ppc64-complex-return.c | 8 double creal(_Complex double); 77 return creal(foo_double(2.0 - 2.5i)); in bar_double()
|
/external/clang/test/CodeGen/ |
D | libcalls-complex.c | 8 extern double creal(double _Complex); 16 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()
|