HomeSort by relevance Sort by last modified time
    Searched full:_complex (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
cxx-value-init.cpp 9 _Complex int v4 = typeof(_Complex int)();
10 _Complex float v5 = typeof(_Complex float)();
conditional-gnu-ext.c 24 _Complex int getComplex(_Complex int val) {
31 _Complex int complx() {
32 _Complex int cond;
33 _Complex int rhs;
complex.c 5 double _Complex a = 5;
6 double _Complex b = 42;
11 _Complex double bar(int);
12 void test(_Complex double*);
13 void takecomplex(_Complex double);
16 _Complex double X;
22 _Complex double g1, g2;
23 _Complex float cf;
75 float _Complex t4();
78 float _Complex x = t4()
    [all...]
overloadable.c 5 double _Complex __attribute__((overloadable)) f(double _Complex x) { return x; }
18 double _Complex cdv;
func-return-member.c 3 struct frk { float _Complex c; int x; };
11 float _Complex C;
cxx-default-arg.cpp 15 double _Complex c;
17 void f(int i = 0, int j = 1, int k = x, struct S t = s, double _Complex d = c);
  /external/clang/test/Sema/
overloadable-complex.c 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
12 int *foo(float _Complex) __attribute__((__overloadable__));
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
21 long *foo(double _Complex) __attribute__((__overloadable__));
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
30 char *promote_or_convert(double _Complex) __attribute__((__overloadable__)); // expected-note 2 {{candidate function}}
31 int *promote_or_convert(long double _Complex) __attribute__((__overloadable__)); // expected-note 2 {{candidate function}}
    [all...]
warn-freestanding-complex.c 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
  /external/clang/test/SemaCXX/
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...]
  /external/llvm/test/FrontendC/
2007-08-21-ComplexCst.c 2 void f(_Complex float z);
2005-09-20-ComplexConstants.c 3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
2007-09-27-ComplexIntCompare.c 6 struct s { _Complex unsigned short x; };
  /external/clang/lib/Headers/
tgmath.h 52 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
53 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
54 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
77 static float _Complex
79 __tg_acos(float _Complex __x) {return cacosf(__x);}
81 static double _Complex
83 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 52 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
53 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
54 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
77 static float _Complex
79 __tg_acos(float _Complex __x) {return cacosf(__x);}
81 static double _Complex
83 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 52 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
53 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
54 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
77 static float _Complex
79 __tg_acos(float _Complex __x) {return cacosf(__x);}
81 static double _Complex
83 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 52 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
53 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
54 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
77 static float _Complex
79 __tg_acos(float _Complex __x) {return cacosf(__x);}
81 static double _Complex
83 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 52 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
53 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
54 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
77 static float _Complex
79 __tg_acos(float _Complex __x) {return cacosf(__x);}
81 static double _Complex
83 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /external/clang/test/CodeGenObjC/
property-complex.m 6 _Complex float iv0;
9 @property(assign) _Complex float p0;
11 -(_Complex float) im0;
12 -(void) setIm0: (_Complex float) a0;
23 -(_Complex float) im0 {
27 -(void) setIm0: (_Complex float) a0 {
32 -(_Complex float) p0 {
36 -(void) setP0: (_Complex float) a0 {
45 _Complex float l2 = (a0.im0 = a0.im0);
46 _Complex float l3 = a0->iv0
    [all...]
encode-test-5.m 4 char *a = @encode(_Complex int);
7 char *b = @encode(_Complex float);
10 char *c = @encode(_Complex double);
assign.m 9 @property _Complex int x1;
21 _Complex int l1 = (a.x1 = 1);
32 _Complex int l4 = (a.x1 += 1);
complex-property.m 11 _Complex int a1 = 25 + 10i;
21 @property (assign) _Complex float f_complex_ivar;
27 -(void) unary_f_complex: (_Complex float) a0 {
  /external/clang/test/Parser/
implicit-casts.c 2 _Complex double X;
9 double _Complex a = 5;
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis-3.cpp 16 _Complex float e;
lvalue-bitcasts.cpp 32 _Complex float cf;
33 _Complex float &cfr = cf;
38 cfr = reinterpret_cast<_Complex float&>(ir);
43 cfr = reinterpret_cast<_Complex float&>(fr);
47 cfr = reinterpret_cast<_Complex float&>(xr);
77 _Complex float cf;
78 _Complex float &cfr = cf;
83 cfr = (_Complex float&)ir;
88 cfr = (_Complex float&)fr;
92 cfr = (_Complex float&)xr
    [all...]
  /external/clang/test/FixIt/
fixit-suffix.c 5 _Complex cd;

Completed in 431 milliseconds

1 2 3 4 5 6