Searched defs:bisect (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/ |
D | bisect.py | 79 bisect = bisect_right variable
|
/third_party/skia/tools/viewer/ |
D | BisectSlide.cpp | 23 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
|
D | Viewer.cpp | 820 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
|
/third_party/flutter/skia/tools/viewer/ |
D | BisectSlide.cpp | 28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
|
D | Viewer.cpp | 665 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
|
/third_party/boost/boost/math/tools/ |
D | roots.hpp | 143 std::pair<T, T> bisect(F f, T min, T max, Tol tol, boost::uintmax_t& max_iter, const Policy& pol) B… in bisect() function 222 inline std::pair<T, T> bisect(F f, T min, T max, Tol tol, boost::uintmax_t& max_iter) BOOST_NOEXCE… in bisect() function 228 inline std::pair<T, T> bisect(F f, T min, T max, Tol tol) BOOST_NOEXCEPT_IF(policies::is_noexcept_e… in bisect() function
|
/third_party/libsnd/src/ |
D | ogg.c | 460 sf_count_t bisect ; in ogg_stream_seek_page_search() local
|
/third_party/boost/boost/numeric/interval/ |
D | utility.hpp | 234 bisect(const interval<T, Policies>& x) in bisect() function
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 454 Sk2f bisect = normalize(n0 - n1); in recordLeftJoinIfNotEmpty() local
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 3114 gint64 bisect; in do_binary_search() local 4032 gint64 bisect; in gst_ogg_demux_bisect_forward_serialno() local
|
/third_party/flutter/skia/samplecode/ |
D | SampleAAGeometry.cpp | 1045 SkVector bisect = { (lastV.fX + nextV.fX) / 2, (lastV.fY + nextV.fY) / 2 }; in draw_bisect() local
|