Searched defs:binary_search (Results 1 – 10 of 10) sorted by relevance
| /third_party/rust/rust/library/core/benches/ |
| D | slice.rs | 21 fn binary_search<F>(b: &mut Bencher, cache: Cache, mapper: F) in binary_search() function
|
| /third_party/skia/m133/src/base/ |
| D | SkCubics.cpp | 176 static double binary_search(double A, double B, double C, double D, double start, double stop) { in binary_search() function
|
| /third_party/skia/tests/ |
| D | PathOpsCubicLineIntersectionIdeas.cpp | 54 static double binary_search(const SkDCubic& cubic, double step, const SkDPoint& pt, double t, in binary_search() function
|
| /third_party/skia/m133/tests/ |
| D | PathOpsCubicLineIntersectionIdeas.cpp | 58 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/ |
| D | slice.rs | 145 pub fn binary_search(&self, value: &T) -> Result<I, I> in binary_search() method
|
| /third_party/icu/icu4c/source/test/perf/collperf/ |
| D | collperf.cpp | 422 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch
|
| /third_party/skia/m133/third_party/externals/icu/source/test/perf/collperf/ |
| D | collperf.cpp | 422 void binary_search(int32_t random) { in binary_search() function in CmdBinSearch
|
| /third_party/rust/rust/library/alloc/src/collections/vec_deque/ |
| D | mod.rs | 2445 pub fn binary_search(&self, x: &T) -> Result<usize, usize> in binary_search() method
|
| /third_party/rust/rust/library/core/src/slice/ |
| D | mod.rs | 2718 pub fn binary_search(&self, x: &T) -> Result<usize, usize> in binary_search() method
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 41829 binary_search(_ForwardIterator __first, _ForwardIterator __last, in binary_search() function 41847 binary_search(_ForwardIterator __first, _ForwardIterator __last, in binary_search() function
|