Home
last modified time | relevance | path

Searched refs:is_greater (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/math/cgal/CGAL-5.3/include/CGAL/Intersections_3/internal/
H A DBbox_3_Segment_3_do_intersect.h338 Is_greater is_greater; in do_intersect_bbox_segment_aux() local
340 is_greater.register_new_input_values(tmin, dmin); in do_intersect_bbox_segment_aux()
341 is_greater.register_new_input_values(tymin, dymin); in do_intersect_bbox_segment_aux()
342 is_greater.register_new_input_values(tmax, dmax); in do_intersect_bbox_segment_aux()
343 is_greater.register_new_input_values(tymax, dymax); in do_intersect_bbox_segment_aux()
345 is_greater.compute_new_error_bound(); in do_intersect_bbox_segment_aux()
346 if(is_greater.bound_overflow() || is_greater.value_might_underflow()) in do_intersect_bbox_segment_aux()
388 is_greater.register_new_input_values(tzmin, dzmin); in do_intersect_bbox_segment_aux()
389 is_greater.register_new_input_values(tzmax, dzmax); in do_intersect_bbox_segment_aux()
391 is_greater.compute_new_error_bound(); in do_intersect_bbox_segment_aux()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/nativePackageScripts/fedora/
H A DisInstalled.sh20 is_greater () { function
38 great=$(is_greater $foundVersion $3)
46 great=$(is_greater $foundVersion $3)
59 great=$(is_greater $3 $foundVersion)
64 great=$(is_greater $3 $foundVersion )
/dports/www/yaws/yaws-2.0.6/testsuite/
H A Ddynopts_SUITE.erl42 ?assert(yaws_dynopts:is_greater("2", "1")),
43 ?assert(yaws_dynopts:is_greater("2.0", "1.0")),
44 ?assert(yaws_dynopts:is_greater("1.1", "1.0")),
45 ?assert(yaws_dynopts:is_greater("1.1", "1.0.0")),
46 ?assert(yaws_dynopts:is_greater("1.1.0", "1.0.1")),
47 ?assert(yaws_dynopts:is_greater("1.0.2", "1.0.1")),
48 ?assert(yaws_dynopts:is_greater("1.0.2-rc1", "1.0.1")),
49 ?assert(yaws_dynopts:is_greater("1.0.2", "1.0.1-rc1")),
50 ?assert(yaws_dynopts:is_greater("1.0.2-rc1", "1.0.1-rc1")),
51 ?assert(yaws_dynopts:is_greater("1.0.2-rc1", "1.0-rc1")),
/dports/devel/boost-docs/boost_1_72_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/multi_index/test/
H A Dtest_composite_key.cpp139 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
206 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
259 static bool is_greater(const CompositeKeyResult& x,const T2& y) in is_greater() function
277 static bool is_greater(const T1& x,const T2& y,const Compare& c) in is_greater() function
296 static bool is_greater( in is_greater() function
425 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)))); in DEFINE_TUPLE_MAKER()
455 BOOST_TEST(is_greater(ck1(xyz(0,0,0)),-1,cp1)); in DEFINE_TUPLE_MAKER()
470 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp2)); in DEFINE_TUPLE_MAKER()
550 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,1,0)),cp3)); in DEFINE_TUPLE_MAKER()
551 BOOST_TEST(is_greater(ck1(xyz(0,0,1)),ck2(xyz(0,0,0)),cp3)); in DEFINE_TUPLE_MAKER()
[all …]
/dports/math/primecount/primecount-7.2/scripts/
H A Dfind_fastest_alpha_dr.sh90 function is_greater
105 if [[ $(is_greater $1 $2) -eq 1 ]]
199 if [[ $(is_greater $repeat 1) -eq 1 ]]
201 if [[ $(is_greater $seconds 20) -eq 1 ]]
204 elif [[ $(is_greater $seconds 3) -eq 1 ]]
H A Dfind_fastest_alpha_gourdon.sh90 function is_greater function
105 if [[ $(is_greater $1 $2) -eq 1 ]]
199 if [[ $(is_greater $repeat 1) -eq 1 ]]
201 if [[ $(is_greater $seconds 20) -eq 1 ]]
204 elif [[ $(is_greater $seconds 3) -eq 1 ]]
H A Dfind_fastest_alpha_lmo.sh90 function is_greater function
105 if [[ $(is_greater $1 $2) -eq 1 ]]
199 if [[ $(is_greater $repeat 1) -eq 1 ]]
201 if [[ $(is_greater $seconds 20) -eq 1 ]]
204 elif [[ $(is_greater $seconds 3) -eq 1 ]]
H A Dfind_optimal_alpha_dr.sh90 function is_greater function
105 if [[ $(is_greater $1 $2) -eq 1 ]]
203 if [[ $(is_greater $i 15) -eq 1 ]]
H A Dfind_optimal_alpha_gourdon.sh90 function is_greater function
105 if [[ $(is_greater $1 $2) -eq 1 ]]
203 if [[ $(is_greater $i 15) -eq 1 ]]
H A Dfind_optimal_alpha_lmo.sh90 function is_greater function
105 if [[ $(is_greater $1 $2) -eq 1 ]]
203 if [[ $(is_greater $i 15) -eq 1 ]]
/dports/games/ldmud/ldmud-3.3.720/doc/efun/
H A Dsort_array38 int is_greater (int a, int b) {
44 arr = sort_array(arr, "is_greater", this_object())
45 arr = sort_array(arr, "is_greater")
46 arr = sort_array(arr, #'is_greater)
62 int is_greater (mixed *a, mixed *b) {
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkPriorityQueueContainer.h55 virtual bool is_greater(const ElementType & element1,
88 virtual bool is_greater(const ElementWrapperPointerType & element1,
148 bool is_greater(const MinPriorityQueueElementWrapper & element1,
190 virtual bool is_greater(const MaxPriorityQueueElementWrapper & element1,
193 bool is_greater(const Superclass & element1,
H A DitkPriorityQueueContainer.hxx81 is_greater(const ElementWrapperPointerType & element1, in is_greater() function in itk::ElementWrapperPointerInterface
84 return ( ( *element1 ).is_greater( ( *element1 ), ( *element2 ) ) ); in is_greater()
185 is_greater(const MinPriorityQueueElementWrapper & element1, in is_greater() function in itk::MinPriorityQueueElementWrapper
236 is_greater(const MaxPriorityQueueElementWrapper & element1, in is_greater() function in itk::MaxPriorityQueueElementWrapper
247 is_greater(const Superclass & element1, in is_greater() function in itk::MaxPriorityQueueElementWrapper
250 return Superclass::is_greater(element1, element2); in is_greater()
/dports/math/polymake/polymake-4.5/apps/polytope/scripts/
H A Denum_graph.pl33 my $is_greater=1;
36 $is_greater=0;
39 return $is_greater;
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/
H A Decp_nistp521.c891 limb is_p, is_greater, sign;
963 is_greater = out[8] >> 57;
964 is_greater |= is_greater << 32;
965 is_greater |= is_greater << 16;
966 is_greater |= is_greater << 8;
967 is_greater |= is_greater << 4;
968 is_greater |= is_greater << 2;
969 is_greater |= is_greater << 1;
970 is_greater = 0 - (is_greater >> 63);
972 out[0] -= kPrime[0] & is_greater;
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/ec/
H A Decp_nistp521.c892 limb is_p, is_greater, sign;
964 is_greater = out[8] >> 57;
965 is_greater |= is_greater << 32;
966 is_greater |= is_greater << 16;
967 is_greater |= is_greater << 8;
968 is_greater |= is_greater << 4;
969 is_greater |= is_greater << 2;
970 is_greater |= is_greater << 1;
971 is_greater = 0 - (is_greater >> 63);
973 out[0] -= kPrime[0] & is_greater;
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/ec/
H A Decp_nistp521.c944 limb is_p, is_greater, sign; in felem_contract() local
1016 is_greater = out[8] >> 57; in felem_contract()
1017 is_greater |= is_greater << 32; in felem_contract()
1018 is_greater |= is_greater << 16; in felem_contract()
1019 is_greater |= is_greater << 8; in felem_contract()
1020 is_greater |= is_greater << 4; in felem_contract()
1021 is_greater |= is_greater << 2; in felem_contract()
1022 is_greater |= is_greater << 1; in felem_contract()
1023 is_greater = 0 - (is_greater >> 63); in felem_contract()
1025 out[0] -= kPrime[0] & is_greater; in felem_contract()
[all …]

12345678910>>...12