HomeSort by relevance Sort by last modified time
    Searched full:_complex (Results 26 - 50 of 399) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 61 static float _Complex _TG_ATTRSp __tg_promote(float _Complex);
62 static double _Complex _TG_ATTRSp __tg_promote(double _Complex);
63 static long double _Complex _TG_ATTRSp __tg_promote(long double _Complex);
86 static float _Complex
88 __tg_acos(float _Complex __x) {return cacosf(__x);}
90 static double _Complex
92 __tg_acos(double _Complex __x) {return cacos(__x);
    [all...]
  /prebuilts/sdk/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/FixIt/
fixit-recompile.c 4 _Complex cd;
6 // CHECK: _Complex double cd;
  /external/clang/test/CodeGen/
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 }; }
2005-09-20-ComplexConstants.c 3 const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
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...]
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; }
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...]
  /external/clang/test/Sema/
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...]
warn-freestanding-complex.c 3 void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
  /external/libffi/testsuite/libffi.call/
cls_complex.inc 8 _Complex T_C_TYPE *pa;
9 _Complex T_C_TYPE *pr;
10 pa = (_Complex T_C_TYPE *)args[0];
11 pr = (_Complex T_C_TYPE *)resp;
18 typedef _Complex T_C_TYPE (*cls_ret_complex)(_Complex T_C_TYPE);
26 _Complex T_C_TYPE res;
cls_complex_va.inc 8 static _Complex T_C_TYPE gComplexValue1 = 1 + 2 * I;
9 static _Complex T_C_TYPE gComplexValue2 = 3 + 4 * I;
14 _Complex T_C_TYPE p1, p2;
17 p1 = va_arg (ap, _Complex T_C_TYPE);
18 p2 = va_arg (ap, _Complex T_C_TYPE);
30 gComplexValue1 = *(_Complex T_C_TYPE*)args[1];
31 gComplexValue2 = *(_Complex T_C_TYPE*)args[2];
48 _Complex T_C_TYPE complexArg1 = 1.0 + 22.0 *I;
49 _Complex T_C_TYPE complexArg2 = 333.0 + 4444.0 *I;
return_complex2.inc 5 static _Complex T_C_TYPE return_c(_Complex T_C_TYPE c1, _Complex T_C_TYPE c2, unsigned int in3, _Complex T_C_TYPE c4)
14 _Complex T_C_TYPE c1, c2, c4, rc, rc2;
return_complex.inc 5 static _Complex T_C_TYPE return_c(_Complex T_C_TYPE c)
15 _Complex T_C_TYPE c, rc, rc2;
complex_int.c 13 _Complex int f_complex(_Complex int c, int x, int *py)
34 _Complex type x; \
37 sizeof(_Complex type), \
55 _Complex int tc_arg;
56 _Complex int tc_result;
  /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...]
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 {

Completed in 1178 milliseconds

12 3 4 5 6 7 8 91011>>