HomeSort by relevance Sort by last modified time
    Searched refs:_Complex (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
2005-09-20-ComplexConstants.c 3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
long_double_fp128.cpp 19 void test(long, float, double, long double, long double _Complex) { }
cxx-value-init.cpp 9 _Complex int v4 = typeof(_Complex int)();
10 _Complex float v5 = typeof(_Complex float)();
ppc64-varargs-complex.c 10 _Complex int i = va_arg(ap, _Complex int);
25 _Complex short s = va_arg(ap, _Complex short);
40 _Complex char c = va_arg(ap, _Complex char);
53 _Complex float f = va_arg(ap, _Complex float);
ppc64le-varargs-complex.c 10 _Complex int i = va_arg(ap, _Complex int);
24 _Complex short s = va_arg(ap, _Complex short);
38 _Complex char c = va_arg(ap, _Complex char);
50 _Complex float f = va_arg(ap, _Complex float);
libcalls-complex.c 4 extern float crealf(float _Complex);
5 extern double creal(double _Complex);
6 extern long double creall(long double _Complex);
8 extern float cimagf(float _Complex);
9 extern double cimag(double _Complex);
10 extern long double cimagl(long double _Complex);
12 double test_creal(double _Complex z) {
18 long double test_creall(double _Complex z) {
24 float test_crealf(double _Complex z) {
30 double test_cimag(double _Complex z)
    [all...]
complex-math.c 8 float _Complex add_float_rr(float a, float b) {
15 float _Complex add_float_cr(float _Complex a, float b) {
22 float _Complex add_float_rc(float a, float _Complex b) {
29 float _Complex add_float_cc(float _Complex a, float _Complex b) {
38 float _Complex sub_float_rr(float a, float b) {
45 float _Complex sub_float_cr(float _Complex a, float b)
    [all...]
x86_64-arguments-win32.c 18 // For ABI compatibility with ICC, _Complex should be passed/returned
22 void f5(_Complex float a) {}
25 void f6(_Complex double a) {}
28 _Complex float f7() { return 1.0; }
31 _Complex double f8() { return 1.0; }
volatile-2.c 10 extern volatile _Complex float test0_v;
21 extern volatile _Complex float test1_v;
complex-init-list.c 7 _Complex float x = { 1.0f, 1.0f/0.0f };
10 _Complex float f(float x, float y) { _Complex float z = { x, y }; return z; }
15 _Complex float f2(float x, float y) { return (_Complex float){ x, y }; }
ppc64-complex-return.c 4 float crealf(_Complex float);
5 double creal(_Complex double);
6 long double creall(_Complex long double);
8 _Complex float foo_float(_Complex float x) {
14 _Complex double foo_double(_Complex double x) {
20 _Complex long double foo_long_double(_Complex long double x) {
26 _Complex int foo_int(_Complex int x)
    [all...]
mingw-long-double.c 24 long double _Complex dataLDC = {1.0L, 1.0L};
36 long double _Complex TestLDC(long double _Complex x) {
capture-complex-expr-in-block.c 7 _Complex double c;
9 _Complex double z;
libcall-declarations.c 181 double cabs(double _Complex);
182 float cabsf(float _Complex);
183 long double cabsl(long double _Complex);
184 double _Complex cacos(double _Complex);
185 float _Complex cacosf(float _Complex);
186 long double _Complex cacosl(long double _Complex);
187 double _Complex cacosh(double _Complex)
    [all...]
ppc64-complex-parms.c 3 float crealf(_Complex float);
4 double creal(_Complex double);
5 long double creall(_Complex long double);
7 float foo_float(_Complex float x) {
13 double foo_double(_Complex double x) {
19 long double foo_long_double(_Complex long double x) {
25 int foo_int(_Complex int x) {
31 short foo_short(_Complex short x) {
37 signed char foo_char(_Complex signed char x) {
43 long foo_long(_Complex long x)
    [all...]
  /external/clang/test/FixIt/
fixit-recompile.c 4 _Complex cd;
6 // CHECK: _Complex double cd;
fixit-suffix.c 5 _Complex cd;
  /external/clang/test/Headers/Inputs/include/
complex.h 3 #define complex _Complex
  /external/clang/test/Sema/
warn-freestanding-complex.c 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
complex-init-list.c 20 _Complex float valid1 = { 1.0f, 2.0f }; // expected-warning {{specifying real and imaginary components is an extension}}
24 struct teststruct { _Complex float x; };
28 _Complex int valid2 = { 1, 2 }; // expected-warning {{complex integer}} expected-warning {{specifying real and imaginary components is an extension}}
30 _Complex float valid4[2] = { {1.0f, 1.0f}, {1.0f, 1.0f} }; // expected-warning 2 {{specifying real and imaginary components is an extension}}
32 _Complex float valid5 = {1.0f, 1.0fi}; // expected-warning {{imaginary constants}} expected-warning {{specifying real and imaginary components is an extension}}
37 _Complex float invalid2 = { 1, 2, 3 }; // expected-warning {{excess elements}}
38 _Complex float invalid3 = {}; // expected-error {{scalar initializer cannot be empty}} expected-warning {{GNU empty initializer}}
42 _Complex float sizetest1[] = { {1.0f, 1.0f}, {1.0f, 1.0f} }; // expected-warning 2 {{specifying real and imaginary components is an extension}}
43 _Complex float sizecheck1[(sizeof(sizetest1) == sizeof(*sizetest1)*2) ? 1 : -1];
44 _Complex float sizetest2[] = { 1.0f, 1.0f, {1.0f, 1.0f} }; // expected-warning {{specifying real and imagi (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h 35 #define complex _Complex
51 double __MINGW_ATTRIB_CONST creal (double _Complex);
52 double __MINGW_ATTRIB_CONST cimag (double _Complex);
53 double __MINGW_ATTRIB_CONST carg (double _Complex);
54 double __MINGW_ATTRIB_CONST cabs (double _Complex) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
55 double _Complex __MINGW_ATTRIB_CONST conj (double _Complex);
56 double _Complex cacos (double _Complex);
57 double _Complex casin (double _Complex)
    [all...]
  /external/clang/test/Analysis/
complex-init-list.cpp 6 _Complex float valid1 = { 0.0f, 0.0f };
  /external/clang/test/SemaCXX/
complex-init-list.cpp 14 // (No pedantic warning is necessary because _Complex is not part of C++.)
15 _Complex float valid1 = { 1.0f, 2.0f };
complex-overload.cpp 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
12 int *foo(float _Complex);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
21 long *foo(double _Complex);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
30 char *promote_or_convert(double _Complex); // expected-note{{candidate function}}
31 int *promote_or_convert(long double _Complex); // expected-note{{candidate function}}
    [all...]
  /bionic/tests/
complex_test.cpp 27 extern "C" double cabs(double _Complex);
32 extern "C" float cabsf(float _Complex);
37 extern "C" long double cabsl(long double _Complex);
42 extern "C" double _Complex cacos(double _Complex);
47 extern "C" float _Complex cacosf(float _Complex);
52 extern "C" double _Complex cacosh(double _Complex);
57 extern "C" float _Complex cacoshf(float _Complex)
    [all...]

Completed in 618 milliseconds

1 2 3 4 5 6 7