Home
last modified time | relevance | path

Searched refs:__vector (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/test/Parser/
Dcxx-altivec.cpp6 __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 …]
Daltivec.c5 __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 …]
Dvsx.c5 __vector double vv_d1;
9 __vector long double vv_ld3; // expected-error {{cannot use 'long double' with '__vector'}}
/external/libjpeg-turbo/simd/
Djccolext-altivec.c38 __vector unsigned char rgb0, rgb1 = {0}, rgb2 = {0}, in jsimd_rgb_ycc_convert_altivec()
41 __vector unsigned char rgb3 = {0}; in jsimd_rgb_ycc_convert_altivec()
44 __vector unsigned char rgb4 = {0}; in jsimd_rgb_ycc_convert_altivec()
46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec()
47 __vector unsigned short yl, yh, crl, crh, cbl, cbh; in jsimd_rgb_ycc_convert_altivec()
48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; in jsimd_rgb_ycc_convert_altivec()
51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_ycc_convert_altivec()
55 __vector unsigned short pw_f050_f000 = { __4X2(F_0_500, 0) }; in jsimd_rgb_ycc_convert_altivec()
56 __vector int pd_onehalf = { __4X(ONE_HALF) }, in jsimd_rgb_ycc_convert_altivec()
58 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_rgb_ycc_convert_altivec()
[all …]
Djcgryext-altivec.c39 __vector unsigned char rgb0, rgb1 = {0}, rgb2 = {0}, in jsimd_rgb_gray_convert_altivec()
42 __vector unsigned char rgb3 = {0}; in jsimd_rgb_gray_convert_altivec()
45 __vector unsigned char rgb4 = {0}; in jsimd_rgb_gray_convert_altivec()
47 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_gray_convert_altivec()
48 __vector unsigned short yl, yh; in jsimd_rgb_gray_convert_altivec()
49 __vector int y0, y1, y2, y3; in jsimd_rgb_gray_convert_altivec()
52 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_gray_convert_altivec()
54 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_rgb_gray_convert_altivec()
55 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_rgb_gray_convert_altivec()
75 __vector unsigned char unaligned_shift_index; in jsimd_rgb_gray_convert_altivec()
[all …]
Djdsample-altivec.c38 __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0, in jsimd_h2v1_fancy_upsample_altivec()
40 __vector short this0e, this0o, this0l, this0h, last0l, last0h, in jsimd_h2v1_fancy_upsample_altivec()
44 __vector unsigned char pb_zero = { __16X(0) }, pb_three = { __16X(3) }, in jsimd_h2v1_fancy_upsample_altivec()
54 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; in jsimd_h2v1_fancy_upsample_altivec()
82 this0e = (__vector short)vec_mule(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
83 this0o = (__vector short)vec_mulo(this0, pb_three); in jsimd_h2v1_fancy_upsample_altivec()
87 last0l = (__vector short)VEC_UNPACKHU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
88 last0h = (__vector short)VEC_UNPACKLU(p_last0); in jsimd_h2v1_fancy_upsample_altivec()
91 next0l = (__vector short)VEC_UNPACKHU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
92 next0h = (__vector short)VEC_UNPACKLU(p_next0); in jsimd_h2v1_fancy_upsample_altivec()
[all …]
Djdcolext-altivec.c37 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, in jsimd_ycc_rgb_convert_altivec()
40 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; in jsimd_ycc_rgb_convert_altivec()
42 __vector unsigned char out4; in jsimd_ycc_rgb_convert_altivec()
46 __vector unsigned char rgb3; in jsimd_ycc_rgb_convert_altivec()
48 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, yl, yh, cbl, cbh, in jsimd_ycc_rgb_convert_altivec()
50 __vector int g0, g1, g2, g3; in jsimd_ycc_rgb_convert_altivec()
56 __vector short pw_f0402 = { __8X(F_0_402 >> 1) }, in jsimd_ycc_rgb_convert_altivec()
61 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_ycc_rgb_convert_altivec()
62 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_ycc_rgb_convert_altivec()
84 yl = (__vector signed short)VEC_UNPACKHU(y); in jsimd_ycc_rgb_convert_altivec()
[all …]
Djdmrgext-altivec.c38 __vector unsigned char rgb0, rgb1, rgb2, rgbx0, rgbx1, rgbx2, rgbx3, in jsimd_h2v1_merged_upsample_altivec()
41 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; in jsimd_h2v1_merged_upsample_altivec()
43 __vector unsigned char out4; in jsimd_h2v1_merged_upsample_altivec()
47 __vector unsigned char rgb3; in jsimd_h2v1_merged_upsample_altivec()
49 __vector short rg0, rg1, rg2, rg3, bx0, bx1, bx2, bx3, ye, yo, cbl, cbh, in jsimd_h2v1_merged_upsample_altivec()
52 __vector int g_y0, g_y1, g_y2, g_y3; in jsimd_h2v1_merged_upsample_altivec()
58 __vector short pw_f0402 = { __8X(F_0_402 >> 1) }, in jsimd_h2v1_merged_upsample_altivec()
63 __vector int pd_onehalf = { __4X(ONE_HALF) }; in jsimd_h2v1_merged_upsample_altivec()
64 __vector unsigned char pb_zero = { __16X(0) }, in jsimd_h2v1_merged_upsample_altivec()
86 cbl = (__vector signed short)VEC_UNPACKHU(cb); in jsimd_h2v1_merged_upsample_altivec()
[all …]
Djcsample-altivec.c39 __vector unsigned char this0, next0, out; in jsimd_h2v1_downsample_altivec()
40 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec()
43 __vector unsigned short pw_bias = { __4X2(0, 1) }, in jsimd_h2v1_downsample_altivec()
45 __vector unsigned char even_odd_index = in jsimd_h2v1_downsample_altivec()
61 this0e = (__vector unsigned short)VEC_UNPACKHU(this0); in jsimd_h2v1_downsample_altivec()
62 this0o = (__vector unsigned short)VEC_UNPACKLU(this0); in jsimd_h2v1_downsample_altivec()
70 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec()
71 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec()
95 __vector unsigned char this0, next0, this1, next1, out; in jsimd_h2v2_downsample_altivec()
96 __vector unsigned short this0e, this0o, next0e, next0o, this1e, this1o, in jsimd_h2v2_downsample_altivec()
[all …]
Djquanti-altivec.c57 __vector unsigned char in0, in1, in2, in3, in4, in5, in6, in7; in jsimd_convsamp_altivec()
58 __vector short out0, out1, out2, out3, out4, out5, out6, out7; in jsimd_convsamp_altivec()
61 __vector short pw_centerjsamp = { __8X(CENTERJSAMPLE) }; in jsimd_convsamp_altivec()
62 __vector unsigned char pb_zero = { __16X(0) }; in jsimd_convsamp_altivec()
73 out0 = (__vector short)VEC_UNPACKHU(in0); in jsimd_convsamp_altivec()
74 out1 = (__vector short)VEC_UNPACKHU(in1); in jsimd_convsamp_altivec()
75 out2 = (__vector short)VEC_UNPACKHU(in2); in jsimd_convsamp_altivec()
76 out3 = (__vector short)VEC_UNPACKHU(in3); in jsimd_convsamp_altivec()
77 out4 = (__vector short)VEC_UNPACKHU(in4); in jsimd_convsamp_altivec()
78 out5 = (__vector short)VEC_UNPACKHU(in5); in jsimd_convsamp_altivec()
[all …]
Djidctfst-altivec.c120 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_idct_ifast_altivec()
126 __vector signed char outb; in jsimd_idct_ifast_altivec()
129 __vector short pw_zero = { __8X(0) }, in jsimd_idct_ifast_altivec()
134 __vector unsigned short in jsimd_idct_ifast_altivec()
137 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) }; in jsimd_idct_ifast_altivec()
213 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
214 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec()
219 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
220 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec()
225 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec()
[all …]
Djidctint-altivec.c215 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_idct_islow_altivec()
222 __vector int tmp0l, tmp0h, tmp1l, tmp1h, tmp2l, tmp2h, tmp3l, tmp3h, in jsimd_idct_islow_altivec()
227 __vector signed char outb; in jsimd_idct_islow_altivec()
230 __vector short pw_zero = { __8X(0) }, in jsimd_idct_islow_altivec()
239 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) }; in jsimd_idct_islow_altivec()
240 __vector int pd_zero = { __4X(0) }, in jsimd_idct_islow_altivec()
243 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
246 __vector signed char pb_centerjsamp = { __16X(CENTERJSAMPLE) }; in jsimd_idct_islow_altivec()
315 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec()
316 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec()
[all …]
Djfdctint-altivec.c188 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_fdct_islow_altivec()
194 __vector int z3l, z3h, z4l, z4h, in jsimd_fdct_islow_altivec()
199 __vector short in jsimd_fdct_islow_altivec()
209 __vector unsigned short pass1_bits = { __8X(PASS1_BITS) }; in jsimd_fdct_islow_altivec()
210 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_fdct_islow_altivec()
212 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_fdct_islow_altivec()
Djfdctfst-altivec.c94 __vector short row0, row1, row2, row3, row4, row5, row6, row7, in jsimd_fdct_ifast_altivec()
101 __vector short pw_zero = { __8X(0) }, in jsimd_fdct_ifast_altivec()
106 __vector unsigned short in jsimd_fdct_ifast_altivec()
Djsimd_altivec.h42 __vector short row04l, row04h, row15l, row15h, \
44 __vector short col01e, col01o, col23e, col23o, \
/external/flatbuffers/tests/MyGame/Example/
DMonster.java29 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory()
32 …tory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(__vector(o) + j * 1, (byte… in mutateInventory()
39 …public Test test4(Test obj, int j) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o… in test4()
41 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring()
48 … int j) { int o = __offset(26); return o != 0 ? obj.__assign(__indirect(__vector(o) + j * 4), bb) … in testarrayoftables()
50 …ng key) { int o = __offset(26); return o != 0 ? Monster.__lookup_by_key(__vector(o), key, bb) : nu… in testarrayoftablesByKey()
53 …public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) … in testnestedflatbuffer()
57 …er obj) { int o = __offset(30); return o != 0 ? obj.__assign(__indirect(__vector(o)), bb) : null; } in testnestedflatbufferAsMonster()
58 … int testnestedflatbuffer) { int o = __offset(30); if (o != 0) { bb.put(__vector(o) + j * 1, (byte… in mutateTestnestedflatbuffer()
79 …public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector(… in testarrayofbools()
[all …]
DMonster.cs29 …public byte Inventory(int j) { int o = __p.__offset(14); return o != 0 ? __p.bb.Get(__p.__vector(o… in Inventory()
32 …yte inventory) { int o = __p.__offset(14); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, inven… in MutateInventory()
38 … o = __p.__offset(22); return o != 0 ? (Test?)(new Test()).__assign(__p.__vector(o) + j * 4, __p.b… in Test4()
40 …ing(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__p.__vector(o) + j * 4) : nul… in Testarrayofstring()
44 …; return o != 0 ? (Monster?)(new Monster()).__assign(__p.__indirect(__p.__vector(o) + j * 4), __p.… in Testarrayoftables()
46 …{ int o = __p.__offset(26); return o != 0 ? Monster.__lookup_by_key(__p.__vector(o), key, __p.bb) … in TestarrayoftablesByKey()
48 …uffer(int j) { int o = __p.__offset(30); return o != 0 ? __p.bb.Get(__p.__vector(o) + j * 1) : (by… in Testnestedflatbuffer()
51 …; return o != 0 ? (Monster?)(new Monster()).__assign(__p.__indirect(__p.__vector(o)), __p.bb) : nu… in GetTestnestedflatbufferAsMonster()
52 …tedflatbuffer) { int o = __p.__offset(30); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, testn… in MutateTestnestedflatbuffer()
72 …ls(int j) { int o = __p.__offset(52); return o != 0 ? 0!=__p.bb.Get(__p.__vector(o) + j * 1) : fal… in Testarrayofbools()
[all …]
DMonster.php89 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 …]
DTypeAliases.java37 public byte v8(int j) { int o = __offset(24); return o != 0 ? bb.get(__vector(o) + j * 1) : 0; } in v8()
40 …public boolean mutateV8(int j, byte v8) { int o = __offset(24); if (o != 0) { bb.put(__vector(o) +… in mutateV8()
41 …public double vf64(int j) { int o = __offset(26); return o != 0 ? bb.getDouble(__vector(o) + j * 8… in vf64()
44 …(int j, double vf64) { int o = __offset(26); if (o != 0) { bb.putDouble(__vector(o) + j * 8, vf64)… in mutateVf64()
DTypeAliases.cs40 …public sbyte V8(int j) { int o = __p.__offset(24); return o != 0 ? __p.bb.GetSbyte(__p.__vector(o)… in V8()
43 …sbyte v8) { int o = __p.__offset(24); if (o != 0) { __p.bb.PutSbyte(__p.__vector(o) + j * 1, v8); … in MutateV8()
44 …int j) { int o = __p.__offset(26); return o != 0 ? __p.bb.GetDouble(__p.__vector(o) + j * 8) : (do… in Vf64()
47 …le vf64) { int o = __p.__offset(26); if (o != 0) { __p.bb.PutDouble(__p.__vector(o) + j * 8, vf64)… in MutateVf64()
/external/flatbuffers/tests/
Dmonster_test_generated.ts802 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
818 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
883 …return offset ? (obj || new MyGame.Example.Test).__init(this.bb.__vector(this.bb_pos + offset) + i…
903 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
924 …return offset ? (obj || new MyGame.Example.Monster).__init(this.bb.__indirect(this.bb.__vector(thi…
950 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
966 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
1191 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;
1207 … Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
1288 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
[all …]
Dmonster_test_generated.js814 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
830 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
895 …return offset ? (obj || new MyGame.Example.Test).__init(this.bb.__vector(this.bb_pos + offset) + i…
913 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
934 …return offset ? (obj || new MyGame.Example.Monster).__init(this.bb.__indirect(this.bb.__vector(thi…
960 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0;
976 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
1201 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false;
1217 … Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
1296 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
[all …]
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.js297 …return offset ? /** @type {Character} */ (this.bb.readUint8(this.bb.__vector(this.bb_pos + offset)…
313 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
323 return offset ? this.bb.__union(obj, this.bb.__vector(this.bb_pos + offset) + index * 4) : null;
Dunion_vector_generated.ts292 …return offset ? /** @type {Character} */ (this.bb.readUint8(this.bb.__vector(this.bb_pos + offset)…
308 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off…
318 return offset ? this.bb.__union(obj, this.bb.__vector(this.bb_pos + offset) + index * 4) : null;
/external/flatbuffers/php/
DTable.php95 protected function __vector($offset) function in Google\\FlatBuffers\\Table
109 … return substr($this->bb->_buffer, $this->__vector($o), $this->__vector_len($o) * $elem_size);

12