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

  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 160 int i81[] = {0, 1, 1, 0, 0, 0}; local
223 assert(std::is_heap_until(i81, i81+6) == i81+1);
is_heap.pass.cpp 160 int i81[] = {0, 1, 1, 0, 0, 0}; local
223 assert(std::is_heap(i81, i81+6) == (std::is_heap_until(i81, i81+6) == i81+6));