Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dbisect.py79 bisect = bisect_right variable
/external/python/cpython2/Lib/
Dbisect.py45 bisect = bisect_right # backward compatibility variable
/external/skia/tools/viewer/
DBisectSlide.cpp28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp807 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/external/skqp/tools/viewer/
DBisectSlide.cpp28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp593 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/external/oss-fuzz/infra/
Dbisector.py280 def bisect(bisect_type, old_commit, new_commit, test_case_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/mesa3d/src/compiler/glsl/
Dlower_variable_index_to_cond_assign.cpp279 void bisect(unsigned begin, unsigned end, ir_factory &body) in bisect() function
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp455 Sk2f bisect = normalize(n0 - n1); in recordLeftJoinIfNotEmpty() local
/external/ImageMagick/MagickCore/
Dsplay-tree.c254 bisect; in LinkSplayTreeNodes() local
Dresize.c3334 bisect, in HorizontalFilter() local
3552 bisect, in VerticalFilter() local
Dquantize.c771 bisect; in ClassifyImageColors() local
/external/skqp/samplecode/
DSampleAAGeometry.cpp1050 SkVector bisect = { (lastV.fX + nextV.fX) / 2, (lastV.fY + nextV.fY) / 2 }; in draw_bisect() local