HomeSort by relevance Sort by last modified time
    Searched refs:i65 (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 155 int i65[] = {0, 0, 1, 0, 0, 0}; local
218 assert(std::is_heap_until(i65, i65+6) == i65+2);
is_heap.pass.cpp 155 int i65[] = {0, 0, 1, 0, 0, 0}; local
218 assert(std::is_heap(i65, i65+6) == (std::is_heap_until(i65, i65+6) == i65+6));
is_heap_until_comp.pass.cpp 156 int i65[] = {0, 0, 1, 0, 0, 0}; local
219 assert(std::is_heap_until(i65, i65+6, std::greater<int>()) == i65+5);
is_heap_comp.pass.cpp 156 int i65[] = {0, 0, 1, 0, 0, 0}; local
219 assert(std::is_heap(i65, i65+6, std::greater<int>()) == (std::is_heap_until(i65, i65+6, std::greater<int>()) == i65+6));
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 67 APInt i65(65, 0, true);
68 EXPECT_EQ(65u, i65.countLeadingZeros());
69 EXPECT_EQ(0u, i65.countLeadingOnes());
70 EXPECT_EQ(0u, i65.getActiveBits());
71 EXPECT_EQ(1u, i65.getActiveWords());
72 EXPECT_EQ(65u, i65.countTrailingZeros());
73 EXPECT_EQ(0u, i65.countPopulation());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
APIntTest.cpp 87 APInt i65(65, 0, true);
88 EXPECT_EQ(65u, i65.countLeadingZeros());
89 EXPECT_EQ(0u, i65.countLeadingOnes());
90 EXPECT_EQ(0u, i65.getActiveBits());
91 EXPECT_EQ(1u, i65.getActiveWords());
92 EXPECT_EQ(65u, i65.countTrailingZeros());
93 EXPECT_EQ(0u, i65.countPopulation());
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1466 int i65 = 65; local
    [all...]

Completed in 2016 milliseconds