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

12 3 4 5 6 7 8 91011>>

  /external/arm-neon-tests/
ref_vreinterpret.c 103 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 8, 8);
104 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 16, 4);
105 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 32, 2);
106 TEST_VREINTERPRET(, int, s, 8, 8, uint, u, 64, 1);
114 TEST_VREINTERPRET(, int, s, 16, 4, uint, u, 8, 8);
115 TEST_VREINTERPRET(, int, s, 16, 4, uint, u, 16, 4);
116 TEST_VREINTERPRET(, int, s, 16, 4, uint, u, 32, 2);
117 TEST_VREINTERPRET(, int, s, 16, 4, uint, u, 64, 1);
125 TEST_VREINTERPRET(, int, s, 32, 2, uint, u, 8, 8);
126 TEST_VREINTERPRET(, int, s, 32, 2, uint, u, 16, 4)
    [all...]
ref_vaddl.c 59 DECL_VARIABLE(vector, uint, 8, 8);
60 DECL_VARIABLE(vector, uint, 16, 4);
61 DECL_VARIABLE(vector, uint, 32, 2);
66 DECL_VARIABLE(vector2, uint, 8, 8);
67 DECL_VARIABLE(vector2, uint, 16, 4);
68 DECL_VARIABLE(vector2, uint, 32, 2);
73 DECL_VARIABLE(vector_res, uint, 16, 8);
74 DECL_VARIABLE(vector_res, uint, 32, 4);
75 DECL_VARIABLE(vector_res, uint, 64, 2);
83 VLOAD(vector, buffer, , uint, u, 8, 8)
    [all...]
ref_vaddw.c 59 DECL_VARIABLE(vector, uint, 16, 8);
60 DECL_VARIABLE(vector, uint, 32, 4);
61 DECL_VARIABLE(vector, uint, 64, 2);
66 DECL_VARIABLE(vector2, uint, 8, 8);
67 DECL_VARIABLE(vector2, uint, 16, 4);
68 DECL_VARIABLE(vector2, uint, 32, 2);
73 DECL_VARIABLE(vector_res, uint, 16, 8);
74 DECL_VARIABLE(vector_res, uint, 32, 4);
75 DECL_VARIABLE(vector_res, uint, 64, 2);
83 VLOAD(vector, buffer, q, uint, u, 16, 8)
    [all...]
ref_vabd.c 53 DECL_VARIABLE(VAR, uint, 8, 8); \
54 DECL_VARIABLE(VAR, uint, 16, 4); \
55 DECL_VARIABLE(VAR, uint, 32, 2); \
60 DECL_VARIABLE(VAR, uint, 8, 16); \
61 DECL_VARIABLE(VAR, uint, 16, 8); \
62 DECL_VARIABLE(VAR, uint, 32, 4); \
75 VLOAD(vector1, buffer, , uint, u, 8, 8);
76 VLOAD(vector1, buffer, , uint, u, 16, 4);
77 VLOAD(vector1, buffer, , uint, u, 32, 2);
82 VLOAD(vector1, buffer, q, uint, u, 8, 16)
    [all...]
ref_vceq.c 45 DECL_VARIABLE(vector_res, uint, 8, 8);
46 DECL_VARIABLE(vector_res, uint, 8, 16);
57 TEST_VCOMP(INSN_NAME, , poly, p, uint, 8, 8);
58 TEST_VCOMP(INSN_NAME, q, poly, p, uint, 8, 16);
60 DUMP(TEST_MSG, uint, 8, 8, PRIx8);
61 DUMP(TEST_MSG, uint, 8, 16, PRIx8);
ref_vmlal.c 74 DECL_VARIABLE(vector, uint, 16, 8);
75 DECL_VARIABLE(vector3, uint, 8, 8);
76 DECL_VARIABLE(vector4, uint, 8, 8);
77 DECL_VARIABLE(vector_res, uint, 16, 8);
79 DECL_VARIABLE(vector, uint, 32, 4);
80 DECL_VARIABLE(vector3, uint, 16, 4);
81 DECL_VARIABLE(vector4, uint, 16, 4);
82 DECL_VARIABLE(vector_res, uint, 32, 4);
84 DECL_VARIABLE(vector, uint, 64, 2);
85 DECL_VARIABLE(vector3, uint, 32, 2)
    [all...]
ref_vmvn.c 58 DECL_VARIABLE(vector, uint, 8, 8);
59 DECL_VARIABLE(vector, uint, 16, 4);
60 DECL_VARIABLE(vector, uint, 32, 2);
65 DECL_VARIABLE(vector, uint, 8, 16);
66 DECL_VARIABLE(vector, uint, 16, 8);
67 DECL_VARIABLE(vector, uint, 32, 4);
73 DECL_VARIABLE(vector_res, uint, 8, 8);
74 DECL_VARIABLE(vector_res, uint, 16, 4);
75 DECL_VARIABLE(vector_res, uint, 32, 2);
80 DECL_VARIABLE(vector_res, uint, 8, 16)
    [all...]
ref_vpaddl.c 59 DECL_VARIABLE(vector, uint, 8, 8);
60 DECL_VARIABLE(vector, uint, 16, 4);
61 DECL_VARIABLE(vector, uint, 32, 2);
65 DECL_VARIABLE(vector, uint, 8, 16);
66 DECL_VARIABLE(vector, uint, 16, 8);
67 DECL_VARIABLE(vector, uint, 32, 4);
72 DECL_VARIABLE(vector_res, uint, 16, 4);
73 DECL_VARIABLE(vector_res, uint, 32, 2);
74 DECL_VARIABLE(vector_res, uint, 64, 1);
78 DECL_VARIABLE(vector_res, uint, 16, 8)
    [all...]
ref_vqshl_n.c 75 TEST_VQSHL_N(, uint, u, 8, 8, 3);
76 TEST_VQSHL_N(, uint, u, 16, 4, 2);
77 TEST_VQSHL_N(, uint, u, 32, 2, 3);
78 TEST_VQSHL_N(, uint, u, 64, 1, 3);
84 TEST_VQSHL_N(q, uint, u, 8, 16, 3);
85 TEST_VQSHL_N(q, uint, u, 16, 8, 2);
86 TEST_VQSHL_N(q, uint, u, 32, 4, 3);
87 TEST_VQSHL_N(q, uint, u, 64, 2, 3);
98 VDUP(vector, , uint, u, 8, 8, 0xFF);
99 VDUP(vector, , uint, u, 16, 4, 0xFFFF)
    [all...]
ref_vmlal_n.c 65 DECL_VARIABLE(vector, uint, 32, 4);
66 DECL_VARIABLE(vector2, uint, 16, 4);
67 DECL_VARIABLE(vector_res, uint, 32, 4);
69 DECL_VARIABLE(vector, uint, 64, 2);
70 DECL_VARIABLE(vector2, uint, 32, 2);
71 DECL_VARIABLE(vector_res, uint, 64, 2);
77 VLOAD(vector, buffer, q, uint, u, 32, 4);
78 VLOAD(vector, buffer, q, uint, u, 64, 2);
82 VDUP(vector2, , uint, u, 16, 4, 0x55);
83 VDUP(vector2, , uint, u, 32, 2, 0x55)
    [all...]
ref_vmul_n.c 40 DECL_VARIABLE(VAR, uint, 16, 4); \
41 DECL_VARIABLE(VAR, uint, 32, 2); \
45 DECL_VARIABLE(VAR, uint, 16, 8); \
46 DECL_VARIABLE(VAR, uint, 32, 4); \
67 VLOAD(vector, buffer, , uint, u, 16, 4);
68 VLOAD(vector, buffer, , uint, u, 32, 2);
72 VLOAD(vector, buffer, q, uint, u, 16, 8);
73 VLOAD(vector, buffer, q, uint, u, 32, 4);
79 TEST_VMUL_N(, uint, u, 16, 4, 0x33);
80 TEST_VMUL_N(, uint, u, 32, 2, 0x44)
    [all...]
ref_vmull.c 49 DECL_VARIABLE(vector, uint, 8, 8);
50 DECL_VARIABLE(vector, uint, 16, 4);
51 DECL_VARIABLE(vector, uint, 32, 2);
56 DECL_VARIABLE(vector_res, uint, 16, 8);
57 DECL_VARIABLE(vector_res, uint, 32, 4);
58 DECL_VARIABLE(vector_res, uint, 64, 2);
66 VLOAD(vector, buffer, , uint, u, 8, 8);
67 VLOAD(vector, buffer, , uint, u, 16, 4);
68 VLOAD(vector, buffer, , uint, u, 32, 2);
74 TEST_VMULL(uint, u, 8, 16, 8)
    [all...]
ref_vpadd.c 62 DECL_VARIABLE(vector, uint, 8, 8);
63 DECL_VARIABLE(vector, uint, 16, 4);
64 DECL_VARIABLE(vector, uint, 32, 2);
70 DECL_VARIABLE(vector_res, uint, 8, 8);
71 DECL_VARIABLE(vector_res, uint, 16, 4);
72 DECL_VARIABLE(vector_res, uint, 32, 2);
81 VLOAD(vector, buffer, , uint, u, 8, 8);
82 VLOAD(vector, buffer, , uint, u, 16, 4);
83 VLOAD(vector, buffer, , uint, u, 32, 2);
90 TEST_VPADD(INSN_NAME, uint, u, 8, 8)
    [all...]
ref_vcreate.c 60 DECL_VAL(val, uint, 8, 8);
61 DECL_VAL(val, uint, 16, 4);
62 DECL_VAL(val, uint, 32, 2);
63 DECL_VAL(val, uint, 64, 1);
78 DECL_VARIABLE(vector_res, uint, 8, 8);
79 DECL_VARIABLE(vector_res, uint, 16, 4);
80 DECL_VARIABLE(vector_res, uint, 32, 2);
81 DECL_VARIABLE(vector_res, uint, 64, 1);
96 VECT_VAR(val, uint, 8, 8) = 0x123456789abcdef0ULL;
97 VECT_VAR(val, uint, 16, 4) = 0x123456789abcdef0ULL
    [all...]
ref_vmlal_lane.c 69 DECL_VARIABLE(vector, uint, 32, 4);
70 DECL_VARIABLE(vector3, uint, 16, 4);
71 DECL_VARIABLE(vector4, uint, 16, 4);
72 DECL_VARIABLE(vector_res, uint, 32, 4);
74 DECL_VARIABLE(vector, uint, 64, 2);
75 DECL_VARIABLE(vector3, uint, 32, 2);
76 DECL_VARIABLE(vector4, uint, 32, 2);
77 DECL_VARIABLE(vector_res, uint, 64, 2);
83 VLOAD(vector, buffer, q, uint, u, 32, 4);
84 VLOAD(vector, buffer, q, uint, u, 64, 2)
    [all...]
ref_vmul_lane.c 40 DECL_VARIABLE(VAR, uint, 16, 4); \
41 DECL_VARIABLE(VAR, uint, 32, 2); \
45 DECL_VARIABLE(VAR, uint, 16, 8); \
46 DECL_VARIABLE(VAR, uint, 32, 4); \
65 DECL_VARIABLE(vector2, uint, 16, 4);
66 DECL_VARIABLE(vector2, uint, 32, 2);
74 VLOAD(vector, buffer, , uint, u, 16, 4);
75 VLOAD(vector, buffer, , uint, u, 32, 2);
79 VLOAD(vector, buffer, q, uint, u, 16, 8);
80 VLOAD(vector, buffer, q, uint, u, 32, 4)
    [all...]
ref_vsli_n.c 56 VDUP(vector2, , uint, u, 8, 8, 20);
57 VDUP(vector2, , uint, u, 16, 4, 30);
58 VDUP(vector2, , uint, u, 32, 2, 40);
59 VDUP(vector2, , uint, u, 64, 1, 2);
66 VDUP(vector2, q, uint, u, 8, 16, 12);
67 VDUP(vector2, q, uint, u, 16, 8, 3);
68 VDUP(vector2, q, uint, u, 32, 4, 55);
69 VDUP(vector2, q, uint, u, 64, 2, 3);
78 TEST_VSXI_N(INSN_NAME, , uint, u, 8, 8, 7);
79 TEST_VSXI_N(INSN_NAME, , uint, u, 16, 4, 15)
    [all...]
ref_vsra_n.c 62 VDUP(vector2, , uint, u, 8, 8, 0x55);
63 VDUP(vector2, , uint, u, 16, 4, 0x66);
64 VDUP(vector2, , uint, u, 32, 2, 0x77);
65 VDUP(vector2, , uint, u, 64, 1, 0x88);
71 VDUP(vector2, q, uint, u, 8, 16, 0x55);
72 VDUP(vector2, q, uint, u, 16, 8, 0x66);
73 VDUP(vector2, q, uint, u, 32, 4, 0x77);
74 VDUP(vector2, q, uint, u, 64, 2, 0x88);
81 TEST_VSRA_N(, uint, u, 8, 8, 2);
82 TEST_VSRA_N(, uint, u, 16, 4, 3)
    [all...]
ref_vsri_n.c 56 VDUP(vector2, , uint, u, 8, 8, 20);
57 VDUP(vector2, , uint, u, 16, 4, 30);
58 VDUP(vector2, , uint, u, 32, 2, 40);
59 VDUP(vector2, , uint, u, 64, 1, 2);
66 VDUP(vector2, q, uint, u, 8, 16, 12);
67 VDUP(vector2, q, uint, u, 16, 8, 3);
68 VDUP(vector2, q, uint, u, 32, 4, 55);
69 VDUP(vector2, q, uint, u, 64, 2, 3);
78 TEST_VSXI_N(INSN_NAME, , uint, u, 8, 8, 8);
79 TEST_VSXI_N(INSN_NAME, , uint, u, 16, 4, 16)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 83 uint opcode;
87 tgsi_get_opcode_info( uint opcode );
90 tgsi_get_opcode_name( uint opcode );
93 tgsi_get_processor_name( uint processor );
115 tgsi_opcode_infer_src_type( uint opcode );
118 tgsi_opcode_infer_dst_type( uint opcode );
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug445.go 11 func f(x uint) uint {
13 return uint(m)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug445.go 11 func f(x uint) uint {
13 return uint(m)
  /hardware/qcom/display/msm8998/gpu_tonemapper/
EGLImageBuffer.h 33 uint textureID;
34 uint renderbufferID;
35 uint framebufferID;
  /hardware/qcom/display/sdm845/gpu_tonemapper/
EGLImageBuffer.h 33 uint textureID;
34 uint renderbufferID;
35 uint framebufferID;
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 7 public const uint kTopValue = (1 << 24);
12 public uint Range;
13 uint _cacheSize;
54 public void Encode(uint start, uint size, uint total)
67 if ((uint)Low < (uint)0xFF000000 || (uint)(Low >> 32) == 1)
76 _cache = (byte)(((uint)Low) >> 24);
    [all...]

Completed in 885 milliseconds

12 3 4 5 6 7 8 91011>>