HomeSort by relevance Sort by last modified time
    Searched defs:binary_search (Results 1 - 11 of 11) sorted by null

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_algo.h 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
553 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
564 inline bool binary_search(_ForwardIter __first, _ForwardIter __last, function
  /external/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, function
221 double newT = binary_search(cubic, step, pt, t, &iters);
269 double newT = binary_search(cubic, 0.1, pt, t, &iters);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 417 binary_search(i);
422 void binary_search(int32_t random) { function in class:CmdBinSearch
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 2697 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2730 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 2697 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2730 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 2697 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2730 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 2292 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2327 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 2292 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2327 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 2292 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
2327 binary_search(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 419 milliseconds