Home
last modified time | relevance | path

Searched refs:cmp_type (Results 151 – 175 of 834) sorted by relevance

12345678910>>...34

/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_windowfunc.cc179 Item_result rtype= window_spec->order_list->first->item[0]->cmp_type(); in check_result_type_of_order_item()
261 switch(args[0]->cmp_type()) in fix_fields()
280 switch(args[0]->cmp_type()) in fix_fields()
H A Drpl_utility_server.cc281 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
295 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
309 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
393 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/stream/
H A Dsorted_runs.h48 typedef CompareType cmp_type; typedef
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dagg_bookend.c268 Oid cmp_type; member
276 cache->cmp_type = InvalidOid; in cmpfunccache_init()
286 if (cache->cmp_type != left.type_oid || cache->op != opname[0]) in cmpfunccache_cmp()
/dports/sysutils/libdnf/libdnf-0.64.0/python/hawkey/
H A Diutil-py.hpp73 std::unique_ptr<DnfReldepList> pyseq_to_reldeplist(PyObject *sequence, DnfSack *sack, int cmp_type);
H A Diutil-py.cpp237 pyseq_to_reldeplist(PyObject *obj, DnfSack *sack, int cmp_type) in pyseq_to_reldeplist() argument
254 } else if (cmp_type == HY_GLOB) { in pyseq_to_reldeplist()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-state-machine.c163 #define ADD_CHECK(NAME, name, cmp_type) \ in assert_prop_equal() argument
165 g_assert_cmp##cmp_type (g_value_get_##name (&va), ==, g_value_get_##name (&vb)); \ in assert_prop_equal()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Dhy-iutil-private.hpp68 int parse_reldep_str(const char *nevra, char **name, char **evr, int *cmp_type);
H A Dhy-package.h99 GPtrArray *dnf_package_get_advisories (DnfPackage *pkg, int cmp_type);
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Drpl_utility_server.cc281 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
295 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
309 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
393 const char* fmt= dst.cmp_type() != STRING_RESULT || dst.has_charset() in show_binlog_type()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-isolatex.cc2683 ComparisonType cmp_type = ct_comp; in isolate_x_sub() local
2691 …mcheck->add(m_zero, cmp_type == COMPARISON_NOT_EQUALS ? OPERATION_EQUALS_GREATER : OPERATION_LESS); in isolate_x_sub()
2701 …mcheck->add(m_zero, cmp_type == COMPARISON_NOT_EQUALS ? OPERATION_LESS : OPERATION_EQUALS_GREATER); in isolate_x_sub()
2713 ComparisonType cmp_type = ct_comp; in isolate_x_sub() local
2732 … mcheck->add(m_zero, cmp_type == COMPARISON_NOT_EQUALS ? OPERATION_NOT_EQUALS : OPERATION_EQUALS); in isolate_x_sub()
3032 ComparisonType cmp_type = ct_comp; in isolate_x_sub() local
3037 … mtest->add(m_zero, cmp_type == COMPARISON_NOT_EQUALS ? OPERATION_EQUALS : OPERATION_NOT_EQUALS); in isolate_x_sub()
3641 ComparisonType cmp_type = ct_comp; in isolate_x_sub() local
3648 …mcheck->add(m_zero, cmp_type == COMPARISON_NOT_EQUALS ? OPERATION_EQUALS_GREATER : OPERATION_LESS); in isolate_x_sub()
3657 …mcheck->add(m_zero, cmp_type == COMPARISON_NOT_EQUALS ? OPERATION_LESS : OPERATION_EQUALS_GREATER); in isolate_x_sub()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dconsts.rs129 …pub fn partial_cmp(tcx: TyCtxt<'_>, cmp_type: Ty<'_>, left: &Self, right: &Self) -> Option<Orderin… in partial_cmp()
134 if let ty::Int(int_ty) = *cmp_type.kind() { in partial_cmp()
144 .map(|(li, ri)| Self::partial_cmp(tcx, cmp_type, li, ri)) in partial_cmp()
148 match Self::partial_cmp(tcx, cmp_type, lv, rv) { in partial_cmp()
153 (&Self::Ref(ref lb), &Self::Ref(ref rb)) => Self::partial_cmp(tcx, cmp_type, lb, rb), in partial_cmp()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_type.cc735 Item_result a= cmp_type(); in aggregate_for_comparison()
736 Item_result b= h->cmp_type(); in aggregate_for_comparison()
813 Item_result a= cmp_type(); in aggregate_for_min_max()
814 Item_result b= h->cmp_type(); in aggregate_for_min_max()
903 Item_result r0= h0->cmp_type(); in aggregate_for_num_op_traditional()
904 Item_result r1= h1->cmp_type(); in aggregate_for_num_op_traditional()
3007 if (ha->cmp_type() != TIME_RESULT) in Item_func_min_max_fix_attributes()
5120 return outer->cmp_type() == REAL_RESULT; in subquery_type_allows_materialization()
5130 return outer->cmp_type() == INT_RESULT; in subquery_type_allows_materialization()
5140 return outer->cmp_type() == DECIMAL_RESULT; in subquery_type_allows_materialization()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_type.cc735 Item_result a= cmp_type();
736 Item_result b= h->cmp_type();
813 Item_result a= cmp_type();
814 Item_result b= h->cmp_type();
903 Item_result r0= h0->cmp_type();
904 Item_result r1= h1->cmp_type();
3007 if (ha->cmp_type() != TIME_RESULT)
5120 return outer->cmp_type() == REAL_RESULT;
5130 return outer->cmp_type() == INT_RESULT;
5140 return outer->cmp_type() == DECIMAL_RESULT;
[all …]
/dports/textproc/py-acora/acora-2.3/acora/
H A D_acora.py51 def __richcmp__(self, other, cmp_type): argument
52 return _richcmp(self, other, cmp_type) # only in compiled version
/dports/math/py-libpoly/libpoly-0.1.11/src/polynomial/
H A Dcoefficient.c1152 STAT_DECLARE(int, coefficient, cmp_type) in STAT_DECLARE() argument
1156 STAT_INCR(coefficient, cmp_type) in STAT_DECLARE()
2186 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2188 assert(cmp_type >= 0); in STAT_DECLARE()
2221 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2223 assert(cmp_type >= 0); in STAT_DECLARE()
2256 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2258 assert(cmp_type >= 0); in STAT_DECLARE()
2292 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2294 assert(cmp_type >= 0); in STAT_DECLARE()
[all …]
/dports/math/libpoly/libpoly-0.1.11/src/polynomial/
H A Dcoefficient.c1152 STAT_DECLARE(int, coefficient, cmp_type) in STAT_DECLARE() argument
1156 STAT_INCR(coefficient, cmp_type) in STAT_DECLARE()
2186 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2188 assert(cmp_type >= 0); in STAT_DECLARE()
2221 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2223 assert(cmp_type >= 0); in STAT_DECLARE()
2256 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2258 assert(cmp_type >= 0); in STAT_DECLARE()
2292 int cmp_type = coefficient_cmp_type(ctx, C1, C2); in STAT_DECLARE() local
2294 assert(cmp_type >= 0); in STAT_DECLARE()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_execplan.cpp514 switch (item->cmp_type()) in debug_walk()
818 && isp->get_arg(0)->cmp_type() == INT_RESULT) in debug_walk()
3085 switch (item->cmp_type()) in buildReturnedColumn()
3149 if (rc && (item->cmp_type() != DECIMAL_RESULT)) in buildReturnedColumn()
4606 && ord_col->cmp_type() == INT_RESULT) in buildAggregateColumn()
4682 switch(sfitemp->cmp_type()) in buildAggregateColumn()
5191 switch(item->cmp_type()) in gp_walk()
7055 switch(item->cmp_type()) in getSelectPlan()
7848 && ord_item->cmp_type() == INT_RESULT) in getSelectPlan()
8862 switch(item->cmp_type()) in getGroupPlan()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_execplan.cpp514 switch (item->cmp_type()) in debug_walk()
818 && isp->get_arg(0)->cmp_type() == INT_RESULT) in debug_walk()
3085 switch (item->cmp_type()) in buildReturnedColumn()
3149 if (rc && (item->cmp_type() != DECIMAL_RESULT)) in buildReturnedColumn()
4606 && ord_col->cmp_type() == INT_RESULT) in buildAggregateColumn()
4682 switch(sfitemp->cmp_type()) in buildAggregateColumn()
5191 switch(item->cmp_type()) in gp_walk()
7055 switch(item->cmp_type()) in getSelectPlan()
7848 && ord_item->cmp_type() == INT_RESULT) in getSelectPlan()
8862 switch(item->cmp_type()) in getGroupPlan()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/x509v3/
H A Dv3_utl.c782 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
790 if (cmp_type > 0) { in do_check_string()
791 if (cmp_type != a->type) in do_check_string()
793 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()

12345678910>>...34