/third_party/boost/libs/geometry/test/cs_undefined/ |
D | index.cpp | 71 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/ |
D | SkDWriteGeometrySink.cpp | 124 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/ |
D | rtree_quadratic.qbk | 4 [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/ |
D | extended_p_square_quantile.hpp | 221 … 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/ |
D | rtree_values.cpp | 131 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()
|
D | rtree_intersects_geom.cpp | 47 test_all< Pt, Pt, bgi::quadratic<4> >(); in test_main() 51 test_all< Box, Pt, bgi::quadratic<4> >(); in test_main()
|
D | rtree_non_cartesian.cpp | 81 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/ |
D | options.hpp | 78 struct options_type< index::quadratic<MaxElements, MinElements> > 81 index::quadratic<MaxElements, MinElements>,
|
/third_party/python/Doc/library/ |
D | xml.rst | 67 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/ |
D | extended_p_square_quantile.cpp | 28 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/ |
D | introduction.qbk | 36 [[] [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/ |
D | rtree_exceptions_qua.cpp | 14 test_rtree_value_exceptions< bgi::quadratic<4, 2> >(); in test_main()
|
/third_party/boost/libs/geometry/index/test/rtree/interprocess/ |
D | rtree_interprocess_quadratic.cpp | 16 testset::interprocess::modifiers_and_additional<P2f>(bgi::quadratic<32, 8>()); in test_main()
|
/third_party/boost/libs/geometry/index/test/rtree/generated/p3d/ |
D | rtree_qua_que_p3d.cpp | 15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
D | rtree_qua_add_p3d.cpp | 15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
D | rtree_qua_mod_p3d.cpp | 15 testset::modifiers<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
/third_party/boost/libs/geometry/index/test/rtree/generated/p2d/ |
D | rtree_qua_mod_p2d.cpp | 15 testset::modifiers<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
D | rtree_qua_que_p2d.cpp | 15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
D | rtree_qua_add_p2d.cpp | 15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | conic.dart | 7 /// 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/ |
D | rtree_qua_que_s2d.cpp | 15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
D | rtree_qua_add_s2d.cpp | 15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
/third_party/boost/libs/geometry/index/test/rtree/generated/b3d/ |
D | rtree_qua_add_b3d.cpp | 15 testset::additional<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
D | rtree_qua_que_b3d.cpp | 15 testset::queries<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|
/third_party/boost/libs/geometry/index/test/rtree/generated/b2d/ |
D | rtree_qua_mod_b2d.cpp | 15 testset::modifiers<Indexable>(bgi::quadratic<5, 2>(), std::allocator<int>()); in test_main()
|