HomeSort by relevance Sort by last modified time
    Searched refs:v2 (Results 276 - 300 of 1540) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/d/
T_move_wide_16_1.d 30 const-wide v2, 5678
33 move-wide/16 v4002, v2
40 move-wide/16 v2, v4002
44 cmp-long v10, v2, v4
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
T_return_object_8.d 30 new-instance v2, java/lang/Object
31 invoke-direct {v2}, java/lang/Object/<init>()V
32 monitor-enter v2
41 invoke-direct {v2}, dot/junit/opcodes/return_object/d/T_return_object_8/test()Ljava/lang/String;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/shaders/compiled/
passthroughr3di11ps.h 32 dcl_input_ps linear v2.xyz
37 mul r0.xyz, r0.xyzx, v2.xyzx
passthroughr3dui11ps.h 32 dcl_input_ps linear v2.xyz
37 mul r0.xyz, r0.xyzx, v2.xyzx
passthroughrg3di11ps.h 32 dcl_input_ps linear v2.xyz
37 mul r0.xyz, r0.xyzx, v2.xyzx
passthroughrg3dui11ps.h 32 dcl_input_ps linear v2.xyz
37 mul r0.xyz, r0.xyzx, v2.xyzx
passthroughrgb3di11ps.h 32 dcl_input_ps linear v2.xyz
37 mul r0.xyz, r0.xyzx, v2.xyzx
passthroughrgb3dui11ps.h 32 dcl_input_ps linear v2.xyz
37 mul r0.xyz, r0.xyzx, v2.xyzx
  /external/clang/test/CXX/class/class.mem/
p1.cpp 26 static int v2; // expected-note{{previous declaration is here}} member in struct:S2
27 static int v2; //expected-error{{duplicate member 'v2'}} member in struct:S2
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-1y.cpp 10 template<typename...T> int v2; variable
11 template<typename...T> int v2<T...>; variable
  /external/clang/test/CodeGen/
xcore-abi.c 40 // CHECK: [[V2:%[a-z0-9]+]] = load i8** [[V]], align 4
41 // CHECK: call void @f(i8* [[V2]])
43 char v2 = va_arg (ap, char); // expected-warning{{second argument to 'va_arg' is of promotable type 'char'}} local
44 f(&v2);
60 // CHECK: [[V2:%[a-z0-9]+]] = bitcast i32* [[V]] to i8*
61 // CHECK: call void @f(i8* [[V2]])
71 // CHECK:[[V2:%[a-z0-9]+]] = bitcast i64* [[V]] to i8*
72 // CHECK: call void @f(i8* [[V2]])
84 // CHECK: [[V2:%[a-z0-9]+]] = bitcast %struct.x* [[V]] to i8*
85 // CHECK: call void @f(i8* [[V2]])
    [all...]
  /external/clang/test/Sema/
attr-cleanup.c 12 int v2 __attribute((cleanup(1, 2))); // expected-error {{'cleanup' attribute takes one argument}}
32 int v2 __attribute__((cleanup(c3))); // expected-error {{'cleanup' function 'c3' parameter has type 'struct s' which is incompatible with type 'int *'}} local
  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 13 void f(T v1, double4 v2) {
14 v1.xy = v2.yx;
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMap.java 43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) {
44 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
  /external/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/
mask_array.pass.cpp 30 const std::valarray<int> v2(a2, N2);
33 v1[vb1] = v2[vb2];
valarray.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] = v2;
  /external/libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/
addition.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] += v2;
and.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] &= v2;
divide.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] /= v2;
modulo.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] %= v2;
multiply.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] *= v2;
or.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] |= v2;
shift_left.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] <<= v2; local
shift_right.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] >>= v2; local
subtraction.pass.cpp 28 std::valarray<int> v2(a2, N2);
31 v1[vb] -= v2;

Completed in 1164 milliseconds

<<11121314151617181920>>