HomeSort by relevance Sort by last modified time
    Searched defs:v2 (Results 176 - 200 of 1310) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.operators/
op_not.pass.cpp 38 std::bitset<N> v2 = make_bitset<N>(); local
40 assert((v1 ^ v2) == (v3 ^= v2));
op_or.pass.cpp 38 std::bitset<N> v2 = make_bitset<N>(); local
40 assert((v1 | v2) == (v3 |= v2));
  /toolchain/binutils/binutils-2.27/gold/testsuite/
weak_undef_test.cc 55 int v2 = 42; variable
  /bionic/tests/libs/
dlopen_testlib_ifunc_variable_impl.cpp 44 extern "C" const char* v2 = "set"; variable
52 return choice == NULL ? &v1 : &v2;
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
VerbosityTest.java 36 String v2 = mDevice.executeShellCommand(MONKEY_CMD + " -v -v -p " + PKGS[0] + " 500"); local
37 assertTrue(v2.contains("Events injected"));
38 assertTrue(v2.contains("Sending Touch"));
39 assertTrue(v2.contains("Sending Trackball"));
40 assertTrue(v2.contains("Switch"));
41 assertTrue(v2.contains("Sleeping"));
44 assertTrue(v1.length() < v2.length());
  /external/capstone/suite/MC/AArch64/
neon-extract.s.cs 2 0x20,0x18,0x02,0x2e = ext v0.8b, v1.8b, v2.8b, #0x3
3 0x20,0x18,0x02,0x6e = ext v0.16b, v1.16b, v2.16b, #0x3
  /external/clang/test/CodeGen/
mmx-inline-asm.c 9 __m64 v1, v2, v3, v4, v5, v6, v7; local
19 : "=&y" (v1), "=&y" (v2), "=&y" (v3),
vld_dup.c 9 int32_t v2[4]; local
28 v3 = vld4_dup_s32(v2);
  /external/clang/test/SemaCXX/
attr-cleanup-gcc.cpp 14 int v2 __attribute__((cleanup(c2))); local
  /external/fec/
sim.c 10 double fac,rsq,v1,v2; local
24 v2 = 2.0 * (double)random() / MAX_RANDOM - 1;
25 rsq = v1*v1 + v2*v2;
30 return mean + std_dev*v2*fac;
  /external/libcxx/test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
shift_left.pass.cpp 28 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
34 strides(st, sizeof(st)/sizeof(st[0])))] <<= v2; local
shift_right.pass.cpp 28 std::valarray<int> v2(a2, sizeof(a2)/sizeof(a2[0]));
34 strides(st, sizeof(st)/sizeof(st[0])))] >>= v2; local
  /external/libcxx/test/std/numerics/numarray/template.valarray/valarray.members/
apply_cref.pass.cpp 30 std::valarray<T> v2 = v1.apply(f); local
31 assert(v2.size() == N1);
33 assert(v2[i] == a2[i]);
38 std::valarray<T> v2 = v1.apply(f); local
39 assert(v2.size() == N1);
46 std::valarray<T> v2 = (v1+v1).apply(f); local
47 assert(v2.size() == N1);
49 assert(v2[i] == a2[i]);
apply_value.pass.cpp 30 std::valarray<T> v2 = v1.apply(f); local
31 assert(v2.size() == N1);
33 assert(v2[i] == a2[i]);
38 std::valarray<T> v2 = v1.apply(f); local
39 assert(v2.size() == N1);
46 std::valarray<T> v2 = (v1+v1).apply(f); local
47 assert(v2.size() == N1);
49 assert(v2[i] == a2[i]);
swap.pass.cpp 29 std::valarray<T> v2(a2, N2);
31 std::valarray<T> v2_save = v2;
32 v1.swap(v2);
36 assert(v2.size() == v1_save.size());
37 for (std::size_t i = 0; i < v2.size(); ++i)
38 assert(v2[i] == v1_save[i]);
45 std::valarray<T> v2; local
47 std::valarray<T> v2_save = v2;
48 v1.swap(v2);
52 assert(v2.size() == v1_save.size())
75 std::valarray<T> v2; local
    [all...]
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.special/
swap.pass.cpp 31 std::valarray<T> v2(a2, N2);
33 std::valarray<T> v2_save = v2;
34 swap(v1, v2);
38 assert(v2.size() == v1_save.size());
39 for (std::size_t i = 0; i < v2.size(); ++i)
40 assert(v2[i] == v1_save[i]);
47 std::valarray<T> v2; local
49 std::valarray<T> v2_save = v2;
50 swap(v1, v2);
54 assert(v2.size() == v1_save.size())
77 std::valarray<T> v2; local
    [all...]
  /external/libffi/testsuite/libffi.call/
strlen2.c 23 float v2; local
27 values[1] = (void*) &v2;
34 v2 = 0.0;
39 v2 = -1.0;
44 v2 = 1.0;
strlen3.c 23 float v2; local
27 values[0] = (void*) &v2;
34 v2 = 0.0;
39 v2 = -1.0;
44 v2 = 1.0;
strlen4.c 24 float v2; local
30 values[0] = (void*) &v2;
38 v2 = 0.0;
43 v2 = -1.0;
49 v2 = 1.0;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
strlen2.c 23 float v2; local
27 values[1] = (void*) &v2;
34 v2 = 0.0;
39 v2 = -1.0;
44 v2 = 1.0;
strlen3.c 23 float v2; local
27 values[0] = (void*) &v2;
34 v2 = 0.0;
39 v2 = -1.0;
44 v2 = 1.0;
strlen4.c 24 float v2; local
30 values[0] = (void*) &v2;
38 v2 = 0.0;
43 v2 = -1.0;
49 v2 = 1.0;
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
strlen2.c 23 float v2; local
27 values[1] = (void*) &v2;
34 v2 = 0.0;
39 v2 = -1.0;
44 v2 = 1.0;
strlen3.c 23 float v2; local
27 values[0] = (void*) &v2;
34 v2 = 0.0;
39 v2 = -1.0;
44 v2 = 1.0;
strlen4.c 24 float v2; local
30 values[0] = (void*) &v2;
38 v2 = 0.0;
43 v2 = -1.0;
49 v2 = 1.0;

Completed in 561 milliseconds

1 2 3 4 5 6 78 91011>>