Home
last modified time | relevance | path

Searched defs:binary_search (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dbinary_search.hpp30 inline bool binary_search(const ForwardRange& rng, const Value& val) in binary_search() function
38 inline bool binary_search(const ForwardRange& rng, const Value& val, in binary_search() function
/third_party/boost/boost/compute/algorithm/
Dbinary_search.hpp29 inline bool binary_search(InputIterator first, in binary_search() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dbinary_search.hpp29 inline bool binary_search(InputIterator first, in binary_search() function
/third_party/boost/boost/detail/
Dbinary_search.hpp200 bool binary_search(ForwardIter first, ForwardIter last, in binary_search() function
207 bool binary_search(ForwardIter first, ForwardIter last, in binary_search() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dquerying.hpp497 struct binary_search struct
499 typedef bool result_type;
502 bool operator()(R& r, T const& val) const in operator ()()
508 bool operator()(R& r, T const& val, C c) const in operator ()()
/third_party/boost/libs/detail/test/
Dbinary_search_test.cpp155 static bool binary_search(Iterator start, Iterator finish, Key key, Compare cmp) in binary_search() function
176 static bool binary_search(Iterator start, Iterator finish, Key key, no_compare) in binary_search() function
/third_party/flutter/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search() function
/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search() function
/third_party/boost/boost/lambda/
Dalgorithm.hpp925 struct binary_search { struct
928 struct sig {
934 operator()(A a, A b, const C& c) const in operator ()()
939 operator()(A a, A b, const C& c, D d) const in operator ()()
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp422 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch