Home
last modified time | relevance | path

Searched refs:v (Results 1 – 25 of 10135) sorted by relevance

12345678910>>...406

/external/ethtool/
Dde2104x.c117 u32 tmp, v, *data = (u32 *)regs->data; in de21040_dump_regs() local
125 v = data[0]; in de21040_dump_regs()
132 v, in de21040_dump_regs()
133 csr0_tap[(v >> 17) & 3], in de21040_dump_regs()
134 v & (1 << 16) ? "Diagnostic" : "Standard", in de21040_dump_regs()
135 csr0_cache_al[(v >> 14) & 3]); in de21040_dump_regs()
136 tmp = (v >> 8) & 0x3f; in de21040_dump_regs()
148 v & (1 << 7) ? "Big" : "Little", in de21040_dump_regs()
149 (v >> 2) & 0x1f, in de21040_dump_regs()
150 v & (1 << 1) ? "Round-robin" : "RX-has-priority"); in de21040_dump_regs()
[all …]
/external/llvm-project/llvm/test/MC/AMDGPU/
Dflat.s18 flat_load_dword v1, v[3:4]
23 flat_load_dword v1, v[3:4] glc
28 flat_load_dword v1, v[3:4] glc slc
33 flat_store_dword v[3:4], v1
37 flat_store_dword v[3:4], v1 glc
41 flat_store_dword v[3:4], v1 glc slc
46 flat_store_dword v[3:4], v1 slc
55 flat_atomic_add v1, v[3:4], v5 offset:0 glc slc
60 flat_atomic_add v[3:4], v5 slc
69 flat_load_ubyte v1, v[3:4]
[all …]
Dflat-global.s8 global_load_ubyte v1, v[3:4], off
13 global_load_ubyte v1, v[3:4], off dlc
18 global_load_sbyte v1, v[3:4], off
23 global_load_sbyte v1, v[3:4], off dlc
28 global_load_ushort v1, v[3:4], off
33 global_load_ushort v1, v[3:4], off dlc
38 global_load_sshort v1, v[3:4], off
43 global_load_sshort v1, v[3:4], off dlc
48 global_load_dword v1, v[3:4], off
53 global_load_dword v1, v[3:4], off dlc
[all …]
/external/llvm/test/MC/AMDGPU/
Dflat.s18 flat_load_dword v1, v[3:4]
23 flat_load_dword v1, v[3:4] glc
28 flat_load_dword v1, v[3:4] glc slc
33 flat_load_dword v1, v[3:4] glc tfe
38 flat_load_dword v1, v[3:4] glc slc tfe
43 flat_load_dword v1, v[3:4] slc
48 flat_load_dword v1, v[3:4] slc tfe
53 flat_load_dword v1, v[3:4] tfe
58 flat_store_dword v[3:4], v1
62 flat_store_dword v[3:4], v1 glc
[all …]
/external/clang/test/Sema/
Dcast.c31 void testBool(Bool v) { in testBool() argument
32 (void) (Bool) v; in testBool()
33 (void) (Int) v; in testBool()
34 (void) (Long) v; in testBool()
35 (void) (Float) v; in testBool()
36 (void) (Double) v; in testBool()
37 (void) (CInt) v; in testBool()
38 (void) (CLong) v; in testBool()
39 (void) (CFloat) v; in testBool()
40 (void) (CDouble) v; in testBool()
[all …]
/external/deqp-deps/glslang/Test/
DOperations.frag17 vec4 v;
27 v = radians(uv4);
28 v += degrees(v);
29 v += (i = ui*ui, sin(v));
30 v += cos(v);
31 v += tan(v);
32 v += asin(v);
33 v += acos(v);
35 v += atan(v);
36 v += sinh(v);
[all …]
Dspv.Operations.frag16 vec4 v;
24 v = radians(uv4);
25 v += degrees(v);
26 v += (i = ui*ui, sin(v));
27 v += cos(v);
28 v += tan(v);
29 v += asin(v);
30 v += acos(v);
32 v += atan(v);
33 v += sinh(v);
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DOperations.frag17 vec4 v;
27 v = radians(uv4);
28 v += degrees(v);
29 v += (i = ui*ui, sin(v));
30 v += cos(v);
31 v += tan(v);
32 v += asin(v);
33 v += acos(v);
35 v += atan(v);
36 v += sinh(v);
[all …]
Dspv.Operations.frag16 vec4 v;
24 v = radians(uv4);
25 v += degrees(v);
26 v += (i = ui*ui, sin(v));
27 v += cos(v);
28 v += tan(v);
29 v += asin(v);
30 v += acos(v);
32 v += atan(v);
33 v += sinh(v);
[all …]
/external/llvm-project/clang/test/Sema/
Dcast.c31 void testBool(Bool v) { in testBool() argument
32 (void) (Bool) v; in testBool()
33 (void) (Int) v; in testBool()
34 (void) (Long) v; in testBool()
35 (void) (Float) v; in testBool()
36 (void) (Double) v; in testBool()
37 (void) (CInt) v; in testBool()
38 (void) (CLong) v; in testBool()
39 (void) (CFloat) v; in testBool()
40 (void) (CDouble) v; in testBool()
[all …]
/external/bc/src/
Dvector.c44 void bc_vec_grow(BcVec *restrict v, size_t n) { in bc_vec_grow() argument
46 size_t len, cap = v->cap; in bc_vec_grow()
49 len = bc_vm_growSize(v->len, n); in bc_vec_grow()
54 v->v = bc_vm_realloc(v->v, bc_vm_arraySize(cap, v->size)); in bc_vec_grow()
55 v->cap = cap; in bc_vec_grow()
59 void bc_vec_init(BcVec *restrict v, size_t esize, BcVecFree dtor) { in bc_vec_init() argument
61 assert(v != NULL && esize); in bc_vec_init()
62 v->size = esize; in bc_vec_init()
63 v->cap = BC_VEC_START_CAP; in bc_vec_init()
64 v->len = 0; in bc_vec_init()
[all …]
/external/webrtc/rtc_base/
Dbyte_order.h25 #define htobe16(v) OSSwapHostToBigInt16(v) argument
26 #define htobe32(v) OSSwapHostToBigInt32(v) argument
27 #define htobe64(v) OSSwapHostToBigInt64(v) argument
28 #define be16toh(v) OSSwapBigToHostInt16(v) argument
29 #define be32toh(v) OSSwapBigToHostInt32(v) argument
30 #define be64toh(v) OSSwapBigToHostInt64(v) argument
32 #define htole16(v) OSSwapHostToLittleInt16(v) argument
33 #define htole32(v) OSSwapHostToLittleInt32(v) argument
34 #define htole64(v) OSSwapHostToLittleInt64(v) argument
35 #define le16toh(v) OSSwapLittleToHostInt16(v) argument
[all …]
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() argument
98 CALL_VertexAttrib1fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]))); in VertexAttrib1NbvNV()
102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() argument
104 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1bvNV()
108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() argument
110 CALL_VertexAttrib2fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); in VertexAttrib2NbvNV()
114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() argument
116 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2bvNV()
120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() argument
122 CALL_VertexAttrib3fNV(get_dispatch(), (index, BYTE_TO_FLOAT(v[0]), in VertexAttrib3NbvNV()
[all …]
/external/rust/crates/rayon/tests/
Dclones.rs101 let v: Vec<_> = (0..1000).collect(); in clone_vec() localVariable
102 check(v.par_iter()); in clone_vec()
103 check(v.par_chunks(42)); in clone_vec()
104 check(v.par_chunks_exact(42)); in clone_vec()
105 check(v.par_windows(42)); in clone_vec()
106 check(v.par_split(|x| x % 3 == 0)); in clone_vec()
107 check(v.into_par_iter()); in clone_vec()
112 let v: Vec<_> = (0..1000).map(Some).collect(); in clone_adaptors() localVariable
113 check(v.par_iter().chain(&v)); in clone_adaptors()
114 check(v.par_iter().cloned()); in clone_adaptors()
[all …]
Ddebug.rs119 let mut v: Vec<_> = (0..10).collect(); in debug_vec() localVariable
120 check(v.par_iter()); in debug_vec()
121 check(v.par_iter_mut()); in debug_vec()
122 check(v.par_chunks(42)); in debug_vec()
123 check(v.par_chunks_exact(42)); in debug_vec()
124 check(v.par_chunks_mut(42)); in debug_vec()
125 check(v.par_chunks_exact_mut(42)); in debug_vec()
126 check(v.par_windows(42)); in debug_vec()
127 check(v.par_split(|x| x % 3 == 0)); in debug_vec()
128 check(v.par_split_mut(|x| x % 3 == 0)); in debug_vec()
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.fma.f16.ll10 ; GCN: buffer_load_ushort v[[A_F16:[0-9]+]]
11 ; GCN: buffer_load_ushort v[[B_F16:[0-9]+]]
12 ; GCN: buffer_load_ushort v[[C_F16:[0-9]+]]
13 ; SI: v_cvt_f32_f16_e32 v[[A_F32:[0-9]+]], v[[A_F16]]
14 ; SI: v_cvt_f32_f16_e32 v[[B_F32:[0-9]+]], v[[B_F16]]
15 ; SI: v_cvt_f32_f16_e32 v[[C_F32:[0-9]+]], v[[C_F16]]
16 ; SI: v_fma_f32 v[[R_F32:[0-9]+]], v[[A_F32:[0-9]]], v[[B_F32:[0-9]]], v[[C_F32:[0-9]]]
17 ; SI: v_cvt_f16_f32_e32 v[[R_F16:[0-9]+]], v[[R_F32]]
18 ; VIGFX9: v_fma_f16 v[[R_F16:[0-9]+]], v[[A_F16]], v[[B_F16]], v[[C_F16]]
19 ; GCN: buffer_store_short v[[R_F16]]
[all …]
/external/llvm-project/clang/test/Analysis/
Dcopy-elision.cpp137 AddressVector<ClassWithoutDestructor> &v; member in address_vector_tests::ClassWithoutDestructor
140 ClassWithoutDestructor(AddressVector<ClassWithoutDestructor> &v) : v(v) { in ClassWithoutDestructor() argument
144 ClassWithoutDestructor(ClassWithoutDestructor &&c) : v(c.v) { push(); } in ClassWithoutDestructor()
145 ClassWithoutDestructor(const ClassWithoutDestructor &c) : v(c.v) { push(); } in ClassWithoutDestructor()
147 void push() { v.push(this); } in push()
150 ClassWithoutDestructor make1(AddressVector<ClassWithoutDestructor> &v) { in make1() argument
151 return ClassWithoutDestructor(v); in make1()
153 ClassWithoutDestructor make2(AddressVector<ClassWithoutDestructor> &v) { in make2() argument
154 return make1(v); in make2()
156 ClassWithoutDestructor make3(AddressVector<ClassWithoutDestructor> &v) { in make3() argument
[all …]
/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
60 v.reserve(2); in test_push_back()
61 v.push_back(X(2)); in test_push_back()
62 assert(v.size() == 1); in test_push_back()
64 v.push_back(X(66)); in test_push_back()
67 assert(v.size() == 1); in test_push_back()
69 assert(v.size() == 1); in test_push_back()
70 assert(is_contiguous_container_asan_correct(v)); in test_push_back()
75 std::vector<X> v; in test_emplace_back() local
76 v.reserve(2); in test_emplace_back()
[all …]
/external/llvm-project/libcxx/test/libcxx/containers/sequences/vector/
Dasan_throw.pass.cpp59 std::vector<X> v; in test_push_back() local
60 v.reserve(2); in test_push_back()
61 v.push_back(X(2)); in test_push_back()
62 assert(v.size() == 1); in test_push_back()
64 v.push_back(X(66)); in test_push_back()
67 assert(v.size() == 1); in test_push_back()
69 assert(v.size() == 1); in test_push_back()
70 assert(is_contiguous_container_asan_correct(v)); in test_push_back()
75 std::vector<X> v; in test_emplace_back() local
76 v.reserve(2); in test_emplace_back()
[all …]
/external/swiftshader/src/Renderer/
DVector.cpp32 Vector &Vector::operator+=(const Vector &v) in operator +=() argument
34 x += v.x; in operator +=()
35 y += v.y; in operator +=()
36 z += v.z; in operator +=()
41 Vector &Vector::operator-=(const Vector &v) in operator -=() argument
43 x -= v.x; in operator -=()
44 y -= v.y; in operator -=()
45 z -= v.z; in operator -=()
66 bool operator==(const Vector &U, const Vector &v) in operator ==() argument
68 if(U.x == v.x && U.y == v.y && U.z == v.z) in operator ==()
[all …]
/external/llvm-project/clang/test/CodeGen/
Darm-neon-range-checks.c36 void test_vdup_lane(int32x2_t v) { in test_vdup_lane() argument
37 vdup_lane_s32(v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1]}} in test_vdup_lane()
38 vdup_lane_s32(v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vdup_lane()
39 vdup_lane_s32(v, 0); in test_vdup_lane()
40 vdup_lane_s32(v, 1); in test_vdup_lane()
43 void test_vdupq_lane(int32x2_t v) { in test_vdupq_lane() argument
44 vdupq_lane_s32(v, -1); // expected-error {{argument value -1 is outside the valid range [0, 1]}} in test_vdupq_lane()
45 vdupq_lane_s32(v, 2); // expected-error {{argument value 2 is outside the valid range [0, 1]}} in test_vdupq_lane()
46 vdupq_lane_s32(v, 0); in test_vdupq_lane()
47 vdupq_lane_s32(v, 1); in test_vdupq_lane()
[all …]
/external/boringssl/src/crypto/siphash/
Dsiphash.c23 static void siphash_round(uint64_t v[4]) { in siphash_round()
24 v[0] += v[1]; in siphash_round()
25 v[2] += v[3]; in siphash_round()
26 v[1] = (v[1] << 13) | (v[1] >> (64 - 13)); in siphash_round()
27 v[3] = (v[3] << 16) | (v[3] >> (64 - 16)); in siphash_round()
28 v[1] ^= v[0]; in siphash_round()
29 v[3] ^= v[2]; in siphash_round()
30 v[0] = (v[0] << 32) | (v[0] >> 32); in siphash_round()
31 v[2] += v[1]; in siphash_round()
32 v[0] += v[3]; in siphash_round()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/siphash/
Dsiphash.c23 static void siphash_round(uint64_t v[4]) { in siphash_round()
24 v[0] += v[1]; in siphash_round()
25 v[2] += v[3]; in siphash_round()
26 v[1] = (v[1] << 13) | (v[1] >> (64 - 13)); in siphash_round()
27 v[3] = (v[3] << 16) | (v[3] >> (64 - 16)); in siphash_round()
28 v[1] ^= v[0]; in siphash_round()
29 v[3] ^= v[2]; in siphash_round()
30 v[0] = (v[0] << 32) | (v[0] >> 32); in siphash_round()
31 v[2] += v[1]; in siphash_round()
32 v[0] += v[3]; in siphash_round()
[all …]
/external/skia/tests/sksl/shared/
DSwizzleConstants.glsl7 vec4 v = testInputs;
8 v = vec4(v.x, 1.0, 1.0, 1.0);
9 v = vec4(v.xy, 1.0, 1.0);
10 v = vec4(v.x, 1.0, 1.0, 1.0);
11 v = vec4(0.0, v.y, 1.0, 1.0);
12 v = vec4(v.xyz, 1.0);
13 v = vec4(v.xy, 1.0, 1.0);
14 v = vec4(v.x, 0.0, v.z, 1.0);
15 v = vec4(v.x, 1.0, 0.0, 1.0);
16 v = vec4(1.0, v.yz, 1.0);
[all …]
/external/skia/resources/sksl/shared/
DSwizzleConstants.sksl4 half4 v = testInputs;
5 v = half4(v.x, 1, 1, 1);
6 v = half4(v.xy, 1, 1);
7 v = half4(v.x1, 1, 1);
8 v = half4(v.0y, 1, 1);
9 v = half4(v.xyz, 1);
10 v = half4(v.xy1, 1);
11 v = half4(v.x0z, 1);
12 v = half4(v.x10, 1);
13 v = half4(v.1yz, 1);
[all …]

12345678910>>...406