Searched defs:bisect (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython3/Lib/ |
D | bisect.py | 79 bisect = bisect_right variable
|
/external/python/cpython2/Lib/ |
D | bisect.py | 45 bisect = bisect_right # backward compatibility variable
|
/external/skia/tools/viewer/ |
D | BisectSlide.cpp | 28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
|
D | Viewer.cpp | 807 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
|
/external/skqp/tools/viewer/ |
D | BisectSlide.cpp | 28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
|
D | Viewer.cpp | 593 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
|
/external/oss-fuzz/infra/ |
D | bisector.py | 280 def bisect(bisect_type, old_commit, new_commit, test_case_path, fuzz_target, function
|
/external/oss-fuzz/infra/base-images/base-builder/ |
D | bisect_clang.py | 77 def bisect(self, good_commit, bad_commit, test_command): member in GitRepo
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 219 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/ |
D | lower_variable_index_to_cond_assign.cpp | 279 void bisect(unsigned begin, unsigned end, ir_factory &body) in bisect() function
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 455 Sk2f bisect = normalize(n0 - n1); in recordLeftJoinIfNotEmpty() local
|
/external/ImageMagick/MagickCore/ |
D | splay-tree.c | 254 bisect; in LinkSplayTreeNodes() local
|
D | resize.c | 3334 bisect, in HorizontalFilter() local 3552 bisect, in VerticalFilter() local
|
D | quantize.c | 771 bisect; in ClassifyImageColors() local
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 1050 SkVector bisect = { (lastV.fX + nextV.fX) / 2, (lastV.fY + nextV.fY) / 2 }; in draw_bisect() local
|