Home
last modified time | relevance | path

Searched refs:greater_than (Results 1 – 25 of 1028) sorted by relevance

12345678910>>...42

/dports/textproc/py-pyhamcrest/PyHamcrest-2.0.2/tests/hamcrest_unit_test/number/
H A Dordering_comparison_test.py20 self.assert_matches("match", greater_than(1), 2)
21 self.assert_does_not_match("no match", greater_than(1), 1)
38 self.assert_matches("strings", greater_than("bb"), "cc")
42 self.assert_description("a value greater than <1>", greater_than(1))
48 self.assert_no_mismatch_description(greater_than(1), 2)
54 self.assert_mismatch_description("was <0>", greater_than(1), 0)
60 self.assert_describe_mismatch("was <0>", greater_than(1), 0)
/dports/devel/acme/acme-0.97.r323/src/
H A Dtree.c41 tree = &((*tree)->greater_than); in add_node_to_tree()
80 if (tree->greater_than == NULL) in Tree_easy_scan()
81 tree_from_list(&tree->greater_than, tree + 1); // real data starts at next list item in Tree_easy_scan()
82 tree = tree->greater_than; // go from list head to tree root in Tree_easy_scan()
93 tree = tree->greater_than; in Tree_easy_scan()
147 current_node = &((*current_node)->greater_than); in Tree_hard_scan()
178 new_leaf_node->greater_than = NULL; in Tree_hard_scan()
197 if (node->greater_than) in dump_tree()
198 dump_tree(node->greater_than, id_number, fn, env); in dump_tree()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls-analysis/src/
H A Dsymbol_query.rs18 greater_than: String, field
29 SymbolQuery { query_string, mode, limit: usize::max_value(), greater_than: String::new() } in new()
44 pub fn greater_than(self, greater_than: &str) -> SymbolQuery { in greater_than() method
45 SymbolQuery { greater_than: greater_than.to_lowercase(), ..self } in greater_than()
55 stream = stream.add(fst.search(automaton).gt(&self.greater_than)); in build_stream()
159 SymbolQuery::subsequence("an").limit(2).greater_than("anektor"), in test_automaton()
162 check(SymbolQuery::subsequence("an").limit(2).greater_than("canopus"), &["lalandry"]); in test_automaton()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/functors/
H A Dbvpl_local_max_functor.h46 bool greater_than(const T& val1, const T& val2);
68 bool bvpl_local_max_functor<bsta_num_obs<bsta_gauss_sf1> >::greater_than(const bsta_num_obs<bsta_ga…
96 if (greater_than(val,max_)) { in apply()
110 if (greater_than(cur_val, max_)) { in result()
124 bool bvpl_local_max_functor<T>::greater_than(const T& val1, const T& val2) in greater_than() function
/dports/science/py-dipy/dipy-1.4.1/dipy/segment/tests/
H A Dtest_bundles.py42 rb = RecoBundles(f, greater_than=0, clust_thr=10)
71 rb = RecoBundles(f, greater_than=0, clust_thr=10)
102 rb_multi = RecoBundles(f, greater_than=0, clust_thr=10,
110 rb_single = RecoBundles(f, greater_than=0, clust_thr=10,
130 rb = RecoBundles(f, greater_than=0, clust_thr=10, verbose=False)
163 rb = RecoBundles(f, greater_than=0, less_than=1000000,
204 rb = RecoBundles(b, greater_than=0, clust_thr=10)
228 rb = RecoBundles(f, greater_than=0, clust_thr=10, verbose=True)
/dports/math/py-brial/BRiAl-1.2.10/tests/
H A DBlockDegLexOrderTest.cc89 BOOST_CHECK_EQUAL(order.compare(monom1, monom2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
104 BOOST_CHECK_EQUAL(order.compare(exp1, exp2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
105 BOOST_CHECK_EQUAL(order.compare(0,1) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
202 BOOST_CHECK_EQUAL(blockorder.compare(monom1, monom2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
344 BOOST_CHECK_EQUAL(blockorder.compare(0,1) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
346 BOOST_CHECK_EQUAL(blockorder.compare(1,2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
348 BOOST_CHECK_EQUAL(blockorder.compare(2,3) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
350 BOOST_CHECK_EQUAL(blockorder.compare(3,4) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
352 BOOST_CHECK_EQUAL(blockorder.compare(4,5) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
354 BOOST_CHECK_EQUAL(blockorder.compare(5,6) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/math/brial/BRiAl-1.2.10/tests/
H A DBlockDegLexOrderTest.cc89 BOOST_CHECK_EQUAL(order.compare(monom1, monom2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
104 BOOST_CHECK_EQUAL(order.compare(exp1, exp2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
105 BOOST_CHECK_EQUAL(order.compare(0,1) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
202 BOOST_CHECK_EQUAL(blockorder.compare(monom1, monom2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
344 BOOST_CHECK_EQUAL(blockorder.compare(0,1) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
346 BOOST_CHECK_EQUAL(blockorder.compare(1,2) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
348 BOOST_CHECK_EQUAL(blockorder.compare(2,3) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
350 BOOST_CHECK_EQUAL(blockorder.compare(3,4) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
352 BOOST_CHECK_EQUAL(blockorder.compare(4,5) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
354 BOOST_CHECK_EQUAL(blockorder.compare(5,6) , CTypes::greater_than); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_salt_version.py131 assert salt_version.greater_than("Nitrogen") is True
141 assert salt_version.greater_than("Nitrogen") is True
149 assert salt_version.greater_than("Oxygen") is False
160 assert salt_version.greater_than("Fluorine") is False
171 assert salt_version.greater_than("Fluorine") is False
/dports/devel/p5-Moose/Moose-2.2201/t/recipes/
H A Droles_comparable_codereuse.t35 sub greater_than {
47 $self->greater_than($other) || $self->equal_to($other);
112 ok( $hundred->greater_than($fifty), '... 100 gt 50' );
119 ok( !$fifty->greater_than($hundred), '... !50 gt 100' );
126 ok( !$fifty->greater_than($fifty), '... !50 gt 50' );
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/000_recipes/
H A Dmoose_cookbook_roles_recipe1.t35 sub greater_than {
47 $self->greater_than($other) || $self->equal_to($other);
110 ok( $hundred->greater_than($fifty), '... 100 gt 50' );
117 ok( !$fifty->greater_than($hundred), '... !50 gt 100' );
124 ok( !$fifty->greater_than($fifty), '... !50 gt 50' );
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTraitsTest.cpp169 EXPECT_FALSE((folly::greater_than<uint8_t, 0u, uint8_t>(0u))); in TEST()
170 EXPECT_TRUE((folly::greater_than<uint8_t, 0u, uint8_t>(254u))); in TEST()
171 EXPECT_FALSE((folly::greater_than<uint8_t, 255u, uint8_t>(255u))); in TEST()
174 EXPECT_FALSE((folly::greater_than<uint8_t, 0, int8_t>(-1))); in TEST()
175 EXPECT_FALSE((folly::greater_than<uint16_t, 0, int16_t>(-1))); in TEST()
176 EXPECT_FALSE((folly::greater_than<uint32_t, 0, int32_t>(-1))); in TEST()
177 EXPECT_FALSE((folly::greater_than<uint64_t, 0, int64_t>(-1))); in TEST()
179 EXPECT_TRUE((folly::greater_than<int8_t, -1, uint8_t>(0))); in TEST()
180 EXPECT_TRUE((folly::greater_than<int16_t, -1, uint16_t>(0))); in TEST()
181 EXPECT_TRUE((folly::greater_than<int32_t, -1, uint32_t>(0))); in TEST()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/sort/test/
H A Dstring_sort_test.cpp71 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
76 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
77 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
78 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
79 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/test/
H A Dstring_sort_test.cpp71 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
76 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
77 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
78 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
79 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Calculation/
H A DCalculationSelectedNumbers.cs42 int greater_than; field in gbrainy.Games.Calculation.CalculationSelectedNumbers
60 greater_than,
65 greater_than,
93 greater_than = 2 + random.Next (5); in GetPuzzleNumbersAndAnswer()
113 if (numbers [i] > greater_than) in GetPuzzleNumbersAndAnswer()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/sort/test/
H A Dstring_sort_test.cpp61 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
66 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
67 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
68 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
69 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/sort/test/
H A Dstring_sort_test.cpp61 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
66 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
67 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
68 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
69 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/databases/percona57-server/boost_1_59_0/libs/sort/test/
H A Dstring_sort_test.cpp61 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
66 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
67 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
68 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
69 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/sort/test/
H A Dstring_sort_test.cpp61 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
66 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
67 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
68 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
69 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/databases/percona57-client/boost_1_59_0/libs/sort/test/
H A Dstring_sort_test.cpp61 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
66 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
67 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
68 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
69 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/devel/boost-libs/boost_1_72_0/libs/sort/test/
H A Dstring_sort_test.cpp71 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
76 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
77 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
78 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
79 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/devel/hyperscan/boost_1_75_0/libs/sort/test/
H A Dstring_sort_test.cpp71 offset_greater_than<string, unsigned char> greater_than(0); in offset_comparison_test() local
76 BOOST_CHECK(!greater_than(input1, input2)); in offset_comparison_test()
77 BOOST_CHECK(!greater_than(input1, input3)); in offset_comparison_test()
78 BOOST_CHECK(greater_than(input2, input1)); in offset_comparison_test()
79 BOOST_CHECK(!greater_than(input1, input1)); in offset_comparison_test()
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/lib/
H A Dfsalogic.c1379 fsa *greater_than; in fsa_greater_than() local
1383 tmalloc(greater_than, fsa, 1); in fsa_greater_than()
1384 fsa_init(greater_than); in fsa_greater_than()
1395 greater_than->states->size = 4; in fsa_greater_than()
1403 greater_than->num_initial = 1; in fsa_greater_than()
1405 greater_than->initial[1] = 1; in fsa_greater_than()
1407 greater_than->num_accepting = 2; in fsa_greater_than()
1409 greater_than->accepting[1] = 2; in fsa_greater_than()
1410 greater_than->accepting[2] = 4; in fsa_greater_than()
1415 fsa_table_init(greater_than->table, 4, greater_than->alphabet->size); in fsa_greater_than()
[all …]
/dports/devel/p5-Role-Basic/Role-Basic-0.13/examples/
H A Dcurrency.pl30 sub greater_than { subroutine
42 $self->greater_than($other) || $self->equal_to($other);
90 print $first->greater_than($second) ? 'yes' : 'no';
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dapplication_setting.rb189 numericality: { only_integer: true, greater_than: 0 }
193 numericality: { only_integer: true, greater_than: 0 }
215 numericality: { only_integer: true, greater_than: 0 }
235 numericality: { only_integer: true, greater_than: 0 }
345 validates :snippet_size_limit, numericality: { only_integer: true, greater_than: 0 }
347 …validates :max_yaml_size_bytes, numericality: { only_integer: true, greater_than: 0 }, presence: t…
348 validates :max_yaml_depth, numericality: { only_integer: true, greater_than: 0 }, presence: true
405 numericality: { greater_than: 0, less_than_or_equal_to: 10 },
473 with_options(presence: true, numericality: { only_integer: true, greater_than: 0 }) do
515 numericality: { only_integer: true, greater_than: 0 }
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_memory_monitor.erl250 should_inform_predicate(false) -> fun greater_than/2;
254 should_inform_predicate(true) -> fun (D1, D2) -> greater_than(D2, D1) end.
256 greater_than(infinity, infinity) -> false; function
257 greater_than(infinity, _D2) -> true; function
258 greater_than(_D1, infinity) -> false; function
259 greater_than(D1, D2) -> D1 > D2. function

12345678910>>...42