Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/benches/
Dslice.rs21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search() function
/third_party/skia/m133/src/base/
DSkCubics.cpp176 static double binary_search(double A, double B, double C, double D, double start, double stop) { 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/skia/m133/tests/
DPathOpsCubicLineIntersectionIdeas.cpp58 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search() function
/third_party/rust/rust/compiler/rustc_index/src/
Dslice.rs145 pub fn binary_search(&self, value: &T) -> Result<I, I> in binary_search() method
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp422 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch
/third_party/skia/m133/third_party/externals/icu/source/test/perf/collperf/
Dcollperf.cpp422 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch
/third_party/rust/rust/library/alloc/src/collections/vec_deque/
Dmod.rs2445 pub fn binary_search(&self, x: &T) -> Result<usize, usize> in binary_search() method
/third_party/rust/rust/library/core/src/slice/
Dmod.rs2718 pub fn binary_search(&self, x: &T) -> Result<usize, usize> in binary_search() method
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp41829 binary_search(_ForwardIterator __first, _ForwardIterator __last, in binary_search() function
41847 binary_search(_ForwardIterator __first, _ForwardIterator __last, in binary_search() function