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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 200 bool binary_search(ForwardIter first, ForwardIter last, function in namespace:boost::detail
207 bool binary_search(ForwardIter first, ForwardIter last, function in namespace:boost::detail
  /ndk/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/current/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
219 double newT = binary_search(cubic, step, pt, t, &iters);
265 double newT = binary_search(cubic, 0.1, pt, t, &iters);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 411 binary_search(i);
416 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/current/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 1085 milliseconds