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

  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 362 int i220[] = {1, 1, 0, 0, 1, 0, 0}; local
489 assert(std::is_heap_until(i220, i220+7) == i220+7);
is_heap.pass.cpp 362 int i220[] = {1, 1, 0, 0, 1, 0, 0}; local
489 assert(std::is_heap(i220, i220+7) == (std::is_heap_until(i220, i220+7) == i220+7));
is_heap_until_comp.pass.cpp 363 int i220[] = {1, 1, 0, 0, 1, 0, 0}; local
490 assert(std::is_heap_until(i220, i220+7, std::greater<int>()) == i220+2);
is_heap_comp.pass.cpp 363 int i220[] = {1, 1, 0, 0, 1, 0, 0}; local
    [all...]

Completed in 104 milliseconds