Home
last modified time | relevance | path

Searched refs:array_of_types (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_create_struct.c18 const MPI_Datatype array_of_types[], MPI_Datatype * newtype)
32 const MPI_Datatype array_of_types[], MPI_Datatype * newtype) in MPIR_Type_create_struct_impl() argument
42 array_of_displacements, array_of_types, &new_handle); in MPIR_Type_create_struct_impl()
58 ints, array_of_displacements, array_of_types); in MPIR_Type_create_struct_impl()
99 const MPI_Datatype array_of_types[], MPI_Datatype * newtype) in MPI_Type_create_struct() argument
121 MPIR_ERRTEST_ARGNULL(array_of_types, "types", mpi_errno); in MPI_Type_create_struct()
126 MPIR_ERRTEST_DATATYPE(array_of_types[j], "datatype[j]", mpi_errno); in MPI_Type_create_struct()
128 … if (array_of_types[j] != MPI_DATATYPE_NULL && !HANDLE_IS_BUILTIN(array_of_types[j])) { in MPI_Type_create_struct()
129 MPIR_Datatype_get_ptr(array_of_types[j], datatype_ptr); in MPI_Type_create_struct()
143 array_of_types, newtype); in MPI_Type_create_struct()
[all …]
H A Dtype_struct.c19 MPI_Datatype * array_of_types, MPI_Datatype * newtype)
325 const MPI_Datatype * array_of_types, MPI_Datatype * newtype) in MPIR_Type_struct_impl() argument
335 array_of_displacements, array_of_types, &new_handle); in MPIR_Type_struct_impl()
351 ints, array_of_displacements, array_of_types); in MPIR_Type_struct_impl()
435 MPI_Datatype * array_of_types, MPI_Datatype * newtype) in MPI_Type_struct() argument
457 MPIR_ERRTEST_ARGNULL(array_of_types, "array_of_types", mpi_errno); in MPI_Type_struct()
462 MPIR_ERRTEST_DATATYPE(array_of_types[i], "datatype[i]", mpi_errno); in MPI_Type_struct()
464 … if (array_of_types[i] != MPI_DATATYPE_NULL && !HANDLE_IS_BUILTIN(array_of_types[i])) { in MPI_Type_struct()
465 MPIR_Datatype_get_ptr(array_of_types[i], datatype_ptr); in MPI_Type_struct()
479 MPIR_Type_struct_impl(count, array_of_blocklengths, array_of_displacements, array_of_types, in MPI_Type_struct()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/datatype/
H A Dtype_create_struct.c33 const MPI_Datatype array_of_types[], in MPIR_Type_create_struct_impl() argument
45 array_of_types, in MPIR_Type_create_struct_impl()
65 array_of_types); in MPIR_Type_create_struct_impl()
110 MPICH2_CONST MPI_Datatype array_of_types[], in MPI_Type_create_struct() argument
133 MPIR_ERRTEST_ARGNULL(array_of_types, "types", mpi_errno); in MPI_Type_create_struct()
138 MPIR_ERRTEST_DATATYPE(array_of_types[j], "datatype[j]", mpi_errno); in MPI_Type_create_struct()
140 …if (array_of_types[j] != MPI_DATATYPE_NULL && HANDLE_GET_KIND(array_of_types[j]) != HANDLE_KIND_BU… in MPI_Type_create_struct()
141 MPID_Datatype_get_ptr(array_of_types[j], datatype_ptr); in MPI_Type_create_struct()
154 array_of_types, newtype); in MPI_Type_create_struct()
171 array_of_types, newtype); in MPI_Type_create_struct()
/dports/net/mpich/mpich-3.4.3/test/mpi/dtpools/src/
H A Ddtpools_misc.c62 MPI_Datatype *array_of_types = NULL; in DTPI_parse_base_type_str() local
110 DTPI_ALLOC_OR_FAIL(array_of_types, num_types * sizeof(MPI_Datatype), rc); in DTPI_parse_base_type_str()
114 array_of_types[i] = MPI_DATATYPE_NULL; in DTPI_parse_base_type_str()
117 array_of_types[i] = DTPI_type_list[j].type; in DTPI_parse_base_type_str()
121 DTPI_ERR_ASSERT(array_of_types[i] != MPI_DATATYPE_NULL, rc); in DTPI_parse_base_type_str()
131 dtp->DTP_base_type = array_of_types[0]; in DTPI_parse_base_type_str()
133 DTPI_FREE(array_of_types); in DTPI_parse_base_type_str()
145 rc = MPI_Type_size(array_of_types[i], &size); in DTPI_parse_base_type_str()
163 dtpi->base_type_attrs.array_of_types = array_of_types; in DTPI_parse_base_type_str()
179 if (array_of_types) in DTPI_parse_base_type_str()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dtype_create_struct.c46 const MPI_Datatype array_of_types[], in MPI_Type_create_struct() argument
54 memchecker_datatype(array_of_types[i]); in MPI_Type_create_struct()
66 NULL == array_of_types) ) { in MPI_Type_create_struct()
72 if (NULL == array_of_types[i] || in MPI_Type_create_struct()
73 MPI_DATATYPE_NULL == array_of_types[i]) { in MPI_Type_create_struct()
86 array_of_types, newtype ); in MPI_Type_create_struct()
97 count, array_of_types, MPI_COMBINER_STRUCT ); in MPI_Type_create_struct()
H A Dtype_struct.c35 MPI_Datatype array_of_types[], in MPI_Type_struct() argument
42 array_of_types, in MPI_Type_struct()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dtype_create_struct.c46 const MPI_Datatype array_of_types[], in MPI_Type_create_struct() argument
54 memchecker_datatype(array_of_types[i]); in MPI_Type_create_struct()
66 NULL == array_of_types) ) { in MPI_Type_create_struct()
72 if (NULL == array_of_types[i] || in MPI_Type_create_struct()
73 MPI_DATATYPE_NULL == array_of_types[i]) { in MPI_Type_create_struct()
86 array_of_types, newtype ); in MPI_Type_create_struct()
97 count, array_of_types, MPI_COMBINER_STRUCT ); in MPI_Type_create_struct()
H A Dtype_struct.c46 MPI_Datatype array_of_types[], in MPI_Type_struct() argument
53 array_of_types, in MPI_Type_struct()
/dports/net/mpich/mpich-3.4.3/modules/yaksa/test/dtpools/src/
H A Ddtpools_misc.c136 yaksa_type_t *array_of_types = NULL; in DTPI_parse_base_type_str() local
184 DTPI_ALLOC_OR_FAIL(array_of_types, num_types * sizeof(yaksa_type_t), rc); in DTPI_parse_base_type_str()
188 array_of_types[i] = name_to_type(typestr[i]); in DTPI_parse_base_type_str()
198 dtp->DTP_base_type = array_of_types[0]; in DTPI_parse_base_type_str()
200 DTPI_FREE(array_of_types); in DTPI_parse_base_type_str()
212 rc = yaksa_type_get_size(array_of_types[i], &size); in DTPI_parse_base_type_str()
219 rc = yaksa_type_create_struct(num_types, array_of_blklens, array_of_displs, array_of_types, in DTPI_parse_base_type_str()
227 dtpi->base_type_attrs.array_of_types = array_of_types; in DTPI_parse_base_type_str()
243 if (array_of_types) in DTPI_parse_base_type_str()
244 DTPI_FREE(array_of_types); in DTPI_parse_base_type_str()
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/
H A Dmpid_datatype_contents.c26 const MPI_Datatype array_of_types[]) in MPID_Datatype_set_contents() argument
87 MPIU_Memcpy(ptr, array_of_types, nr_types * sizeof(MPI_Datatype)); in MPID_Datatype_set_contents()
103 if (HANDLE_GET_KIND(array_of_types[i]) != HANDLE_KIND_BUILTIN) { in MPID_Datatype_set_contents()
104 MPID_Datatype_get_ptr(array_of_types[i], old_dtp); in MPID_Datatype_set_contents()
117 MPI_Datatype *array_of_types; in MPID_Datatype_free_contents() local
124 array_of_types = (MPI_Datatype *) ((char *)dtp->contents + struct_sz); in MPID_Datatype_free_contents()
127 if (HANDLE_GET_KIND(array_of_types[i]) != HANDLE_KIND_BUILTIN) { in MPID_Datatype_free_contents()
128 MPID_Datatype_get_ptr(array_of_types[i], old_dtp); in MPID_Datatype_free_contents()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/mpif-h/
H A Dtype_create_struct_f.c43 …*array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
44 … (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
63 …*array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
64 … (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
77 MPI_Fint *array_of_types, MPI_Fint *newtype, in ompi_type_create_struct_f() argument
94 c_type_old_array[i] = PMPI_Type_f2c(array_of_types[i]); in ompi_type_create_struct_f()
H A Dtype_struct_f.c44 … *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
45 … (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
64 … *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
65 … (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
77 MPI_Fint *array_of_types, MPI_Fint *newtype, in ompi_type_struct_f() argument
98 c_type_old_array[i] = PMPI_Type_f2c(array_of_types[i]); in ompi_type_struct_f()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Dtype_create_struct_f.c43 …*array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
44 … (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
63 …*array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
64 … (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
77 MPI_Fint *array_of_types, MPI_Fint *newtype, in ompi_type_create_struct_f() argument
94 c_type_old_array[i] = PMPI_Type_f2c(array_of_types[i]); in ompi_type_create_struct_f()
H A Dtype_struct_f.c43 … *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
44 … (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
63 … *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *new…
64 … (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
76 MPI_Fint *array_of_types, MPI_Fint *newtype, in ompi_type_struct_f() argument
97 c_type_old_array[i] = PMPI_Type_f2c(array_of_types[i]); in ompi_type_struct_f()
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/profiling/
H A Dptype_create_struct_f08ts.f907 array_of_displacements, array_of_types, newtype, ierror) argument
19 type(MPI_Datatype), intent(in) :: array_of_types(count) local
31 array_of_types%MPI_VAL, newtype%MPI_VAL)
34 array_of_types_c = array_of_types%MPI_VAL
/dports/net/mpich/mpich-3.4.3/src/binding/fortran/use_mpi_f08/wrappers_f/
H A Dtype_create_struct_f08ts.f907 array_of_displacements, array_of_types, newtype, ierror) argument
19 type(MPI_Datatype), intent(in) :: array_of_types(count) local
31 array_of_types%MPI_VAL, newtype%MPI_VAL)
34 array_of_types_c = array_of_types%MPI_VAL
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/GenISAIntrinsics/
H A DIntrinsics.py307 def encodeTypeString(array_of_types,type_string,array_of_anys): argument
308 for j in range(len(array_of_types)):
309 if isinstance(array_of_types[j][0],int):
310 type_string += array_of_anys[array_of_types[j][0]]
311 elif array_of_types[j][0] in type_map:
312 type_string += type_map[array_of_types[j][0]]
314 if "any" in array_of_types[j][0]:
315 new_string = addAnyTypes(array_of_types[j][0], len(array_of_anys))
318 elif "ptr_" in array_of_types[j][0]:
319 type_string += pointerTypesi8_map[array_of_types[j][0]]
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dptype_create_struct_f08.F909 array_of_types,newtype,ierror) argument
16 TYPE(MPI_Datatype), INTENT(IN) :: array_of_types(count) local
22 array_of_types(:)%MPI_VAL,newtype%MPI_VAL,c_ierror)
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/use-mpi-f08/
H A Dtype_create_struct_f08.F909 array_of_types,newtype,ierror) argument
16 TYPE(MPI_Datatype), INTENT(IN) :: array_of_types(count) local
22 array_of_types(:)%MPI_VAL,newtype%MPI_VAL,c_ierror)
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/
H A Dtype_create_struct_f08.F9011 array_of_types,newtype,ierror) argument
18 TYPE(MPI_Datatype), INTENT(IN) :: array_of_types(count) local
24 array_of_types(:)%MPI_VAL,newtype%MPI_VAL,c_ierror)
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/use-mpi-f08/profile/
H A Dptype_create_struct_f08.F9011 array_of_types,newtype,ierror) argument
18 TYPE(MPI_Datatype), INTENT(IN) :: array_of_types(count) local
24 array_of_types(:)%MPI_VAL,newtype%MPI_VAL,c_ierror)
/dports/devel/vc-intrinsics/vc-intrinsics-753ad50/GenXIntrinsics/include/llvm/GenXIntrinsics/
H A DIntrinsics.py397 def encodeTypeString(array_of_types,type_string,array_of_anys): argument
398 for j in range(len(array_of_types)):
399 if isinstance(array_of_types[j],int):
400 type_string += array_of_anys[array_of_types[j]]
401 elif array_of_types[j] in type_map:
402 type_string += type_map[array_of_types[j]]
403 elif array_of_types[j] == "vararg":
406 if "any" in array_of_types[j]:
410 elif "ptr_" in array_of_types[j]:
411 type_string += pointerTypesi8_map[array_of_types[j]]
[all …]
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_datatype.h359 MPI_Datatype *array_of_types; in MPIR_Datatype_free_contents() local
366 array_of_types = (MPI_Datatype *) ((char *) dtp->contents + struct_sz); in MPIR_Datatype_free_contents()
369 if (!HANDLE_IS_BUILTIN(array_of_types[i])) { in MPIR_Datatype_free_contents()
370 MPIR_Datatype_get_ptr(array_of_types[i], old_dtp); in MPIR_Datatype_free_contents()
392 const MPI_Datatype array_of_types[]) in MPIR_Datatype_set_contents() argument
444 MPIR_Memcpy(ptr, array_of_types, nr_types * sizeof(MPI_Datatype)); in MPIR_Datatype_set_contents()
461 if (!HANDLE_IS_BUILTIN(array_of_types[i])) { in MPIR_Datatype_set_contents()
462 MPIR_Datatype_get_ptr(array_of_types[i], old_dtp); in MPIR_Datatype_set_contents()
528 const MPI_Datatype array_of_types[], MPI_Datatype * newtype);
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dtest-server.c52 GVariant *array_of_types; in fileroller_getsupportedtypes_ready_cb() local
58 array_of_types = g_variant_iter_next_value (&argument_iter); in fileroller_getsupportedtypes_ready_cb()
60 g_variant_iter_init (&type_iter, array_of_types); in fileroller_getsupportedtypes_ready_cb()
87 g_variant_unref (array_of_types); in fileroller_getsupportedtypes_ready_cb()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dtest-server.c46 GVariant *array_of_types; in engrampa_getsupportedtypes_ready_cb() local
52 array_of_types = g_variant_iter_next_value (&argument_iter); in engrampa_getsupportedtypes_ready_cb()
54 g_variant_iter_init (&type_iter, array_of_types); in engrampa_getsupportedtypes_ready_cb()
85 g_variant_unref (array_of_types); in engrampa_getsupportedtypes_ready_cb()

1234