/external/clang/test/Parser/ |
D | 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 …]
|
D | 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 …]
|
D | vsx.c | 5 __vector double vv_d1; 9 __vector long double vv_ld3; // expected-error {{cannot use 'long double' with '__vector'}}
|
/external/libjpeg-turbo/simd/ |
D | jccolext-altivec.c | 38 __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 …]
|
D | jcgryext-altivec.c | 39 __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 …]
|
D | jdsample-altivec.c | 38 __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 …]
|
D | jdcolext-altivec.c | 37 __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 …]
|
D | jcsample-altivec.c | 39 __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 …]
|
D | jdmrgext-altivec.c | 38 __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 …]
|
D | jquanti-altivec.c | 57 __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 …]
|
D | jidctfst-altivec.c | 120 __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 …]
|
D | jidctint-altivec.c | 215 __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 …]
|
D | jfdctint-altivec.c | 188 __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()
|
D | jfdctfst-altivec.c | 94 __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()
|
D | jsimd_altivec.h | 42 __vector short row04l, row04h, row15l, row15h, \ 44 __vector short col01e, col01o, col23e, col23o, \
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 29 …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() 52 …public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) … in testnestedflatbuffer() 56 …er obj) { int o = __offset(30); return o != 0 ? obj.__assign(__indirect(__vector(o)), bb) : null; } in testnestedflatbufferAsMonster() 57 … int testnestedflatbuffer) { int o = __offset(30); if (o != 0) { bb.put(__vector(o) + j * 1, (byte… in mutateTestnestedflatbuffer() 78 …public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector(… in testarrayofbools() 81 … boolean testarrayofbools) { int o = __offset(52); if (o != 0) { bb.put(__vector(o) + j * 1, (byte… in mutateTestarrayofbools() [all …]
|
D | Monster.cs | 27 …public byte Inventory(int j) { int o = __p.__offset(14); return o != 0 ? __p.bb.Get(__p.__vector(o… in Inventory() 30 …yte inventory) { int o = __p.__offset(14); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, inven… in MutateInventory() 36 … o = __p.__offset(22); return o != 0 ? (Test?)(new Test()).__assign(__p.__vector(o) + j * 4, __p.b… in Test4() 38 …ing(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__p.__vector(o) + j * 4) : nul… in Testarrayofstring() 42 …; return o != 0 ? (Monster?)(new Monster()).__assign(__p.__indirect(__p.__vector(o) + j * 4), __p.… in Testarrayoftables() 45 …uffer(int j) { int o = __p.__offset(30); return o != 0 ? __p.bb.Get(__p.__vector(o) + j * 1) : (by… in Testnestedflatbuffer() 48 …; return o != 0 ? (Monster?)(new Monster()).__assign(__p.__indirect(__p.__vector(o)), __p.bb) : nu… in GetTestnestedflatbufferAsMonster() 49 …tedflatbuffer) { int o = __p.__offset(30); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, testn… in MutateTestnestedflatbuffer() 69 …ls(int j) { int o = __p.__offset(52); return o != 0 ? 0!=__p.bb.Get(__p.__vector(o) + j * 1) : fal… in Testarrayofbools() 72 …tarrayofbools) { int o = __p.__offset(52); if (o != 0) { __p.bb.Put(__p.__vector(o) + j * 1, (byte… in MutateTestarrayofbools() [all …]
|
D | 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;
|
/external/flatbuffers/php/ |
D | Table.php | 85 protected function __vector($offset) function in Google\\FlatBuffers\\Table 99 … return substr($this->bb->_buffer, $this->__vector($o), $this->__vector_len($o) * $elem_size);
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 680 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0; 696 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off… 761 …return offset ? (obj || new MyGame.Example.Test).__init(this.bb.__vector(this.bb_pos + offset) + i… 779 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod… 800 …return offset ? (obj || new MyGame.Example.Monster).__init(this.bb.__indirect(this.bb.__vector(thi… 826 return offset ? this.bb.readUint8(this.bb.__vector(this.bb_pos + offset) + index) : 0; 842 …Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off… 1067 return offset ? !!this.bb.readInt8(this.bb.__vector(this.bb_pos + offset) + index) : false; 1083 … Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + off… 1162 …return offset ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncod…
|
/external/flatbuffers/net/FlatBuffers/ |
D | Table.cs | 75 public int __vector(int offset) in __vector() method 92 var pos = this.__vector(o); in __vector_as_arraysegment()
|
/external/clang/test/SemaCXX/ |
D | cxx-altivec.cpp | 4 __vector float xyzw;
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 34 typedef __vector float Packet4f; 35 typedef __vector int Packet4i; 36 typedef __vector unsigned int Packet4ui; 37 typedef __vector __bool int Packet4bi; 38 typedef __vector short int Packet8i; 39 typedef __vector unsigned char Packet16uc; 756 typedef __vector double Packet2d; 757 typedef __vector unsigned long long Packet2ul; 758 typedef __vector long long Packet2l; 762 typedef __vector __bool long Packet2bl;
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Table.java | 149 protected int __vector(int offset) { in __vector() method in Table 169 int vectorstart = __vector(o); in __vector_as_bytebuffer()
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 35 typedef __vector int Packet4i; 36 typedef __vector unsigned int Packet4ui; 37 typedef __vector __bool int Packet4bi; 38 typedef __vector short int Packet8i; 39 typedef __vector unsigned char Packet16uc; 40 typedef __vector double Packet2d; 41 typedef __vector unsigned long long Packet2ul; 42 typedef __vector long long Packet2l;
|