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

1 2 3 4 5 6 7 8

  /external/clang/test/Parser/
altivec.c 5 __vector char vv_c;
6 __vector signed char vv_sc;
7 __vector unsigned char vv_uc;
8 __vector short vv_s;
9 __vector signed short vv_ss;
10 __vector unsigned short vv_us;
11 __vector short int vv_si;
12 __vector signed short int vv_ssi;
13 __vector unsigned short int vv_usi;
14 __vector int vv_i
    [all...]
cxx-altivec.cpp 6 __vector char vv_c;
7 __vector signed char vv_sc;
8 __vector unsigned char vv_uc;
9 __vector short vv_s;
10 __vector signed short vv_ss;
11 __vector unsigned short vv_us;
12 __vector short int vv_si;
13 __vector signed short int vv_ssi;
14 __vector unsigned short int vv_usi;
15 __vector int vv_i
    [all...]
vsx.c 5 __vector double vv_d1;
9 __vector long double vv_ld3; // expected-error {{cannot use 'long double' with '__vector'}}
10 vector long double v_ld4; // expected-error {{cannot use 'long double' with '__vector'}}
  /external/libjpeg-turbo/simd/
jccolext-altivec.c 38 __vector unsigned char rgb0, rgb1 = {0}, rgb2 = {0},
41 __vector unsigned char rgb3 = {0};
44 __vector unsigned char rgb4 = {0};
46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3;
47 __vector unsigned short yl, yh, crl, crh, cbl, cbh;
48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3;
51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) },
55 __vector unsigned short pw_f050_f000 = { __4X2(F_0_500, 0) };
56 __vector int pd_onehalf = { __4X(ONE_HALF) },
58 __vector unsigned char pb_zero = { __16X(0) }
    [all...]
jdsample-altivec.c 38 __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0,
40 __vector short this0e, this0o, this0l, this0h, last0l, last0h,
44 __vector unsigned char pb_zero = { __16X(0) }, pb_three = { __16X(3) },
54 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) };
82 this0e = (__vector short)vec_mule(this0, pb_three);
83 this0o = (__vector short)vec_mulo(this0, pb_three);
87 last0l = (__vector short)VEC_UNPACKHU(p_last0);
88 last0h = (__vector short)VEC_UNPACKLU(p_last0);
91 next0l = (__vector short)VEC_UNPACKHU(p_next0);
92 next0h = (__vector short)VEC_UNPACKLU(p_next0)
    [all...]
jcsample-altivec.c 39 __vector unsigned char this0, next0, out;
40 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh;
43 __vector unsigned short pw_bias = { __4X2(0, 1) },
45 __vector unsigned char even_odd_index =
61 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
62 this0o = (__vector unsigned short)VEC_UNPACKLU(this0);
70 next0e = (__vector unsigned short)VEC_UNPACKHU(next0);
71 next0o = (__vector unsigned short)VEC_UNPACKLU(next0);
95 __vector unsigned char this0, next0, this1, next1, out;
96 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o
    [all...]
jquanti-altivec.c 57 __vector unsigned char in0, in1, in2, in3, in4, in5, in6, in7;
58 __vector short out0, out1, out2, out3, out4, out5, out6, out7;
61 __vector short pw_centerjsamp = { __8X(CENTERJSAMPLE) };
62 __vector unsigned char pb_zero = { __16X(0) };
73 out0 = (__vector short)VEC_UNPACKHU(in0);
74 out1 = (__vector short)VEC_UNPACKHU(in1);
75 out2 = (__vector short)VEC_UNPACKHU(in2);
76 out3 = (__vector short)VEC_UNPACKHU(in3);
77 out4 = (__vector short)VEC_UNPACKHU(in4);
78 out5 = (__vector short)VEC_UNPACKHU(in5)
    [all...]
jdcolext-altivec.c 37 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3,
40 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3;
42 __vector unsigned char out4;
46 __vector unsigned char rgb3;
48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh,
50 __vector int g0, g1, g2, g3;
56 __vector short pw_f0402 = { __8X(F_0_402 >> 1) },
61 __vector int pd_onehalf = { __4X(ONE_HALF) };
62 __vector unsigned char pb_zero = { __16X(0) },
84 yl = (__vector signed short)VEC_UNPACKHU(y)
    [all...]
jdmrgext-altivec.c 38 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3,
41 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3;
43 __vector unsigned char out4;
47 __vector unsigned char rgb3;
49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh,
52 __vector int g_y0, g_y1, g_y2, g_y3;
58 __vector short pw_f0402 = { __8X(F_0_402 >> 1) },
63 __vector int pd_onehalf = { __4X(ONE_HALF) };
64 __vector unsigned char pb_zero = { __16X(0) },
86 cbl = (__vector signed short)VEC_UNPACKHU(cb)
    [all...]
jcgryext-altivec.c 39 __vector unsigned char rgb0, rgb1 = {0}, rgb2 = {0},
42 __vector unsigned char rgb3 = {0};
45 __vector unsigned char rgb4 = {0};
47 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3;
48 __vector unsigned short yl, yh;
49 __vector int y0, y1, y2, y3;
52 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) },
54 __vector int pd_onehalf = { __4X(ONE_HALF) };
55 __vector unsigned char pb_zero = { __16X(0) },
75 __vector unsigned char unaligned_shift_index
    [all...]
jidctfst-altivec.c 120 __vector short row0, row1, row2, row3, row4, row5, row6, row7,
126 __vector signed char outb;
129 __vector short pw_zero = { __8X(0) },
134 __vector unsigned short
137 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) };
213 vec_ste((__vector int)outb, 0, outptr);
214 vec_ste((__vector int)outb, 4, outptr);
219 vec_ste((__vector int)outb, 0, outptr);
220 vec_ste((__vector int)outb, 4, outptr);
225 vec_ste((__vector int)outb, 0, outptr)
    [all...]
jidctint-altivec.c 215 __vector short row0, row1, row2, row3, row4, row5, row6, row7,
222 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h,
227 __vector signed char outb;
230 __vector short pw_zero = { __8X(0) },
239 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) };
240 __vector int pd_zero = { __4X(0) },
243 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) },
246 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) };
315 vec_ste((__vector int)outb, 0, outptr);
316 vec_ste((__vector int)outb, 4, outptr)
    [all...]
jfdctint-altivec.c 188 __vector short row0, row1, row2, row3, row4, row5, row6, row7,
194 __vector int z3l, z3h, z4l, z4h,
199 __vector short
209 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) };
210 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) },
212 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) },
jfdctfst-altivec.c 94 __vector short row0, row1, row2, row3, row4, row5, row6, row7,
101 __vector short pw_zero = { __8X(0) },
106 __vector unsigned short
  /external/clang/test/SemaCXX/
cxx-altivec.cpp 4 __vector float xyzw;
  /external/clang/test/CodeGen/
builtins-ppc-quadword.c 42 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
47 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
53 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
58 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
76 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
81 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
87 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
92 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int'
109 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int'
114 // CHECK-PPC: error: assigning to '__vector unsigned __int128' (vector of 1 'unsigned __int128' value) from incompatible type 'int
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-vector-types.cpp 30 // CHECK: define void @"\01?foov8hi@@YAXT?$__vector@F$07@__clang@@@Z"
34 // CHECK: define void @"\01?foovi4b@@YAXT?$__vector@H$03@__clang@@@Z"
  /external/flatbuffers/tests/MyGame/Example/
Monster.cs 29 public byte Inventory(int j) { int o = __p.__offset(14); return o != 0 ? __p.bb.Get(__p.__vector(o) + j * 1) : (byte)0; }
32 public bool MutateInventory(int j, byte inventory) { int o = __p.__offset(14); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, inventory); return true; } else { return false; } }
38 public Test? Test4(int j) { int o = __p.__offset(22); return o != 0 ? (Test?)(new Test()).__assign(__p.__vector(o) + j * 4, __p.bb) : null; }
40 public string Testarrayofstring(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__p.__vector(o) + j * 4) : null; }
44 public Monster? Testarrayoftables(int j) { int o = __p.__offset(26); return o != 0 ? (Monster?)(new Monster()).__assign(__p.__indirect(__p.__vector(o) + j * 4), __p.bb) : null; }
46 public Monster? TestarrayoftablesByKey(string key) { int o = __p.__offset(26); return o != 0 ? Monster.__lookup_by_key(__p.__vector(o), key, __p.bb) : null; }
48 public byte Testnestedflatbuffer(int j) { int o = __p.__offset(30); return o != 0 ? __p.bb.Get(__p.__vector(o) + j * 1) : (byte)0; }
51 public Monster? GetTestnestedflatbufferAsMonster() { int o = __p.__offset(30); return o != 0 ? (Monster?)(new Monster()).__assign(__p.__indirect(__p.__vector(o)), __p.bb) : null; }
52 public bool MutateTestnestedflatbuffer(int j, byte testnestedflatbuffer) { int o = __p.__offset(30); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, testnestedflatbuffer); return true; } else { return false; } }
72 public bool Testarrayofbools(int j) { int o = __p.__offset(52); return o != 0 ? 0!=__p.bb.Get(__p.__vector(o) + j * 1) : false;
    [all...]
Monster.java 29 public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & 0xFF : 0; }
32 public boolean mutateInventory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(__vector(o) + j * 1, (byte)inventory); return true; } else { return false; } }
39 public Test test4(Test obj, int j) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o) + j * 4, bb) : null; }
41 public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o) + j * 4) : null; }
48 public Monster testarrayoftables(Monster obj, int j) { int o = __offset(26); return o != 0 ? obj.__assign(__indirect(__vector(o) + j * 4), bb) : null; }
50 public Monster testarrayoftablesByKey(String key) { int o = __offset(26); return o != 0 ? Monster.__lookup_by_key(__vector(o), key, bb) : null; }
53 public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) + j * 1) & 0xFF : 0; }
57 public Monster testnestedflatbufferAsMonster(Monster obj) { int o = __offset(30); return o != 0 ? obj.__assign(__indirect(__vector(o)), bb) : null; }
58 public boolean mutateTestnestedflatbuffer(int j, int testnestedflatbuffer) { int o = __offset(30); if (o != 0) { bb.put(__vector(o) + j * 1, (byte)testnestedflatbuffer); return true; } else { return false; } }
79 public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector(o) + j * 1) : false;
    [all...]
TypeAliases.java 37 public byte v8(int j) { int o = __offset(24); return o != 0 ? bb.get(__vector(o) + j * 1) : 0; }
40 public boolean mutateV8(int j, byte v8) { int o = __offset(24); if (o != 0) { bb.put(__vector(o) + j * 1, v8); return true; } else { return false; } }
41 public double vf64(int j) { int o = __offset(26); return o != 0 ? bb.getDouble(__vector(o) + j * 8) : 0; }
44 public boolean mutateVf64(int j, double vf64) { int o = __offset(26); if (o != 0) { bb.putDouble(__vector(o) + j * 8, vf64); return true; } else { return false; } }
Monster.php 89 return $o != 0 ? $this->bb->getByte($this->__vector($o) + $j * 1) : 0;
143 return $o != 0 ? $obj->init($this->__vector($o) + $j *4, $this->bb) : null;
162 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
183 return $o != 0 ? $obj->init($this->__indirect($this->__vector($o) + $j * 4), $this->bb) : null;
209 return $o != 0 ? $this->bb->getByte($this->__vector($o) + $j * 1) : 0;
324 return $o != 0 ? $this->bb->getBool($this->__vector($o) + $j * 1) : 0;
370 return $o != 0 ? $this->__string($this->__vector($o) + $j * 4) : 0;
389 return $o != 0 ? $obj->init($this->__vector($o) + $j *8, $this->bb) : null;
408 return $o != 0 ? $this->bb->getByte($this->__vector($o) + $j * 1) : 0;
435 return $o != 0 ? $obj->init($this->__vector($o) + $j *4, $this->bb) : null
    [all...]
TypeAliases.cs 40 public sbyte V8(int j) { int o = __p.__offset(24); return o != 0 ? __p.bb.GetSbyte(__p.__vector(o) + j * 1) : (sbyte)0; }
43 public bool MutateV8(int j, sbyte v8) { int o = __p.__offset(24); if (o != 0) { __p.bb.PutSbyte(__p.__vector(o) + j * 1, v8); return true; } else { return false; } }
44 public double Vf64(int j) { int o = __p.__offset(26); return o != 0 ? __p.bb.GetDouble(__p.__vector(o) + j * 8) : (double)0; }
47 public bool MutateVf64(int j, double vf64) { int o = __p.__offset(26); if (o != 0) { __p.bb.PutDouble(__p.__vector(o) + j * 8, vf64); return true; } else { return false; } }
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
d-demangle-expected 198 demangle.test(__vector(byte[8]))
202 demangle.test(__vector(byte[16]))
206 demangle.test(__vector(byte[32]))
210 demangle.test(__vector(short[4]))
214 demangle.test(__vector(short[8]))
218 demangle.test(__vector(short[16]))
222 demangle.test(__vector(int[2]))
226 demangle.test(__vector(int[4]))
230 demangle.test(__vector(int[8]))
234 demangle.test(__vector(long[1])
    [all...]
  /external/flatbuffers/php/
Table.php 95 protected function __vector($offset) function
109 return substr($this->bb->_buffer, $this->__vector($o), $this->__vector_len($o) * $elem_size);
  /external/flatbuffers/tests/
monster_test_generated.js 814 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
830 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
895 return offset ? (obj || new MyGame.Example.Test).__init(this.bb.__vector(this.bb_pos + offset) + index * 4, this.bb) : null;
913 return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;
934 return offset ? (obj || new MyGame.Example.Monster).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos + offset) + index * 4), this.bb) : null;
960 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
976 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
1201 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;
1217 return offset ? new Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
1296 return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null
    [all...]

Completed in 1896 milliseconds

1 2 3 4 5 6 7 8