Home
last modified time | relevance | path

Searched refs:symbol_set (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/math/piranha/piranha-0.11/tests/
H A Dkey_is_multipliable.cpp52 mock_key(const symbol_set &);
57 mock_key merge_args(const symbol_set &, const symbol_set &) const;
61 void trim_identify(symbol_set &, const symbol_set &) const;
62 mock_key trim(const symbol_set &, const symbol_set &) const;
73 mock_key_00(const symbol_set &);
78 mock_key_00 merge_args(const symbol_set &, const symbol_set &) const;
85 void trim_identify(symbol_set &, const symbol_set &) const;
86 mock_key_00 trim(const symbol_set &, const symbol_set &) const;
102 mock_key_01 merge_args(const symbol_set &, const symbol_set &) const;
108 void trim_identify(symbol_set &, const symbol_set &) const;
[all …]
H A Dkey_is_convertible.cpp50 mock_key(const symbol_set &);
55 mock_key merge_args(const symbol_set &, const symbol_set &) const;
56 bool is_unitary(const symbol_set &) const;
59 void trim_identify(symbol_set &, const symbol_set &) const;
60 mock_key trim(const symbol_set &, const symbol_set &) const;
70 mock_key_00(const symbol_set &);
71 mock_key_00(const mock_key &, const symbol_set &);
76 mock_key_00 merge_args(const symbol_set &, const symbol_set &) const;
77 bool is_unitary(const symbol_set &) const;
80 void trim_identify(symbol_set &, const symbol_set &) const;
[all …]
H A Dsymbol_set.cpp58 symbol_set ss;
111 symbol_set ss;
127 symbol_set ss1, ss2;
144 symbol_set ss1;
148 symbol_set ss2;
157 symbol_set un;
170 symbol_set ss;
190 symbol_set ss1;
193 symbol_set ss2;
210 auto checker = [](const symbol_set &a, const symbol_set &b, const positions &p) {
[all …]
H A Dtrigonometric_series.cpp203 key02(const symbol_set &);
208 key02 merge_args(const symbol_set &, const symbol_set &) const;
220 void trim_identify(symbol_set &, const symbol_set &) const;
221 key02 trim(const symbol_set &, const symbol_set &) const;
230 key03(const symbol_set &);
231 key03 merge_args(const symbol_set &, const symbol_set &) const;
236 key03 trim(const symbol_set &, const symbol_set &) const;
282 key04 merge_args(const symbol_set &, const symbol_set &) const;
287 key04 trim(const symbol_set &, const symbol_set &) const;
297 key05 merge_args(const symbol_set &, const symbol_set &) const;
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Dkey_is_multipliable.cpp52 mock_key(const symbol_set &);
57 mock_key merge_args(const symbol_set &, const symbol_set &) const;
61 void trim_identify(symbol_set &, const symbol_set &) const;
62 mock_key trim(const symbol_set &, const symbol_set &) const;
73 mock_key_00(const symbol_set &);
78 mock_key_00 merge_args(const symbol_set &, const symbol_set &) const;
85 void trim_identify(symbol_set &, const symbol_set &) const;
86 mock_key_00 trim(const symbol_set &, const symbol_set &) const;
102 mock_key_01 merge_args(const symbol_set &, const symbol_set &) const;
108 void trim_identify(symbol_set &, const symbol_set &) const;
[all …]
H A Dkey_is_convertible.cpp50 mock_key(const symbol_set &);
55 mock_key merge_args(const symbol_set &, const symbol_set &) const;
56 bool is_unitary(const symbol_set &) const;
59 void trim_identify(symbol_set &, const symbol_set &) const;
60 mock_key trim(const symbol_set &, const symbol_set &) const;
70 mock_key_00(const symbol_set &);
71 mock_key_00(const mock_key &, const symbol_set &);
76 mock_key_00 merge_args(const symbol_set &, const symbol_set &) const;
77 bool is_unitary(const symbol_set &) const;
80 void trim_identify(symbol_set &, const symbol_set &) const;
[all …]
H A Dsymbol_set.cpp58 symbol_set ss; in BOOST_AUTO_TEST_CASE()
111 symbol_set ss; in BOOST_AUTO_TEST_CASE()
127 symbol_set ss1, ss2; in BOOST_AUTO_TEST_CASE()
144 symbol_set ss1; in BOOST_AUTO_TEST_CASE()
148 symbol_set ss2; in BOOST_AUTO_TEST_CASE()
157 symbol_set un; in BOOST_AUTO_TEST_CASE()
170 symbol_set ss; in BOOST_AUTO_TEST_CASE()
190 symbol_set ss1; in BOOST_AUTO_TEST_CASE()
193 symbol_set ss2; in BOOST_AUTO_TEST_CASE()
210 auto checker = [](const symbol_set &a, const symbol_set &b, const positions &p) { in BOOST_AUTO_TEST_CASE()
[all …]
H A Dtrigonometric_series.cpp203 key02(const symbol_set &);
208 key02 merge_args(const symbol_set &, const symbol_set &) const;
220 void trim_identify(symbol_set &, const symbol_set &) const;
221 key02 trim(const symbol_set &, const symbol_set &) const;
230 key03(const symbol_set &);
231 key03 merge_args(const symbol_set &, const symbol_set &) const;
236 key03 trim(const symbol_set &, const symbol_set &) const;
282 key04 merge_args(const symbol_set &, const symbol_set &) const;
287 key04 trim(const symbol_set &, const symbol_set &) const;
297 key05 merge_args(const symbol_set &, const symbol_set &) const;
[all …]
/dports/math/piranha/piranha-0.11/src/
H A Dsymbol_set.hpp81 class symbol_set class
133 explicit positions(const symbol_set &, const symbol_set &);
269 symbol_set(const symbol_set &) = default;
271 symbol_set(symbol_set &&) = default;
324 symbol_set &operator=(const symbol_set &other) in operator =()
338 symbol_set &operator=(symbol_set &&other) noexcept in operator =()
348 ~symbol_set() in ~symbol_set()
468 symbol_set merge(const symbol_set &other) const in merge()
470 symbol_set retval; in merge()
485 symbol_set diff(const symbol_set &other) const in diff()
[all …]
H A Dpower_series.hpp148 … const symbol_set::positions &p, const symbol_set &s) \
167 … const symbol_set::positions &p, const symbol_set &s) \
175 …std::declval<const symbol_set::positions &>(), std::declval<const symbol_set &>())); …
188 inline std::pair<bool, Term> ps_truncate_term(const Term &t, const T &max_degree, const symbol_set
240 const symbol_set::positions &, const symbol_set &) in ps_truncate_term() argument
258 const symbol_set::positions &p, const symbol_set &s) in ps_truncate_term()
278 const symbol_set::positions &p, const symbol_set &s) in ps_truncate_term()
337 … std::declval<const symbol_set::positions &>(), std::declval<const symbol_set &>()));
454 const symbol_set::positions p(this->m_symbol_set, symbol_set(names.begin(), names.end())); in degree()
484 const symbol_set::positions p(this->m_symbol_set, symbol_set(names.begin(), names.end())); in ldegree()
[all …]
H A Dis_key.hpp50 static auto test0(const U &u) -> decltype(u.is_compatible(std::declval<symbol_set const &>()));
53 static auto test1(const U &u) -> decltype(u.is_ignorable(std::declval<symbol_set const &>()));
57 … -> decltype(u.merge_args(std::declval<symbol_set const &>(), std::declval<symbol_set const &>()));
60 static auto test3(const U &u) -> decltype(u.is_unitary(std::declval<symbol_set const &>()));
64 …-> decltype(u.print(std::declval<std::ostream &>(), std::declval<symbol_set const &>()), void(), y…
68 …-> decltype(u.print_tex(std::declval<std::ostream &>(), std::declval<symbol_set const &>()), void(…
72 …-> decltype(u.trim_identify(std::declval<symbol_set &>(), std::declval<symbol_set const &>()), voi…
76 -> decltype(u.trim(std::declval<symbol_set const &>(), std::declval<symbol_set const &>()));
133 = is_container_element<T>::value && std::is_constructible<T, const symbol_set &>::value
135 && noexcept(std::declval<T const &>().is_compatible(std::declval<symbol_set const &>()))
[all …]
H A Dkronecker_monomial.hpp510 kronecker_monomial merge_args(const symbol_set &orig_args, const symbol_set &new_args) const in merge_args()
582 degree_type degree(const symbol_set::positions &p, const symbol_set &args) const in degree()
605 degree_type ldegree(const symbol_set::positions &p, const symbol_set &args) const in ldegree()
631 const symbol_set &) in multiply() argument
650 const symbol_set &) in multiply() argument
665 const symbol_set &) in divide() argument
775 v_type unpack(const symbol_set &args) const in unpack()
863 …std::pair<T, kronecker_monomial> partial(const symbol_set::positions &p, const symbol_set &args) c… in partial()
973 eval_type<U> evaluate(const symbol_set::positions_map<U> &pmap, const symbol_set &args) const in evaluate()
1097 void trim_identify(symbol_set &candidates, const symbol_set &args) const in trim_identify()
[all …]
/dports/math/py-piranha/piranha-0.11/src/
H A Dsymbol_set.hpp81 class symbol_set class
133 explicit positions(const symbol_set &, const symbol_set &);
269 symbol_set(const symbol_set &) = default;
271 symbol_set(symbol_set &&) = default;
324 symbol_set &operator=(const symbol_set &other) in operator =()
338 symbol_set &operator=(symbol_set &&other) noexcept in operator =()
348 ~symbol_set() in ~symbol_set()
468 symbol_set merge(const symbol_set &other) const in merge()
470 symbol_set retval; in merge()
485 symbol_set diff(const symbol_set &other) const in diff()
[all …]
H A Dpower_series.hpp148 … const symbol_set::positions &p, const symbol_set &s) \
167 … const symbol_set::positions &p, const symbol_set &s) \
175 …std::declval<const symbol_set::positions &>(), std::declval<const symbol_set &>())); …
188 inline std::pair<bool, Term> ps_truncate_term(const Term &t, const T &max_degree, const symbol_set
240 const symbol_set::positions &, const symbol_set &) in ps_truncate_term() argument
258 const symbol_set::positions &p, const symbol_set &s) in ps_truncate_term()
278 const symbol_set::positions &p, const symbol_set &s) in ps_truncate_term()
337 … std::declval<const symbol_set::positions &>(), std::declval<const symbol_set &>()));
454 const symbol_set::positions p(this->m_symbol_set, symbol_set(names.begin(), names.end())); in degree()
484 const symbol_set::positions p(this->m_symbol_set, symbol_set(names.begin(), names.end())); in ldegree()
[all …]
H A Dis_key.hpp50 static auto test0(const U &u) -> decltype(u.is_compatible(std::declval<symbol_set const &>()));
53 static auto test1(const U &u) -> decltype(u.is_ignorable(std::declval<symbol_set const &>()));
57 … -> decltype(u.merge_args(std::declval<symbol_set const &>(), std::declval<symbol_set const &>()));
60 static auto test3(const U &u) -> decltype(u.is_unitary(std::declval<symbol_set const &>()));
64 …-> decltype(u.print(std::declval<std::ostream &>(), std::declval<symbol_set const &>()), void(), y…
68 …-> decltype(u.print_tex(std::declval<std::ostream &>(), std::declval<symbol_set const &>()), void(…
72 …-> decltype(u.trim_identify(std::declval<symbol_set &>(), std::declval<symbol_set const &>()), voi…
76 -> decltype(u.trim(std::declval<symbol_set const &>(), std::declval<symbol_set const &>()));
133 = is_container_element<T>::value && std::is_constructible<T, const symbol_set &>::value
135 && noexcept(std::declval<T const &>().is_compatible(std::declval<symbol_set const &>()))
[all …]
H A Dkronecker_monomial.hpp510 kronecker_monomial merge_args(const symbol_set &orig_args, const symbol_set &new_args) const in merge_args()
582 degree_type degree(const symbol_set::positions &p, const symbol_set &args) const in degree()
605 degree_type ldegree(const symbol_set::positions &p, const symbol_set &args) const in ldegree()
631 const symbol_set &) in multiply() argument
650 const symbol_set &) in multiply() argument
665 const symbol_set &) in divide() argument
775 v_type unpack(const symbol_set &args) const in unpack()
863 …std::pair<T, kronecker_monomial> partial(const symbol_set::positions &p, const symbol_set &args) c… in partial()
973 eval_type<U> evaluate(const symbol_set::positions_map<U> &pmap, const symbol_set &args) const in evaluate()
1097 void trim_identify(symbol_set &candidates, const symbol_set &args) const in trim_identify()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dsymbol_replacement.cpp58 , symbol_set {symbol_set}
65 auto const target_id = symbol_set.symbolSetId(); in crtFileById()
108 symbol_rules.matchQuerySymbolName(symbol_set); in withNewSymbolSet()
148 symbol_rules.matchQuerySymbolName(symbol_set); in withAutoCrtFile()
188 auto symbol_rules = SymbolRuleSet::loadCrt(stream, symbol_set); in loadCrtFile()
222 auto symbol_set = std::unique_ptr<Map>{}; in getOpenSymbolSet()
223 while (!symbol_set) in getOpenSymbolSet()
244 symbol_set = std::make_unique<Map>(); in getOpenSymbolSet()
279 .arg(symbol_set->getScaleDenominator()) in getOpenSymbolSet()
283 symbol_set.reset(); in getOpenSymbolSet()
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dsymbol.c22 } symbol_set; typedef
26 symbol_set *symbol;
32 static symbol_set eucjp_symbol_set = { WC_CES_EUC_JP, 2, eucjp_symbol, NULL };
33 static symbol_set euckr_symbol_set = { WC_CES_EUC_KR, 2, euckr_symbol, NULL };
34 static symbol_set euccn_symbol_set = { WC_CES_EUC_CN, 2, euccn_symbol, NULL };
35 static symbol_set euctw_symbol_set = { WC_CES_EUC_TW, 2, euctw_symbol, NULL };
36 static symbol_set big5_symbol_set = { WC_CES_BIG5, 2, big5_symbol, NULL };
69 static symbol_set *save_symbol = NULL;
72 encode_symbol(symbol_set * s) in encode_symbol()
88 symbol_set *s = NULL; in get_symbol()
[all …]
/dports/japanese/w3m/w3m-2b59b9e/
H A Dsymbol.c22 } symbol_set; typedef
26 symbol_set *symbol;
32 static symbol_set eucjp_symbol_set = { WC_CES_EUC_JP, 2, eucjp_symbol, NULL };
33 static symbol_set euckr_symbol_set = { WC_CES_EUC_KR, 2, euckr_symbol, NULL };
34 static symbol_set euccn_symbol_set = { WC_CES_EUC_CN, 2, euccn_symbol, NULL };
35 static symbol_set euctw_symbol_set = { WC_CES_EUC_TW, 2, euctw_symbol, NULL };
36 static symbol_set big5_symbol_set = { WC_CES_BIG5, 2, big5_symbol, NULL };
69 static symbol_set *save_symbol = NULL;
72 encode_symbol(symbol_set * s) in encode_symbol()
88 symbol_set *s = NULL; in get_symbol()
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Dsymbol.c22 } symbol_set; typedef
26 symbol_set *symbol;
32 static symbol_set eucjp_symbol_set = { WC_CES_EUC_JP, 2, eucjp_symbol, NULL };
33 static symbol_set euckr_symbol_set = { WC_CES_EUC_KR, 2, euckr_symbol, NULL };
34 static symbol_set euccn_symbol_set = { WC_CES_EUC_CN, 2, euccn_symbol, NULL };
35 static symbol_set euctw_symbol_set = { WC_CES_EUC_TW, 2, euctw_symbol, NULL };
36 static symbol_set big5_symbol_set = { WC_CES_BIG5, 2, big5_symbol, NULL };
69 static symbol_set *save_symbol = NULL;
72 encode_symbol(symbol_set * s) in encode_symbol()
88 symbol_set *s = NULL; in get_symbol()
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Dsymbol.c22 } symbol_set; typedef
26 symbol_set *symbol;
32 static symbol_set eucjp_symbol_set = { WC_CES_EUC_JP, 2, eucjp_symbol, NULL };
33 static symbol_set euckr_symbol_set = { WC_CES_EUC_KR, 2, euckr_symbol, NULL };
34 static symbol_set euccn_symbol_set = { WC_CES_EUC_CN, 2, euccn_symbol, NULL };
35 static symbol_set euctw_symbol_set = { WC_CES_EUC_TW, 2, euctw_symbol, NULL };
36 static symbol_set big5_symbol_set = { WC_CES_BIG5, 2, big5_symbol, NULL };
69 static symbol_set *save_symbol = NULL;
72 encode_symbol(symbol_set * s) in encode_symbol()
88 symbol_set *s = NULL; in get_symbol()
[all …]
/dports/java/jasmin/jasmin-2.4/src/java_cup/
H A Dsymbol_set.java14 public class symbol_set { class
21 public symbol_set() { }; in symbol_set() method in symbol_set
26 public symbol_set(symbol_set other) throws internal_error in symbol_set() method in symbol_set
72 public boolean is_subset_of(symbol_set other) throws internal_error in is_subset_of()
90 public boolean is_superset_of(symbol_set other) throws internal_error in is_superset_of()
132 public boolean add(symbol_set other) throws internal_error in add()
150 public void remove(symbol_set other) throws internal_error in remove()
162 public boolean equals(symbol_set other) in equals()
181 if (!(other instanceof symbol_set)) in equals()
184 return equals((symbol_set)other); in equals()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tools/
H A Dmake-version-script.py52 symbol_set = None
55 symbol_set = open(symbols, 'r').readlines()
56 symbol_set = map(str.strip, symbol_set)
57 symbol_set = set(symbol_set)
162 if symbol_set is not None:
163 missing = versioned_symbols - symbol_set
173 unreleased = symbol_set - versioned_symbols
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tools/
H A Dmake-version-script.py52 symbol_set = None
55 symbol_set = open(symbols, 'r').readlines()
56 symbol_set = map(str.strip, symbol_set)
57 symbol_set = set(symbol_set)
162 if symbol_set is not None:
163 missing = versioned_symbols - symbol_set
173 unreleased = symbol_set - versioned_symbols
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/tools/
H A Dmake-version-script.py52 symbol_set = None
55 symbol_set = open(symbols, 'r').readlines()
56 symbol_set = map(str.strip, symbol_set)
57 symbol_set = set(symbol_set)
162 if symbol_set is not None:
163 missing = versioned_symbols - symbol_set
173 unreleased = symbol_set - versioned_symbols

12345678910