Home
last modified time | relevance | path

Searched refs:quadratic (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/boost/libs/geometry/test/cs_undefined/
Dindex.cpp71 rtree_test(g.pt, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main()
74 rtree_test(g.b, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main()
77 rtree_test(g.s, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::cartesian<> >()); in test_main()
81 rtree_test(g.pt, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::spherical<> >()); in test_main()
84 rtree_test(g.b, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::spherical<> >()); in test_main()
87 rtree_test(g.s, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::spherical<> >()); in test_main()
91 rtree_test(g.pt, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::geographic<> >()); in test_main()
94 rtree_test(g.b, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::geographic<> >()); in test_main()
97 rtree_test(g.s, bgi::parameters<bgi::quadratic<4>, bg::strategy::index::geographic<> >()); in test_main()
/third_party/flutter/skia/src/utils/win/
DSkDWriteGeometrySink.cpp124 Quadratic quadratic; in SK_STDMETHODIMP_() local
125 if (check_quadratic(cubic, quadratic)) { in SK_STDMETHODIMP_()
126 fPath->quadTo(quadratic[1].x, quadratic[1].y, in SK_STDMETHODIMP_()
127 quadratic[2].x, quadratic[2].y); in SK_STDMETHODIMP_()
/third_party/boost/libs/geometry/doc/index/generated/
Drtree_quadratic.qbk4 [section boost::geometry::index::quadratic]
6 …term><indexterm><primary>index</primary></indexterm><indexterm><primary>quadratic</primary></index…
15 `struct quadratic`
/third_party/boost/boost/accumulators/statistics/
Dextended_p_square_quantile.hpp221 … typedef accumulators::impl::extended_p_square_quantile_impl<mpl::_1, unweighted, quadratic> impl;
231 … typedef accumulators::impl::extended_p_square_quantile_impl<mpl::_1, weighted, quadratic> impl;
266 struct as_feature<tag::extended_p_square_quantile(quadratic)>
280 struct as_feature<tag::weighted_extended_p_square_quantile(quadratic)>
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_values.cpp131 test_pair< Box, bgi::quadratic<4> >(); in test_main()
138 test_pair_geom_ptr< Box, bgi::quadratic<4> >(); in test_main()
142 test_point< bgi::quadratic<4> >(); in test_main()
Drtree_intersects_geom.cpp47 test_all< Pt, Pt, bgi::quadratic<4> >(); in test_main()
51 test_all< Box, Pt, bgi::quadratic<4> >(); in test_main()
Drtree_non_cartesian.cpp81 test_rtree<bgi::rtree<Value, bgi::quadratic<4> > >(); in test_value()
116 test_ticket_12413<bgi::rtree<value_t, bgi::quadratic<4> > >(); in test_cs()
/third_party/boost/boost/geometry/index/detail/rtree/
Doptions.hpp78 struct options_type< index::quadratic<MaxElements, MinElements> >
81 index::quadratic<MaxElements, MinElements>,
/third_party/python/Doc/library/
Dxml.rst67 quadratic blowup **Vulnerable** (1) **Vulnerable** (1) **Vulnerable** (1) **Vulnerable…
74 "quadratic blowup" vulnerabilities. Items still listed as vulnerable due to
93 quadratic blowup entity expansion
94 A quadratic blowup attack is similar to a `Billion Laughs`_ attack; it abuses
/third_party/boost/libs/accumulators/test/
Dextended_p_square_quantile.cpp28 typedef accumulator_set<double, stats<tag::extended_p_square_quantile(quadratic)> > accumulator_t_q…
29 typedef accumulator_set<double, stats<tag::weighted_extended_p_square_quantile(quadratic)>, double …
/third_party/boost/libs/geometry/doc/index/rtree/
Dintroduction.qbk36 [[] [linear algorithm] [quadratic algorithm] [R*-tree]]
37 [[*Example structure*] [[$img/index/rtree/linear.png]] [[$img/index/rtree/quadratic.png]] [[$i…
48 * three different creation algorithms - linear, quadratic or rstar,
/third_party/boost/libs/geometry/index/test/rtree/exceptions/
Drtree_exceptions_qua.cpp14 test_rtree_value_exceptions< bgi::quadratic<4, 2> >(); in test_main()
/third_party/boost/libs/geometry/index/test/rtree/interprocess/
Drtree_interprocess_quadratic.cpp16 testset::interprocess::modifiers_and_additional<P2f>(bgi::quadratic<32, 8>()); in test_main()
/third_party/boost/libs/geometry/index/test/rtree/generated/p3d/
Drtree_qua_que_p3d.cpp15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
Drtree_qua_add_p3d.cpp15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
Drtree_qua_mod_p3d.cpp15 testset::modifiers<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
/third_party/boost/libs/geometry/index/test/rtree/generated/p2d/
Drtree_qua_mod_p2d.cpp15 testset::modifiers<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
Drtree_qua_que_p2d.cpp15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
Drtree_qua_add_p2d.cpp15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dconic.dart7 /// Converts conic curve to a list of quadratic curves for rendering on
10 /// See "High order approximation of conic sections by quadratic splines"
23 /// First offset is start Point. Each pair of offsets after are quadratic
171 // See "High order approximation of conic sections by quadratic splines"
/third_party/boost/libs/geometry/index/test/rtree/generated/s2d/
Drtree_qua_que_s2d.cpp15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
Drtree_qua_add_s2d.cpp15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
/third_party/boost/libs/geometry/index/test/rtree/generated/b3d/
Drtree_qua_add_b3d.cpp15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
Drtree_qua_que_b3d.cpp15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
/third_party/boost/libs/geometry/index/test/rtree/generated/b2d/
Drtree_qua_mod_b2d.cpp15 testset::modifiers<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()

123456