Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/linear_algebra/include/LiDIA/
H A Dbase_power_product.h51 template< class T, class exp_type >
110 base_power_product< T, exp_type > & operator = (const base_power_product< T, exp_type > &);
188 template< class T, class exp_type >
198 template< class T, class exp_type >
210 base_power_product< T, exp_type >::base_power_product (const base_power_product< T, exp_type > &f) in base_power_product()
285 base_power_product< T, exp_type >::assign (const base_power_product< T, exp_type > & f) in assign()
297 base_power_product< T, exp_type >::operator = (const base_power_product< T, exp_type > & f)
333 inline exp_type
351 base_power_product< T, exp_type >::concat (const base_power_product< T, exp_type > & a, in concat()
362 base_power_product< T, exp_type >::swap (base_power_product< T, exp_type > & b) in swap()
[all …]
H A Dbase_power_product.cc65 template< class T, class exp_type >
67 base_power_product< T, exp_type >::read (std::istream &is) in read()
79 exp_type exp; in read()
132 template< class T, class exp_type >
134 base_power_product< T, exp_type >::write (std::ostream &os) const in write()
168 template< class T, class exp_type >
170 base_power_product< T, exp_type >::append (const T &a, exp_type exp) in append()
/dports/math/py-brial/BRiAl-1.2.10/tests/
H A DBooleExponentTest.cc74 BOOST_CHECK_EQUAL(exp_type().get(BooleMonomial(exp_type(), ring)), exp_type()); in BOOST_FIXTURE_TEST_SUITE()
84 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
97 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
156 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
518 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
675 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
724 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
785 BOOST_CHECK_EQUAL(exp_type()+exp_type(),exp_type()); in BOOST_AUTO_TEST_CASE()
794 BOOST_CHECK_EQUAL(exp_type()-exp_type().get(x), exp_type()); in BOOST_AUTO_TEST_CASE()
795 BOOST_CHECK_EQUAL(exp_type().get(y)-exp_type().get(x), exp_type()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/math/brial/BRiAl-1.2.10/tests/
H A DBooleExponentTest.cc74 BOOST_CHECK_EQUAL(exp_type().get(BooleMonomial(exp_type(), ring)), exp_type()); in BOOST_FIXTURE_TEST_SUITE()
84 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
97 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
156 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
518 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
675 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
724 exp_type empty = exp_type(); in BOOST_AUTO_TEST_CASE()
785 BOOST_CHECK_EQUAL(exp_type()+exp_type(),exp_type()); in BOOST_AUTO_TEST_CASE()
794 BOOST_CHECK_EQUAL(exp_type()-exp_type().get(x), exp_type()); in BOOST_AUTO_TEST_CASE()
795 BOOST_CHECK_EQUAL(exp_type().get(y)-exp_type().get(x), exp_type()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/matrix/
H A Dmatrix_exp.h20 template < typename exp_type, long NR >
23 static inline long get(const exp_type&) { return NR; } in get()
26 template < typename exp_type >
27 struct get_nr_helper<exp_type,0>
29 static inline long get(const exp_type& m) { return m.nr(); }
32 template < typename exp_type, long NC >
35 static inline long get(const exp_type&) { return NC; }
38 template < typename exp_type >
39 struct get_nc_helper<exp_type,0>
140 typedef EXP exp_type;
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/matrix/
H A Dmatrix_exp.h20 template < typename exp_type, long NR >
23 static inline long get(const exp_type&) { return NR; } in get()
26 template < typename exp_type >
27 struct get_nr_helper<exp_type,0>
29 static inline long get(const exp_type& m) { return m.nr(); }
32 template < typename exp_type, long NC >
35 static inline long get(const exp_type&) { return NC; }
38 template < typename exp_type >
39 struct get_nc_helper<exp_type,0>
140 typedef EXP exp_type;
[all …]
/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-typify.c105 pkl_ast_node exp_type in PKL_PHASE_BEGIN_HANDLER() local
131 pkl_ast_node exp_type; in PKL_PHASE_BEGIN_HANDLER() local
478 PKL_ERROR (PKL_AST_LOC (exp_type), in PKL_PHASE_BEGIN_HANDLER()
985 pkl_ast_node exp_type; in PKL_PHASE_BEGIN_HANDLER() local
1015 PKL_AST_TYPE (exp) = ASTREF (exp_type); in PKL_PHASE_BEGIN_HANDLER()
1033 pkl_ast_node exp_type; in PKL_PHASE_BEGIN_HANDLER() local
1081 PKL_AST_TYPE (exp) = ASTREF (exp_type); in PKL_PHASE_BEGIN_HANDLER()
2390 pkl_ast_node exp_type; in PKL_PHASE_BEGIN_HANDLER() local
2407 exp_type = pkl_ast_make_offset_type (PKL_PASS_AST, exp_type, offset_unit); in PKL_PHASE_BEGIN_HANDLER()
2475 exp_type = pkl_ast_make_offset_type (PKL_PASS_AST, exp_type, offset_unit); in PKL_PHASE_BEGIN_HANDLER()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/stats/
H A Dobservation.cc177 if (type_ != exp_type) { in getSizeInternal()
179 << typeToText(exp_type) << ", but the actual type is " in getSizeInternal()
189 Type exp_type) { in setValueInternal() argument
190 if (type_ != exp_type) { in setValueInternal()
192 << typeToText(exp_type) << ", but the actual type is " in setValueInternal()
240 if (type_ != exp_type) {
274 if (type_ != exp_type) { in getValuesInternal()
292 Type exp_type) { in setMaxSampleAgeInternal() argument
293 if (type_ != exp_type) { in setMaxSampleAgeInternal()
317 Type exp_type) { in setMaxSampleCountInternal() argument
[all …]
/dports/math/py-brial/BRiAl-1.2.10/libbrial/src/
H A DLexOrder.cc71 LexOrder::compare(const exp_type& lhs, const exp_type& rhs) const { in compare()
118 LexOrder::exp_type
123 exp_type leadterm; in leadExp()
129 PBoRiOutIter<exp_type, idx_type, inserts<exp_type> > in leadExp()
/dports/math/brial/BRiAl-1.2.10/libbrial/src/
H A DLexOrder.cc71 LexOrder::compare(const exp_type& lhs, const exp_type& rhs) const { in compare()
118 LexOrder::exp_type
123 exp_type leadterm; in leadExp()
129 PBoRiOutIter<exp_type, idx_type, inserts<exp_type> > in leadExp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/build_tools/
H A Dparse_dsc.py84 exp_type, exp_value, required = dsc_format[key]
94 exp_type, exp_value, required = dsc_format[key]
104 if exp_type is dict:
106 exp_type = list
110 if not isinstance(value, exp_type):
112 key, exp_type.__name__.upper(), type(value).__name__.upper()))
115 if exp_type is bool:
119 if exp_type is str:
127 if exp_type is list:
149 if exp_type is dict:
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/orderings/
H A DCOrderingBase.h58 typedef BooleExponent exp_type; typedef
61 typedef COrderedIter<navigator, exp_type> ordered_exp_iterator;
87 virtual comp_type compare(const exp_type&, const exp_type&) const = 0;
96 virtual exp_type leadExp(const poly_type&) const = 0;
99 virtual exp_type leadExp(const poly_type&, deg_type) const = 0;
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/orderings/
H A DCOrderingBase.h58 typedef BooleExponent exp_type; typedef
61 typedef COrderedIter<navigator, exp_type> ordered_exp_iterator;
87 virtual comp_type compare(const exp_type&, const exp_type&) const = 0;
96 virtual exp_type leadExp(const poly_type&) const = 0;
99 virtual exp_type leadExp(const poly_type&, deg_type) const = 0;
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/
H A DBoolePolynomial.h121 typedef BooleExponent exp_type; typedef
148 typedef COrderedIter<navigator, exp_type> ordered_exp_iterator;
169 typedef CGenericIter<DegRevLexAscOrder, navigator, exp_type>
171 typedef CGenericIter<BlockDegLexOrder, navigator, exp_type>
181 typedef CExpIter<navigator, exp_type> exp_iterator;
226 BoolePolynomial(const exp_type&, const ring_type&);
261 self& operator*=(const exp_type&);
269 self& operator/=(const exp_type&);
321 exp_type leadExp() const;
325 exp_type boundedLeadExp(deg_type bound) const;
[all …]
H A DDegLexOrder.h60 comp_type compare(const exp_type&, const exp_type&) const;
70 exp_type leadExp(const poly_type&) const;
74 exp_type leadExp(const poly_type&, deg_type) const;
H A DDegRevLexAscOrder.h59 comp_type compare(const exp_type&, const exp_type&) const;
69 exp_type leadExp(const poly_type&) const;
73 exp_type leadExp(const poly_type&, deg_type) const;
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/
H A DBoolePolynomial.h121 typedef BooleExponent exp_type;
148 typedef COrderedIter<navigator, exp_type> ordered_exp_iterator;
169 typedef CGenericIter<DegRevLexAscOrder, navigator, exp_type>
171 typedef CGenericIter<BlockDegLexOrder, navigator, exp_type>
181 typedef CExpIter<navigator, exp_type> exp_iterator;
226 BoolePolynomial(const exp_type&, const ring_type&);
261 self& operator*=(const exp_type&);
269 self& operator/=(const exp_type&);
321 exp_type leadExp() const;
325 exp_type boundedLeadExp(deg_type bound) const;
[all …]
H A DDegLexOrder.h60 comp_type compare(const exp_type&, const exp_type&) const;
70 exp_type leadExp(const poly_type&) const;
74 exp_type leadExp(const poly_type&, deg_type) const;
H A DDegRevLexAscOrder.h59 comp_type compare(const exp_type&, const exp_type&) const;
69 exp_type leadExp(const poly_type&) const;
73 exp_type leadExp(const poly_type&, deg_type) const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalVars.cpp41 test_##type(jthread thr, int depth, int slot, const char* exp_type) { \
47 printf(" FAIL: GetLocal%s failed to get value from a local %s\n", #Type, exp_type); \
50 printf(" GetLocal%s got value from a local %s as expected\n", #Type, exp_type); \
56 test_##type##_inv_slot(jthread thr, int depth, int slot, const char* exp_type) { \
62 …f(" FAIL: GetLocal%s failed to return JVMTI_ERROR_INVALID_SLOT for local %s\n", #Type, exp_type); \
65 …ntf(" GetLocal%s returned JVMTI_ERROR_INVALID_SLOT for local %s as expected\n", #Type, exp_type); \
71 test_##type##_type_mismatch(jthread thr, int depth, int slot, const char* exp_type) { \
77 …(" FAIL: GetLocal%s failed to return JVMTI_ERROR_TYPE_MISMATCH for local %s\n", #Type, exp_type); \
80 …tf(" GetLocal%s returned JVMTI_ERROR_TYPE_MISMATCH for local %s as expected\n", #Type, exp_type); \
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalVars.cpp41 test_##type(jthread thr, int depth, int slot, const char* exp_type) { \
47 printf(" FAIL: GetLocal%s failed to get value from a local %s\n", #Type, exp_type); \
50 printf(" GetLocal%s got value from a local %s as expected\n", #Type, exp_type); \
56 test_##type##_inv_slot(jthread thr, int depth, int slot, const char* exp_type) { \
62 …f(" FAIL: GetLocal%s failed to return JVMTI_ERROR_INVALID_SLOT for local %s\n", #Type, exp_type); \
65 …ntf(" GetLocal%s returned JVMTI_ERROR_INVALID_SLOT for local %s as expected\n", #Type, exp_type); \
71 test_##type##_type_mismatch(jthread thr, int depth, int slot, const char* exp_type) { \
77 …(" FAIL: GetLocal%s failed to return JVMTI_ERROR_TYPE_MISMATCH for local %s\n", #Type, exp_type); \
80 …tf(" GetLocal%s returned JVMTI_ERROR_TYPE_MISMATCH for local %s as expected\n", #Type, exp_type); \
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalVars.cpp41 test_##type(jthread thr, int depth, int slot, const char* exp_type) { \
47 printf(" FAIL: GetLocal%s failed to get value from a local %s\n", #Type, exp_type); \
50 printf(" GetLocal%s got value from a local %s as expected\n", #Type, exp_type); \
56 test_##type##_inv_slot(jthread thr, int depth, int slot, const char* exp_type) { \
62 …f(" FAIL: GetLocal%s failed to return JVMTI_ERROR_INVALID_SLOT for local %s\n", #Type, exp_type); \
65 …ntf(" GetLocal%s returned JVMTI_ERROR_INVALID_SLOT for local %s as expected\n", #Type, exp_type); \
71 test_##type##_type_mismatch(jthread thr, int depth, int slot, const char* exp_type) { \
77 …(" FAIL: GetLocal%s failed to return JVMTI_ERROR_TYPE_MISMATCH for local %s\n", #Type, exp_type); \
80 …tf(" GetLocal%s returned JVMTI_ERROR_TYPE_MISMATCH for local %s as expected\n", #Type, exp_type); \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalVars.cpp41 test_##type(jthread thr, int depth, int slot, const char* exp_type) { \
47 printf(" FAIL: GetLocal%s failed to get value from a local %s\n", #Type, exp_type); \
50 printf(" GetLocal%s got value from a local %s as expected\n", #Type, exp_type); \
56 test_##type##_inv_slot(jthread thr, int depth, int slot, const char* exp_type) { \
62 …f(" FAIL: GetLocal%s failed to return JVMTI_ERROR_INVALID_SLOT for local %s\n", #Type, exp_type); \
65 …ntf(" GetLocal%s returned JVMTI_ERROR_INVALID_SLOT for local %s as expected\n", #Type, exp_type); \
71 test_##type##_type_mismatch(jthread thr, int depth, int slot, const char* exp_type) { \
77 …(" FAIL: GetLocal%s failed to return JVMTI_ERROR_TYPE_MISMATCH for local %s\n", #Type, exp_type); \
80 …tf(" GetLocal%s returned JVMTI_ERROR_TYPE_MISMATCH for local %s as expected\n", #Type, exp_type); \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalVars.cpp41 test_##type(jthread thr, int depth, int slot, const char* exp_type) { \
47 printf(" FAIL: GetLocal%s failed to get value from a local %s\n", #Type, exp_type); \
50 printf(" GetLocal%s got value from a local %s as expected\n", #Type, exp_type); \
56 test_##type##_inv_slot(jthread thr, int depth, int slot, const char* exp_type) { \
62 …f(" FAIL: GetLocal%s failed to return JVMTI_ERROR_INVALID_SLOT for local %s\n", #Type, exp_type); \
65 …ntf(" GetLocal%s returned JVMTI_ERROR_INVALID_SLOT for local %s as expected\n", #Type, exp_type); \
71 test_##type##_type_mismatch(jthread thr, int depth, int slot, const char* exp_type) { \
77 …(" FAIL: GetLocal%s failed to return JVMTI_ERROR_TYPE_MISMATCH for local %s\n", #Type, exp_type); \
80 …tf(" GetLocal%s returned JVMTI_ERROR_TYPE_MISMATCH for local %s as expected\n", #Type, exp_type); \
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/
H A DlibGetLocalVars.cpp41 test_##type(jthread thr, int depth, int slot, const char* exp_type) { \
47 printf(" FAIL: GetLocal%s failed to get value from a local %s\n", #Type, exp_type); \
50 printf(" GetLocal%s got value from a local %s as expected\n", #Type, exp_type); \
56 test_##type##_inv_slot(jthread thr, int depth, int slot, const char* exp_type) { \
62 …f(" FAIL: GetLocal%s failed to return JVMTI_ERROR_INVALID_SLOT for local %s\n", #Type, exp_type); \
65 …ntf(" GetLocal%s returned JVMTI_ERROR_INVALID_SLOT for local %s as expected\n", #Type, exp_type); \
71 test_##type##_type_mismatch(jthread thr, int depth, int slot, const char* exp_type) { \
77 …(" FAIL: GetLocal%s failed to return JVMTI_ERROR_TYPE_MISMATCH for local %s\n", #Type, exp_type); \
80 …tf(" GetLocal%s returned JVMTI_ERROR_TYPE_MISMATCH for local %s as expected\n", #Type, exp_type); \

12345678910>>...22