Home
last modified time | relevance | path

Searched refs:min_type (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp88 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
89 min_type min_point(box); in apply()
90 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
100 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
101 min_type min_point(box); in apply()
102 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp88 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
89 min_type min_point(box); in apply()
90 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
100 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
101 min_type min_point(box); in apply()
102 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp87 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
88 min_type min_point(box); in apply()
89 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
99 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
100 min_type min_point(box); in apply()
101 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp87 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
88 min_type min_point(box); in apply()
89 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
99 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
100 min_type min_point(box); in apply()
101 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp87 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
88 min_type min_point(box); in apply()
89 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
99 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
100 min_type min_point(box); in apply()
101 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp87 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
88 min_type min_point(box); in apply()
89 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
99 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
100 min_type min_point(box); in apply()
101 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp88 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
89 min_type min_point(box); in apply()
90 corner_by_epsilon<min_type, std::minus>::apply(min_point); in apply()
100 typedef detail::indexed_point_view<Box, min_corner> min_type; in apply() typedef
101 min_type min_point(box); in apply()
102 corner_by_epsilon<min_type, std::minus>::apply(min_point, eps); in apply()
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::posit> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
91 …matcher_type matcher(xpr, (uint_t)min_type<tag>(), (uint_t)max_type<tag>(), xpr.get_width().value(… in operator ()()
177 uint_t min_ = (uint_t)min_type<typename Expr::proto_tag>(); in operator ()()
317 , min_type<typename Expr::proto_tag>::value
331 , min_type<typename Expr::proto_tag>::value in operator ()()
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dmandoc_msg.c247 static enum mandocerr min_type = MANDOCERR_MAX; variable
272 return min_type; in mandoc_msg_getmin()
278 min_type = t; in mandoc_msg_setmin()
300 if (t < min_type && t != MANDOCERR_FILE) in mandoc_msg()
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/devel/boost-python-libs/boost_1_72_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value
/dports/devel/hyperscan/boost_1_75_0/boost/xpressive/detail/static/transforms/
H A Das_quantifier.hpp29 typedef mpl::integral_c<uint_t, Min> min_type; typedef
41 struct min_type : Tag::min_type {}; struct
44 struct min_type<proto::tag::unary_plus> : mpl::integral_c<uint_t, 1> {}; struct
47 struct min_type<proto::tag::dereference> : mpl::integral_c<uint_t, 0> {}; struct
50 struct min_type<proto::tag::logical_not> : mpl::integral_c<uint_t, 0> {}; struct
103 , (uint_t)min_type<typename expr_type::proto_tag>::value in operator ()()
198 uint_t min_ = (uint_t)min_type<typename expr_type::proto_tag>(); in operator ()()
356 , min_type<typename expr_type::proto_tag>::value

12345678910>>...12