Home
last modified time | relevance | path

Searched defs:bisect (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
Dbisect.py45 bisect = bisect_right # backward compatibility variable
/external/skia/tools/viewer/
DBisectSlide.cpp27 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp1025 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/external/python/cpython3/Lib/
Dbisect.py109 bisect = bisect_right variable
/external/oss-fuzz/infra/
Dbisector.py286 def bisect(bisect_type, old_commit, new_commit, testcase_path, fuzz_target, function
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py77 def bisect(self, good_commit, bad_commit, test_command): member in GitRepo
/external/tremolo/Tremolo/
Dvorbisfile.c219 ogg_int64_t bisect; in _bisect_forward_serialno() local
1196 ogg_int64_t bisect; in ov_pcm_seek_page() local
/external/python/cpython3/Doc/whatsnew/
D3.10.rst933 bisect section in Improved Modules
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Dutility.hpp234 bisect(const interval<T, Policies>& x) in bisect() function