Home
last modified time | relevance | path

Searched refs:yap (Results 1 – 25 of 2078) sorted by relevance

12345678910>>...84

/dports/devel/hyperscan/boost_1_75_0/libs/yap/test/
H A Dprint.cpp16 using term = boost::yap::terminal<boost::yap::expression, T>;
19 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
21 namespace yap = boost::yap;
63 yap::op_string(yap::expr_kind::unary_plus) == std::string("+")); in test_main()
91 yap::op_string(yap::expr_kind::multiplies_assign) == in test_main()
94 yap::op_string(yap::expr_kind::divides_assign) == in test_main()
97 yap::op_string(yap::expr_kind::modulus_assign) == in test_main()
105 yap::op_string(yap::expr_kind::bitwise_and_assign) == in test_main()
108 yap::op_string(yap::expr_kind::bitwise_or_assign) == in test_main()
111 yap::op_string(yap::expr_kind::bitwise_xor_assign) == in test_main()
[all …]
H A Dcompile_is_expr.cpp9 namespace yap = boost::yap;
13 static const yap::expr_kind kind = yap::expr_kind::plus;
19 static const yap::expr_kind kind = yap::expr_kind::plus;
59 yap::is_expr<yap::terminal<yap::expression, double>>::value, ""); in compile_is_expr()
62 yap::is_expr<yap::terminal<yap::expression, double> const>::value, ""); in compile_is_expr()
64 yap::is_expr<yap::terminal<yap::expression, double> const &>::value, in compile_is_expr()
67 yap::is_expr<yap::terminal<yap::expression, double> &>::value, ""); in compile_is_expr()
69 yap::is_expr<yap::terminal<yap::expression, double> &&>::value, ""); in compile_is_expr()
77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
[all …]
H A Dcompile_term_plus_expr.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>;
13 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
15 namespace yap = boost::yap;
25 yap::expression< in compile_term_plus_expr()
29 yap::expression< in compile_term_plus_expr()
43 yap::expression< in compile_term_plus_expr()
47 yap::expression< in compile_term_plus_expr()
61 yap::expression< in compile_term_plus_expr()
65 yap::expression< in compile_term_plus_expr()
80 yap::expression< in compile_term_plus_expr()
[all …]
H A Doperators_unary.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>;
17 using term_ref = boost::yap::expression_ref<boost::yap::expression, term<T> &>;
21 boost::yap::expression_ref<boost::yap::expression, term<T> const &>;
23 namespace yap = boost::yap;
34 yap::expression< in test_main()
38 yap::expression< in test_main()
42 yap::expression< in test_main()
53 yap::expression<yap::expr_kind::negate, bh::tuple<term<uint32_t>>> in test_main()
55 yap::expression< in test_main()
59 yap::expression< in test_main()
[all …]
H A Duser_expression_transform_1.cpp12 using term = boost::yap::terminal<boost::yap::expression, T>;
15 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
17 namespace yap = boost::yap;
98 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
102 return yap::make_expression<yap::expr_kind::minus>( in operator ()()
122 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
150 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
194 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
224 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
265 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/yap/test/
H A Dcompile_is_expr.cpp9 namespace yap = boost::yap;
13 static const yap::expr_kind kind = yap::expr_kind::plus;
19 static const yap::expr_kind kind = yap::expr_kind::plus;
59 yap::is_expr<yap::terminal<yap::expression, double>>::value, ""); in compile_is_expr()
62 yap::is_expr<yap::terminal<yap::expression, double> const>::value, ""); in compile_is_expr()
64 yap::is_expr<yap::terminal<yap::expression, double> const &>::value, in compile_is_expr()
67 yap::is_expr<yap::terminal<yap::expression, double> &>::value, ""); in compile_is_expr()
69 yap::is_expr<yap::terminal<yap::expression, double> &&>::value, ""); in compile_is_expr()
77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
[all …]
H A Dprint.cpp16 using term = boost::yap::terminal<boost::yap::expression, T>;
19 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
21 namespace yap = boost::yap;
63 yap::op_string(yap::expr_kind::unary_plus) == std::string("+")); in test_main()
91 yap::op_string(yap::expr_kind::multiplies_assign) == in test_main()
94 yap::op_string(yap::expr_kind::divides_assign) == in test_main()
97 yap::op_string(yap::expr_kind::modulus_assign) == in test_main()
105 yap::op_string(yap::expr_kind::bitwise_and_assign) == in test_main()
108 yap::op_string(yap::expr_kind::bitwise_or_assign) == in test_main()
111 yap::op_string(yap::expr_kind::bitwise_xor_assign) == in test_main()
[all …]
H A Dcompile_term_plus_expr.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>;
13 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
15 namespace yap = boost::yap;
25 yap::expression< in compile_term_plus_expr()
29 yap::expression< in compile_term_plus_expr()
43 yap::expression< in compile_term_plus_expr()
47 yap::expression< in compile_term_plus_expr()
61 yap::expression< in compile_term_plus_expr()
65 yap::expression< in compile_term_plus_expr()
80 yap::expression< in compile_term_plus_expr()
[all …]
H A Doperators_unary.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>;
17 using term_ref = boost::yap::expression_ref<boost::yap::expression, term<T> &>;
21 boost::yap::expression_ref<boost::yap::expression, term<T> const &>;
23 namespace yap = boost::yap;
34 yap::expression< in test_main()
38 yap::expression< in test_main()
42 yap::expression< in test_main()
53 yap::expression<yap::expr_kind::negate, bh::tuple<term<uint32_t>>> in test_main()
55 yap::expression< in test_main()
59 yap::expression< in test_main()
[all …]
H A Duser_expression_transform_1.cpp12 using term = boost::yap::terminal<boost::yap::expression, T>;
15 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
17 namespace yap = boost::yap;
98 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
102 return yap::make_expression<yap::expr_kind::minus>( in operator ()()
122 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
150 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
194 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
224 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
265 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/test/
H A Dcompile_is_expr.cpp9 namespace yap = boost::yap;
13 static const yap::expr_kind kind = yap::expr_kind::plus;
19 static const yap::expr_kind kind = yap::expr_kind::plus;
59 yap::is_expr<yap::terminal<yap::expression, double>>::value, ""); in compile_is_expr()
62 yap::is_expr<yap::terminal<yap::expression, double> const>::value, ""); in compile_is_expr()
64 yap::is_expr<yap::terminal<yap::expression, double> const &>::value, in compile_is_expr()
67 yap::is_expr<yap::terminal<yap::expression, double> &>::value, ""); in compile_is_expr()
69 yap::is_expr<yap::terminal<yap::expression, double> &&>::value, ""); in compile_is_expr()
77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
[all …]
H A Dprint.cpp16 using term = boost::yap::terminal<boost::yap::expression, T>;
19 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
21 namespace yap = boost::yap;
63 yap::op_string(yap::expr_kind::unary_plus) == std::string("+")); in test_main()
91 yap::op_string(yap::expr_kind::multiplies_assign) == in test_main()
94 yap::op_string(yap::expr_kind::divides_assign) == in test_main()
97 yap::op_string(yap::expr_kind::modulus_assign) == in test_main()
105 yap::op_string(yap::expr_kind::bitwise_and_assign) == in test_main()
108 yap::op_string(yap::expr_kind::bitwise_or_assign) == in test_main()
111 yap::op_string(yap::expr_kind::bitwise_xor_assign) == in test_main()
[all …]
H A Dcompile_term_plus_expr.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>;
13 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
15 namespace yap = boost::yap;
25 yap::expression< in compile_term_plus_expr()
29 yap::expression< in compile_term_plus_expr()
43 yap::expression< in compile_term_plus_expr()
47 yap::expression< in compile_term_plus_expr()
61 yap::expression< in compile_term_plus_expr()
65 yap::expression< in compile_term_plus_expr()
80 yap::expression< in compile_term_plus_expr()
[all …]
H A Doperators_unary.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>;
17 using term_ref = boost::yap::expression_ref<boost::yap::expression, term<T> &>;
21 boost::yap::expression_ref<boost::yap::expression, term<T> const &>;
23 namespace yap = boost::yap;
34 yap::expression< in test_main()
38 yap::expression< in test_main()
42 yap::expression< in test_main()
53 yap::expression<yap::expr_kind::negate, bh::tuple<term<uint32_t>>> in test_main()
55 yap::expression< in test_main()
59 yap::expression< in test_main()
[all …]
H A Duser_expression_transform_1.cpp12 using term = boost::yap::terminal<boost::yap::expression, T>;
15 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
17 namespace yap = boost::yap;
98 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
102 return yap::make_expression<yap::expr_kind::minus>( in operator ()()
122 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
150 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
194 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
224 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
265 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/test/
H A Dcompile_is_expr.cpp9 namespace yap = boost::yap;
13 static const yap::expr_kind kind = yap::expr_kind::plus;
19 static const yap::expr_kind kind = yap::expr_kind::plus;
59 yap::is_expr<yap::terminal<yap::expression, double>>::value, ""); in compile_is_expr()
62 yap::is_expr<yap::terminal<yap::expression, double> const>::value, ""); in compile_is_expr()
64 yap::is_expr<yap::terminal<yap::expression, double> const &>::value, in compile_is_expr()
67 yap::is_expr<yap::terminal<yap::expression, double> &>::value, ""); in compile_is_expr()
69 yap::is_expr<yap::terminal<yap::expression, double> &&>::value, ""); in compile_is_expr()
77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
[all …]
H A Dprint.cpp16 using term = boost::yap::terminal<boost::yap::expression, T>;
19 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
21 namespace yap = boost::yap;
63 yap::op_string(yap::expr_kind::unary_plus) == std::string("+")); in test_main()
91 yap::op_string(yap::expr_kind::multiplies_assign) == in test_main()
94 yap::op_string(yap::expr_kind::divides_assign) == in test_main()
97 yap::op_string(yap::expr_kind::modulus_assign) == in test_main()
105 yap::op_string(yap::expr_kind::bitwise_and_assign) == in test_main()
108 yap::op_string(yap::expr_kind::bitwise_or_assign) == in test_main()
111 yap::op_string(yap::expr_kind::bitwise_xor_assign) == in test_main()
[all …]
H A Dcompile_term_plus_expr.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>;
13 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
15 namespace yap = boost::yap;
25 yap::expression< in compile_term_plus_expr()
29 yap::expression< in compile_term_plus_expr()
43 yap::expression< in compile_term_plus_expr()
47 yap::expression< in compile_term_plus_expr()
61 yap::expression< in compile_term_plus_expr()
65 yap::expression< in compile_term_plus_expr()
80 yap::expression< in compile_term_plus_expr()
[all …]
H A Doperators_unary.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>;
17 using term_ref = boost::yap::expression_ref<boost::yap::expression, term<T> &>;
21 boost::yap::expression_ref<boost::yap::expression, term<T> const &>;
23 namespace yap = boost::yap;
34 yap::expression< in test_main()
38 yap::expression< in test_main()
42 yap::expression< in test_main()
53 yap::expression<yap::expr_kind::negate, bh::tuple<term<uint32_t>>> in test_main()
55 yap::expression< in test_main()
59 yap::expression< in test_main()
[all …]
H A Duser_expression_transform_1.cpp12 using term = boost::yap::terminal<boost::yap::expression, T>;
15 using ref = boost::yap::expression_ref<boost::yap::expression, T>;
17 namespace yap = boost::yap;
98 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
102 return yap::make_expression<yap::expr_kind::minus>( in operator ()()
122 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
150 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
194 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
224 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
265 yap::expr_tag<yap::expr_kind::plus>, in operator ()()
[all …]
/dports/lang/yap/yap-6.2.2/library/
H A DMakefile.in29 $(srcdir)/apply.yap \
31 $(srcdir)/arg.yap \
32 $(srcdir)/assoc.yap \
33 $(srcdir)/atts.yap \
35 $(srcdir)/avl.yap \
36 $(srcdir)/bhash.yap \
46 $(srcdir)/hacks.yap \
47 $(srcdir)/heaps.yap \
50 $(srcdir)/lists.yap \
51 $(srcdir)/nb.yap \
[all …]
/dports/lang/yap/yap-6.2.2/packages/CLPBN/
H A DMakefile.in27 CLPBN_TOP= $(srcdir)/clpbn.yap
37 $(CLPBN_SRCDIR)/bnt.yap \
38 $(CLPBN_SRCDIR)/bp.yap \
42 $(CLPBN_SRCDIR)/dists.yap \
44 $(CLPBN_SRCDIR)/gibbs.yap \
47 $(CLPBN_SRCDIR)/hmm.yap \
48 $(CLPBN_SRCDIR)/jt.yap \
51 $(CLPBN_SRCDIR)/table.yap \
54 $(CLPBN_SRCDIR)/vel.yap \
56 $(CLPBN_SRCDIR)/xbif.yap
[all …]
/dports/lang/yap/yap-6.2.2/pl/
H A Dinit.yap49 'arith.yap',
51 'flags.yap'].
58 'yio.yap',
59 'debug.yap',
65 'preds.yap',
70 'eval.yap',
75 'save.yap',
77 'sort.yap',
78 'setof.yap',
83 'eam.yap',
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/yap/
H A Duser_macros.hpp93 template<::boost::yap::expr_kind Kind, typename Tuple> \
97 using lhs_type = ::boost::yap::detail::operand_type_t< \
102 ::boost::yap::expr_kind::op_name, \
104 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(x)}}; \
106 template<::boost::yap::expr_kind Kind, typename Tuple> \
110 using lhs_type = ::boost::yap::detail::operand_type_t< \
115 ::boost::yap::expr_kind::op_name, \
117 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(x)}}; \
119 template<::boost::yap::expr_kind Kind, typename Tuple> \
480 ::boost::yap::detail::operand_type_t<expr_template, BOOST_PP_CAT(U, n)>
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/yap/
H A Duser_macros.hpp93 template<::boost::yap::expr_kind Kind, typename Tuple> \
97 using lhs_type = ::boost::yap::detail::operand_type_t< \
102 ::boost::yap::expr_kind::op_name, \
104 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(x)}}; \
106 template<::boost::yap::expr_kind Kind, typename Tuple> \
110 using lhs_type = ::boost::yap::detail::operand_type_t< \
115 ::boost::yap::expr_kind::op_name, \
117 tuple_type{::boost::yap::detail::make_operand<lhs_type>{}(x)}}; \
119 template<::boost::yap::expr_kind Kind, typename Tuple> \
480 ::boost::yap::detail::operand_type_t<expr_template, BOOST_PP_CAT(U, n)>
[all …]

12345678910>>...84