Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dbisect.py79 bisect = bisect_right variable
/third_party/skia/tools/viewer/
DBisectSlide.cpp23 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp820 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/third_party/flutter/skia/tools/viewer/
DBisectSlide.cpp28 sk_sp<BisectSlide> bisect(new BisectSlide(filepath)); in Create() local
DViewer.cpp665 sk_sp<BisectSlide> bisect = BisectSlide::Create(FLAGS_bisect[0]); in initSlides() local
/third_party/boost/boost/math/tools/
Droots.hpp143 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/
Dogg.c460 sf_count_t bisect ; in ogg_stream_seek_page_search() local
/third_party/boost/boost/numeric/interval/
Dutility.hpp234 bisect(const interval<T, Policies>& x) in bisect() function
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp454 Sk2f bisect = normalize(n0 - n1); in recordLeftJoinIfNotEmpty() local
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c3114 gint64 bisect; in do_binary_search() local
4032 gint64 bisect; in gst_ogg_demux_bisect_forward_serialno() local
/third_party/flutter/skia/samplecode/
DSampleAAGeometry.cpp1045 SkVector bisect = { (lastV.fX + nextV.fX) / 2, (lastV.fY + nextV.fY) / 2 }; in draw_bisect() local