Home
last modified time | relevance | path

Searched refs:dup_type (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/test/mpi/attr/
H A Dattrerrtype.c72 MPI_Datatype dup_type, d2; in test_attrs() local
86 MPI_Type_dup( MPI_DOUBLE, &dup_type ); in test_attrs()
94 err = MPI_Type_set_attr( dup_type, key_1, (void *) (MPI_Aint) world_rank ); in test_attrs()
100 err = MPI_Type_set_attr( dup_type, key_1, (void *) (MPI_Aint) (2*world_rank) ); in test_attrs()
108 err = MPI_Type_delete_attr( dup_type, key_1 ); in test_attrs()
114 err = MPI_Type_dup( dup_type, &d2 ); in test_attrs()
131 MPI_Type_free( &dup_type ); in test_attrs()
/dports/net/mpich/mpich-3.4.3/test/mpi/attr/
H A Dattrerrtype.c70 MPI_Datatype dup_type, d2; in test_attrs() local
84 MPI_Type_dup(MPI_DOUBLE, &dup_type); in test_attrs()
92 err = MPI_Type_set_attr(dup_type, key_1, (void *) (MPI_Aint) world_rank); in test_attrs()
98 err = MPI_Type_set_attr(dup_type, key_1, (void *) (MPI_Aint) (2 * world_rank)); in test_attrs()
106 err = MPI_Type_delete_attr(dup_type, key_1); in test_attrs()
112 err = MPI_Type_dup(dup_type, &d2); in test_attrs()
129 MPI_Type_free(&dup_type); in test_attrs()
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/feed/
H A Dnewsfeed_item_enclosure.c97 char * dup_type; in newsfeed_item_enclosure_set_type() local
100 dup_type = NULL; in newsfeed_item_enclosure_set_type()
103 dup_type = strdup(type); in newsfeed_item_enclosure_set_type()
104 if (dup_type == NULL) in newsfeed_item_enclosure_set_type()
109 enclosure->fie_type = dup_type; in newsfeed_item_enclosure_set_type()
/dports/net/openmpi3/openmpi-3.1.6/test/datatype/
H A Dddt_pack.c54 ompi_datatype_t *newType, *types[4], *struct_type, *vec_type, *dup_type; in main() local
406 ret = ompi_datatype_duplicate(&ompi_mpi_int.dt, &dup_type); in main()
409 ret = ompi_datatype_set_args(dup_type, 0, NULL, 0, NULL, 1, &type, MPI_COMBINER_DUP); in main()
411 packed_ddt_len = ompi_datatype_pack_description_length(dup_type); in main()
413 ret = ompi_datatype_get_pack_description(dup_type, &packed_ddt); in main()
443 ompi_datatype_destroy(&dup_type); in main()
/dports/net/openmpi/openmpi-4.1.1/test/datatype/
H A Dddt_pack.c54 ompi_datatype_t *newType, *types[4], *struct_type, *vec_type, *dup_type; in main() local
406 ret = ompi_datatype_duplicate(&ompi_mpi_int.dt, &dup_type); in main()
409 ret = ompi_datatype_set_args(dup_type, 0, NULL, 0, NULL, 1, &type, MPI_COMBINER_DUP); in main()
411 packed_ddt_len = ompi_datatype_pack_description_length(dup_type); in main()
413 ret = ompi_datatype_get_pack_description(dup_type, &packed_ddt); in main()
443 ompi_datatype_destroy(&dup_type); in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Ddup_feats.cpp80 …validator::EDuplicateFeatureType dup_type = validator::IsDuplicate(feat1->GetSeq_feat_Handle(), fe… in GetDuplicateFeaturesForRemoval() local
81 …if (dup_type == validator::eDuplicate_Duplicate || dup_type == validator::eDuplicate_DuplicateDiff… in GetDuplicateFeaturesForRemoval()
H A Dutilities.cpp1829 EDuplicateFeatureType dup_type = eDuplicate_Not; in IsDuplicate() local
1911 dup_type = eDuplicate_Duplicate; in IsDuplicate()
1913 dup_type = eDuplicate_SameIntervalDifferentLabel; in IsDuplicate()
1917 dup_type = eDuplicate_DuplicateDifferentTable; in IsDuplicate()
1919 dup_type = eDuplicate_SameIntervalDifferentLabelDifferentTable; in IsDuplicate()
1923 return dup_type; in IsDuplicate()
/dports/mail/libetpan/libetpan-1.9.4/src/engine/
H A Dmailprivacy_tools.c1131 struct mailmime_type * dup_type; in mailmime_type_dup() local
1151 dup_type = mailmime_type_new(type->tp_type, discrete_type, composite_type); in mailmime_type_dup()
1152 if (dup_type == NULL) in mailmime_type_dup()
1155 return dup_type; in mailmime_type_dup()
/dports/lang/nwcc/nwcc_0.8.3/
H A Dexpr.c1774 init->left_type = dup_type(lvalue);
1782 init->left_type = dup_type(curtype);
1914 masktv.type = dup_type(lvalue);
1916 dest.type = dup_type(lvalue);
1992 init->left_type = dup_type(lvalue);
2128 init->left_type = dup_type(lvalue);
2344 init2->left_type = dup_type(curtype);
H A Dtype.h425 struct type *dup_type(struct type *t);
H A Devalexpr.c216 tempdest.type = dup_type(tempdest.type); in calc_const_addr_diff()
217 tempsrc.type = dup_type(tempdest.type); in calc_const_addr_diff()
1145 dup_type(tv->type);
1208 ret.type = dup_type(ret.type);
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dexpr.c1748 init->left_type = dup_type(lvalue);
1756 init->left_type = dup_type(curtype);
1898 masktv.type = dup_type(lvalue);
1900 dest.type = dup_type(lvalue);
1977 init->left_type = dup_type(lvalue);
2111 init->left_type = dup_type(lvalue);
2327 init2->left_type = dup_type(curtype);
H A Dtype.h401 struct type *dup_type(struct type *t);
H A Devalexpr.c185 tempdest.type = dup_type(tempdest.type); in calc_const_addr_diff()
186 tempsrc.type = dup_type(tempdest.type); in calc_const_addr_diff()
1085 dup_type(tv->type);
1148 ret.type = dup_type(ret.type);
H A Dtype.c1265 dup_type(struct type *src) { function
1372 struct type *ret = dup_type(ty);
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam_markdup.c938 char dup_type = 0; in mark_duplicates() local
953 dup_type = 'O'; in mark_duplicates()
974 if (add_duplicate(dup_hash, dup, original, dup_type)) in mark_duplicates()
1095 char *dup_type; in check_chain_against_original() local
1100 if ((dup_type = bam_aux2Z(data))) { in check_chain_against_original()
1101 if (strcmp(dup_type, "SQ") == 0) { in check_chain_against_original()
H A Dbam_markdup.c.pysam.c940 char dup_type = 0; in mark_duplicates() local
955 dup_type = 'O'; in mark_duplicates()
976 if (add_duplicate(dup_hash, dup, original, dup_type)) in mark_duplicates()
1097 char *dup_type; in check_chain_against_original() local
1102 if ((dup_type = bam_aux2Z(data))) { in check_chain_against_original()
1103 if (strcmp(dup_type, "SQ") == 0) { in check_chain_against_original()
/dports/biology/samtools/samtools-1.14/
H A Dbam_markdup.c938 char dup_type = 0; in mark_duplicates() local
953 dup_type = 'O'; in mark_duplicates()
974 if (add_duplicate(dup_hash, dup, original, dup_type)) in mark_duplicates()
1095 char *dup_type; in check_chain_against_original() local
1100 if ((dup_type = bam_aux2Z(data))) { in check_chain_against_original()
1101 if (strcmp(dup_type, "SQ") == 0) { in check_chain_against_original()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmaster_prep_base.c590 int * col_fix_type = NULL, dup_type; in prep_delete_duplicate_rows_cols() local
801 dup_type = -1; in prep_delete_duplicate_rows_cols()
845 dup_type = 0; in prep_delete_duplicate_rows_cols()
853 if (obj_l >= 0 && obj_r >= 0) dup_type = 1; in prep_delete_duplicate_rows_cols()
855 if (obj_l <= 0.0 && obj_r <= 0.0) dup_type = 2; in prep_delete_duplicate_rows_cols()
857 if (obj_l >= 0.0 && obj_r <= 0.0) dup_type = 8; in prep_delete_duplicate_rows_cols()
863 if (obj_l >= 0 && obj_r >= 0) dup_type = 3; in prep_delete_duplicate_rows_cols()
865 if (obj_l <= 0.0 && obj_r <= 0.0) dup_type = 4; in prep_delete_duplicate_rows_cols()
877 if (dup_type < 0 && !bin_type){ in prep_delete_duplicate_rows_cols()
974 if (dup_type == 0){ in prep_delete_duplicate_rows_cols()
[all …]
/dports/math/gemmlowp/gemmlowp-dc69acd/meta/generators/
H A Dneon_emitter_64.py669 def EmitVDup(self, dup_type, destination, source): argument
673 _AppendType(dup_type, destination),
674 _Cast(_TypeBits(dup_type), source))
677 _AppendType(dup_type, destination),
678 _AppendType(dup_type, source))
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_conf_validation.c1392 nxt_str_t exten, *dup_type; in nxt_conf_vldt_mtypes_extension() local
1409 dup_type = nxt_http_static_mtype_get(&ctx->hash, &exten); in nxt_conf_vldt_mtypes_extension()
1411 if (dup_type->length != 0) { in nxt_conf_vldt_mtypes_extension()
1415 &exten, dup_type, ctx->type); in nxt_conf_vldt_mtypes_extension()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_conf_validation.c1392 nxt_str_t exten, *dup_type; in nxt_conf_vldt_mtypes_extension() local
1409 dup_type = nxt_http_static_mtype_get(&ctx->hash, &exten); in nxt_conf_vldt_mtypes_extension()
1411 if (dup_type->length != 0) { in nxt_conf_vldt_mtypes_extension()
1415 &exten, dup_type, ctx->type); in nxt_conf_vldt_mtypes_extension()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_conf_validation.c1392 nxt_str_t exten, *dup_type; in nxt_conf_vldt_mtypes_extension() local
1409 dup_type = nxt_http_static_mtype_get(&ctx->hash, &exten); in nxt_conf_vldt_mtypes_extension()
1411 if (dup_type->length != 0) { in nxt_conf_vldt_mtypes_extension()
1415 &exten, dup_type, ctx->type); in nxt_conf_vldt_mtypes_extension()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_conf_validation.c1392 nxt_str_t exten, *dup_type; in nxt_conf_vldt_mtypes_extension() local
1409 dup_type = nxt_http_static_mtype_get(&ctx->hash, &exten); in nxt_conf_vldt_mtypes_extension()
1411 if (dup_type->length != 0) { in nxt_conf_vldt_mtypes_extension()
1415 &exten, dup_type, ctx->type); in nxt_conf_vldt_mtypes_extension()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_conf_validation.c1392 nxt_str_t exten, *dup_type; in nxt_conf_vldt_mtypes_extension() local
1409 dup_type = nxt_http_static_mtype_get(&ctx->hash, &exten); in nxt_conf_vldt_mtypes_extension()
1411 if (dup_type->length != 0) { in nxt_conf_vldt_mtypes_extension()
1415 &exten, dup_type, ctx->type); in nxt_conf_vldt_mtypes_extension()

12