Home
last modified time | relevance | path

Searched refs:as_expr (Results 1 – 25 of 4268) sorted by relevance

12345678910>>...171

/dports/devel/boost-docs/boost_1_72_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/proto/test/
H A Dmatches.cpp123 proto::assert_matches< proto::_ >( proto::as_expr(1) ); in test_matches()
127 proto::assert_matches< proto::terminal<int> >( proto::as_expr(1) ); in test_matches()
131 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr('a') ); in test_matches()
139 proto::assert_matches_not< proto::terminal<int> >( proto::as_expr((int_convertible())) ); in test_matches()
164 proto::assert_matches< proto::terminal<char const *> >( proto::as_expr("hello") ); in test_matches()
168 proto::assert_matches< proto::terminal<char const[6]> >( proto::as_expr("hello") ); in test_matches()
172 proto::assert_matches< proto::terminal<char [6]> >( proto::as_expr("hello") ); in test_matches()
180 proto::assert_matches< proto::terminal<char [proto::N]> >( proto::as_expr("hello") ); in test_matches()
220 proto::assert_matches< proto::terminal< void(&)() > >( proto::as_expr(a_function) ); in test_matches()
232 proto::assert_matches< proto::terminal< void(*)() > >( proto::as_expr(&a_function) ); in test_matches()
[all …]
/dports/math/py-Diofant/Diofant-0.13.0/diofant/integrals/
H A Drisch.py496 darg = darga.as_expr()/dargd.as_expr()
550 darg = darga.as_expr()/dargd.as_expr()
708 f = fa.as_expr()/fd.as_expr()
1297 (ba.as_expr()/bd.as_expr()).as_poly(DE.t)*Poly(DE.t**m, DE.t)
1329 return ((g1[0].as_expr()/g1[1].as_expr()).subs(s) +
1339 ret = ((g1[0].as_expr()/g1[1].as_expr() + q.as_expr()).subs(s) +
1426 return ((g1[0].as_expr()/g1[1].as_expr()).subs(s) +
1439 ret = ((g1[0].as_expr()/g1[1].as_expr()).subs(s)
1505 return ((g1[0].as_expr()/g1[1].as_expr()).subs(s) +
1519 ret = (cancel(g1[0].as_expr()/g1[1].as_expr() + q1.as_expr()).subs(s) +
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/integrals/
H A Drisch.py541 darg = darga.as_expr()/dargd.as_expr()
598 darg = darga.as_expr()/dargd.as_expr()
825 f = fa.as_expr()/fd.as_expr()
1454 return ((g1[0].as_expr()/g1[1].as_expr()).subs(s) +
1459 DE, z) + r[0].as_expr()/r[1].as_expr())
1464 ret = ((g1[0].as_expr()/g1[1].as_expr() + q.as_expr()).subs(s) +
1555 return ((g1[0].as_expr()/g1[1].as_expr()).subs(s) +
1561 DE, z) + r[0].as_expr()/r[1].as_expr())
1568 ret = ((g1[0].as_expr()/g1[1].as_expr()).subs(s) \
1645 DE, z).as_expr() + r[0].as_expr()/r[1].as_expr()).as_poly(DE.t)
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/proto/
H A Dtraits.hpp251 struct as_expr struct
621 struct as_expr struct
648 return typename Domain::template as_expr<T>()(t); in operator ()()
665 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
941 return default_domain::as_expr<T>()(t); in as_expr()
948 as_expr(T const &t) in as_expr() function
950 return default_domain::as_expr<T const>()(t); in as_expr()
959 return typename Domain::template as_expr<T>()(t); in as_expr()
966 as_expr(T const &t) in as_expr() function
968 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/proto/
H A Dtraits.hpp267 struct as_expr struct
631 struct as_expr struct
659 return typename Domain::template as_expr<T>()(t); in operator ()()
678 return typename Domain::template as_expr<T[N_]>()(t); in operator ()()
968 return default_domain::as_expr<T>()(t); in as_expr()
976 as_expr(T const &t) in as_expr() function
978 return default_domain::as_expr<T const>()(t); in as_expr()
988 return typename Domain::template as_expr<T>()(t); in as_expr()
996 as_expr(T const &t) in as_expr() function
998 return typename Domain::template as_expr<T const>()(t); in as_expr()
[all …]

12345678910>>...171