HomeSort by relevance Sort by last modified time
    Searched refs:uint (Results 101 - 125 of 1506) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/arm-neon-tests/
ref_vset_lane.c 61 TEST_VSET_LANE_HERE(, uint, u, 8, 8, 0x55, 6);
62 TEST_VSET_LANE_HERE(, uint, u, 16, 4, 0x66, 2);
63 TEST_VSET_LANE_HERE(, uint, u, 32, 2, 0x77, 1);
64 TEST_VSET_LANE_HERE(, uint, u, 64, 1, 0x88, 0);
73 TEST_VSET_LANE_HERE(q, uint, u, 8, 16, 0xDD, 14);
74 TEST_VSET_LANE_HERE(q, uint, u, 16, 8, 0xEE, 6);
75 TEST_VSET_LANE_HERE(q, uint, u, 32, 4, 0xFF, 2);
76 TEST_VSET_LANE_HERE(q, uint, u, 64, 2, 0x11, 1);
ref_vst1_lane.c 58 TEST_VST1_LANE(, uint, u, 8, 8, 6);
59 TEST_VST1_LANE(, uint, u, 16, 4, 2);
60 TEST_VST1_LANE(, uint, u, 32, 2, 0);
61 TEST_VST1_LANE(, uint, u, 64, 1, 0);
73 TEST_VST1_LANE(q, uint, u, 8, 16, 10);
74 TEST_VST1_LANE(q, uint, u, 16, 8, 4);
75 TEST_VST1_LANE(q, uint, u, 32, 4, 3);
76 TEST_VST1_LANE(q, uint, u, 64, 2, 0);
ref_vmul.c 66 DECL_VMUL(uint, 8, 8);
67 DECL_VMUL(uint, 16, 4);
68 DECL_VMUL(uint, 32, 2);
74 DECL_VMUL(uint, 8, 16);
75 DECL_VMUL(uint, 16, 8);
76 DECL_VMUL(uint, 32, 4);
85 VLOAD(vector1, buffer, , uint, u, 8, 8);
86 VLOAD(vector1, buffer, , uint, u, 16, 4);
87 VLOAD(vector1, buffer, , uint, u, 32, 2);
93 VLOAD(vector1, buffer, q, uint, u, 8, 16)
    [all...]
ref_vuzp.c 79 DECL_VUZP(uint, 8, 8); \
80 DECL_VUZP(uint, 16, 4); \
81 DECL_VUZP(uint, 32, 2); \
88 DECL_VUZP(uint, 8, 16); \
89 DECL_VUZP(uint, 16, 8); \
90 DECL_VUZP(uint, 32, 4); \
106 VDUP(vector2, , uint, u, 8, 8, 0x55);
107 VDUP(vector2, , uint, u, 16, 4, 0x66);
108 VDUP(vector2, , uint, u, 32, 2, 0x77);
116 VDUP(vector2, q, uint, u, 8, 16, 0x55)
    [all...]
ref_vtst.c 40 no 64 bits variant, and outputs are always of uint type */
48 VECT_VAR(vector_res, uint, W, N) = \
51 vst1##Q##_u##W(VECT_VAR(result, uint, W, N), \
52 VECT_VAR(vector_res, uint, W, N))
73 VDUP(vector2, , uint, u, 8, 8, 15);
74 VDUP(vector2, , uint, u, 16, 4, 5);
75 VDUP(vector2, , uint, u, 32, 2, 1);
79 VDUP(vector2, q, uint, u, 8, 16, 15);
80 VDUP(vector2, q, uint, u, 16, 8, 5);
81 VDUP(vector2, q, uint, u, 32, 4, 1)
    [all...]
ref_vtbX.c 71 DECL_VARIABLE(vector, uint, 8, 8);
74 DECL_VARIABLE(vector_res, uint, 8, 8);
79 DECL_VARIABLE(table_vector, uint, 8, 8);
84 DECL_VARIABLE(default_vector, uint, 8, 8);
90 DECL_VTBX(uint, 8, 8, X); \
95 TEST_VTBL1(uint, u, uint, 8, 8); \
96 TEST_VTBL1(poly, p, uint, 8, 8)
100 TEST_VTBLX(uint, u, uint, 8, 8, X);
    [all...]
ref_vldX.c 71 DECL_VLDX(uint, 8, 8, X); \
72 DECL_VLDX(uint, 16, 4, X); \
73 DECL_VLDX(uint, 32, 2, X); \
74 DECL_VLDX(uint, 64, 1, X); \
81 DECL_VLDX(uint, 8, 16, X); \
82 DECL_VLDX(uint, 16, 8, X); \
83 DECL_VLDX(uint, 32, 4, X); \
99 TEST_VLDX(, uint, u, 8, 8, X); \
100 TEST_VLDX(, uint, u, 16, 4, X); \
101 TEST_VLDX(, uint, u, 32, 2, X);
    [all...]
ref_vget_lane.c 45 (uint##W##_t)VAR(var, T1, W))
67 VAR_DECL(var, uint, 8);
68 VAR_DECL(var, uint, 16);
69 VAR_DECL(var, uint, 32);
70 VAR_DECL(var, uint, 64);
88 TEST_VGET_LANE(, uint, u, 8, 8, 6);
89 TEST_VGET_LANE(, uint, u, 16, 4, 2);
90 TEST_VGET_LANE(, uint, u, 32, 2, 1);
91 TEST_VGET_LANE(, uint, u, 64, 1, 0);
100 TEST_VGET_LANE(q, uint, u, 8, 16, 14)
    [all...]
ref_vaddhn.c 75 VDUP(vector1, q, uint, u, 16, 8, 3*(UINT8_MAX+1));
76 VDUP(vector1, q, uint, u, 32, 4, 55*(UINT16_MAX+1));
77 VDUP(vector1, q, uint, u, 64, 2, 3*((uint64_t)UINT32_MAX+1));
82 VDUP(vector2, q, uint, u, 16, 8, (uint16_t)UINT8_MAX);
83 VDUP(vector2, q, uint, u, 32, 4, (uint32_t)UINT16_MAX);
84 VDUP(vector2, q, uint, u, 64, 2, (uint64_t)UINT32_MAX);
89 TEST_VADDHN(INSN_NAME, uint, u, 16, 8, 8);
90 TEST_VADDHN(INSN_NAME, uint, u, 32, 16, 4);
91 TEST_VADDHN(INSN_NAME, uint, u, 64, 32, 2);
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBit.cs 8 public const uint kBitModelTotal = (1 << kNumBitModelTotalBits);
13 uint Prob;
17 public void UpdateModel(uint symbol)
25 public void Encode(Encoder encoder, uint symbol)
29 uint newBound = (encoder.Range >> kNumBitModelTotalBits) * Prob;
63 public uint GetPrice(uint symbol)
67 public uint GetPrice0() { return ProbPrices[Prob >> kNumMoveReducingBits]; }
68 public uint GetPrice1() { return ProbPrices[(kBitModelTotal - Prob) >> kNumMoveReducingBits]; }
74 public const uint kBitModelTotal = (1 << kNumBitModelTotalBits);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.h 55 uint
58 uint
  /hardware/intel/common/utils/media_resource_manager/include/
MediaResourceArbitrator.h 72 uint frameRate;
84 uint maxResolution;
85 uint maxFrameRate;
91 uint maxResolution;
92 uint maxFrameRate;
125 /* in */ uint frameRate);
132 uint frameRate);
134 uint GetLivingCodecsNum(void);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12686.go 13 func f(i uint) uint {
14 x := []uint{1 << i}
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12686.go 13 func f(i uint) uint {
14 x := []uint{1 << i}
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py 37 uint abs(int v);
153 uint clamp(uint value, uint min_value, uint max_value);
154 uint2 clamp(uint2 value, uint min_value, uint max_value);
156 uint3 clamp(uint3 value, uint min_value, uint max_value);
158 uint4 clamp(uint4 value, uint min_value, uint max_value)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 305 util_dump_member(stream, uint, state, width0);
306 util_dump_member(stream, uint, state, height0);
307 util_dump_member(stream, uint, state, depth0);
308 util_dump_member(stream, uint, state, array_size);
310 util_dump_member(stream, uint, state, last_level);
311 util_dump_member(stream, uint, state, nr_samples);
312 util_dump_member(stream, uint, state, usage);
313 util_dump_member(stream, uint, state, bind);
314 util_dump_member(stream, uint, state, flags);
334 util_dump_member(stream, uint, state, front_ccw)
    [all...]
u_simple_shaders.h 49 uint num_attribs,
50 const uint *semantic_names,
51 const uint *semantic_indexes,
56 uint num_attribs,
57 const uint *semantic_names,
58 const uint *semantic_indexes,
155 uint num_attribs,
u_tile.c 50 uint x, uint y, uint w, uint h,
69 uint x, uint y, uint w, uint h,
359 uint w, uint h
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 42 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits);
43 uint BitstreamRead1Bits(BitstreamDecVideo *stream);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits);
49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 18 uint m_NumPosStates = 0;
20 public void Create(uint numPosStates)
22 for (uint posState = m_NumPosStates; posState < numPosStates; posState++)
33 for (uint posState = 0; posState < m_NumPosStates; posState++)
42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState)
48 uint symbol = Base.kNumLowLenSymbols;
71 uint symbol = 1;
80 uint symbol = 1;
83 uint matchBit = (uint)(matchByte >> 7) & 1;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 261 uint num_vs_outputs; /**< convenience, from vertex_shader */
262 uint position_output;
263 uint edgeflag_output;
264 uint clipvertex_output;
265 uint ccdistance_output[2];
285 uint num_gs_outputs; /**< convenience, from geometry_shader */
286 uint position_output;
307 uint num_targets;
317 uint num;
318 uint semantic_name[10]
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 70 uint interp:4; /* enum lp_interp */
71 uint usage_mask:4; /* bitmask of TGSI_WRITEMASK_x flags */
72 uint src_index:8; /* where to find values in incoming vertices */
73 uint cyl_wrap:4; /* TGSI_CYLINDRICAL_WRAP_x flags */
74 uint padding:12;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
grain.rs 50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y);
55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
71 p20 = min(p20 >> 10, (uint)255)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
grain.rs 50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y);
55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
71 p20 = min(p20 >> 10, (uint)255)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
grain.rs 50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y);
55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
71 p20 = min(p20 >> 10, (uint)255)
    [all...]

Completed in 853 milliseconds

1 2 3 45 6 7 8 91011>>