Home
last modified time | relevance | path

Searched refs:tmp_lb (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/
H A Dmpid_type_struct.c217 MPI_Aint tmp_lb, tmp_ub, tmp_true_lb, tmp_true_ub; in MPID_Type_struct() local
237 tmp_lb, in MPID_Type_struct()
239 tmp_true_lb = tmp_lb; in MPID_Type_struct()
261 tmp_lb, in MPID_Type_struct()
263 tmp_true_lb = tmp_lb + (old_dtp->true_lb - old_dtp->lb); in MPID_Type_struct()
299 sticky_lb_disp = tmp_lb; in MPID_Type_struct()
301 else if (sticky_lb_disp > tmp_lb) in MPID_Type_struct()
303 sticky_lb_disp = tmp_lb; in MPID_Type_struct()
H A Dmpid_type_blockindexed.c149 MPI_Aint tmp_lb, tmp_ub; in MPID_Type_blockindexed() local
158 tmp_lb, in MPID_Type_blockindexed()
161 if (tmp_lb < min_lb) min_lb = tmp_lb; in MPID_Type_blockindexed()
H A Dmpid_type_indexed.c179 MPI_Aint tmp_lb, tmp_ub; in MPID_Type_indexed() local
193 tmp_lb, in MPID_Type_indexed()
196 if (tmp_lb < min_lb) min_lb = tmp_lb; in MPID_Type_indexed()
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Dtypesize_support.c289 tmp_lb, tmp_ub); in PREPEND_PREFIX()
290 if (tmp_lb < min_lb) min_lb = tmp_lb; in PREPEND_PREFIX()
311 tmp_lb, tmp_ub); in PREPEND_PREFIX()
312 if (tmp_lb < min_lb) min_lb = tmp_lb; in PREPEND_PREFIX()
362 tmp_lb, tmp_ub); in PREPEND_PREFIX()
363 if (tmp_lb < min_lb) min_lb = tmp_lb; in PREPEND_PREFIX()
479 tmp_lb, tmp_ub); in DLOOP_Type_calc_footprint_struct()
481 tmp_true_lb = tmp_lb + (true_lb - lb); in DLOOP_Type_calc_footprint_struct()
506 (!found_sticky_lb && min_lb > tmp_lb) || in DLOOP_Type_calc_footprint_struct()
508 (sticky_lb && min_lb > tmp_lb)) in DLOOP_Type_calc_footprint_struct()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/datatype/
H A Dsendrecvt4.c30 MPI_Aint displ, extent, natural_extent, tmp_lb; in main() local
65 MPI_Type_get_extent(offsettype, &tmp_lb, &extent); in main()
72 MPI_Type_get_extent(types[j], &tmp_lb, &natural_extent); in main()
93 MPI_Type_get_extent(offsettype, &tmp_lb, &extent); in main()
98 MPI_Type_get_extent(types[j], &tmp_lb, &natural_extent); in main()
H A Dhindexed_block.c78 MPI_Aint extent, tmp_lb; in hindexed_block_contig_test() local
105 err = MPI_Type_get_extent(newtype, &tmp_lb, &extent); in hindexed_block_contig_test()
186 MPI_Aint extent, tmp_lb; in hindexed_block_vector_test() local
199 MPI_Type_get_extent(vectype, &tmp_lb, &extent); in hindexed_block_vector_test()
230 MPI_Type_get_extent(newtype, &tmp_lb, &extent); in hindexed_block_vector_test()
H A Ddataalign.c21 MPI_Aint text, tmp_lb; in main() local
48 MPI_Type_get_extent(con, &tmp_lb, &text); in main()
62 MPI_Type_get_extent(str, &tmp_lb, &text); in main()
H A Dstructpack2.c22 MPI_Aint text, tmp_lb; in main() local
50 MPI_Type_get_extent(con, &tmp_lb, &text); in main()
65 MPI_Type_get_extent(str, &tmp_lb, &text); in main()
H A Dblockindexed_zero_count.c58 MPI_Aint extent, tmp_lb; in blockindexed_test() local
83 err = MPI_Type_get_extent(newtype, &tmp_lb, &extent); in blockindexed_test()
H A Dcontig_zero_count.c58 MPI_Aint extent, tmp_lb; in contig_test() local
83 err = MPI_Type_get_extent(newtype, &tmp_lb, &extent); in contig_test()
H A Dstruct_zero_count.c58 MPI_Aint extent, tmp_lb; in builtin_struct_test() local
83 err = MPI_Type_get_extent(newtype, &tmp_lb, &extent); in builtin_struct_test()
H A Dsimple_resized.c58 MPI_Aint extent, tmp_lb; in derived_resized_test() local
87 err = MPI_Type_get_extent(resizedtype, &tmp_lb, &extent); in derived_resized_test()
H A Dstruct_no_real_types.c62 MPI_Aint disp = 10, tmp_lb; in no_real_types_test() local
94 err = MPI_Type_get_extent(newtype, &tmp_lb, &extent); in no_real_types_test()
H A Dunpack.c46 MPI_Aint mem_dtype_ext = -1, tmp_lb; in main() local
66 MPI_Type_get_extent(mem_dtype, &tmp_lb, &mem_dtype_ext); in main()
H A Dtranspose_pack.c26 MPI_Aint sizeofint, tmp_lb; in main() local
46 MPI_Type_get_extent(MPI_INT, &tmp_lb, &sizeofint); in main()
H A Dslice_pack.c29 MPI_Aint sizeofint, tmp_lb; in main() local
47 MPI_Type_get_extent(MPI_INT, &tmp_lb, &sizeofint); in main()
H A Dslice_pack_external.c26 MPI_Aint sizeofint, bufsize, position, tmp_lb; in main() local
42 MPI_Type_get_extent(MPI_INT, &tmp_lb, &sizeofint); in main()
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_struct.c105 MPI_Aint tmp_lb, tmp_ub, tmp_true_lb, tmp_true_ub; in type_struct() local
123 0, tmp_el_sz, tmp_el_sz, tmp_lb, tmp_ub); in type_struct()
124 tmp_true_lb = tmp_lb; in type_struct()
139 old_dtp->lb, old_dtp->ub, old_dtp->extent, tmp_lb, tmp_ub); in type_struct()
140 tmp_true_lb = tmp_lb + (old_dtp->true_lb - old_dtp->lb); in type_struct()
175 lb_disp = tmp_lb; in type_struct()
176 } else if (lb_disp > tmp_lb) { in type_struct()
178 lb_disp = tmp_lb; in type_struct()
H A Dtype_blockindexed.c111 MPI_Aint tmp_lb, tmp_ub; in MPIR_Type_blockindexed() local
116 eff_disp, old_lb, old_ub, old_extent, tmp_lb, tmp_ub); in MPIR_Type_blockindexed()
118 if (tmp_lb < min_lb) in MPIR_Type_blockindexed()
119 min_lb = tmp_lb; in MPIR_Type_blockindexed()
H A Dtype_indexed.c138 MPI_Aint tmp_lb, tmp_ub; in MPIR_Type_indexed() local
148 eff_disp, old_lb, old_ub, old_extent, tmp_lb, tmp_ub); in MPIR_Type_indexed()
150 if (tmp_lb < min_lb) in MPIR_Type_indexed()
151 min_lb = tmp_lb; in MPIR_Type_indexed()
/dports/net/mpich/mpich-3.4.3/test/mpi/io/
H A Dgetextent.c19 MPI_Aint extent, nextent, tmp_lb; in main() local
28 MPI_Type_get_extent(MPI_INT, &tmp_lb, &nextent); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/dtpools/src/
H A Ddtpools_attr.c39 MPI_Aint tmp_lb; in construct_contig() local
40 rc = MPI_Type_get_extent(type, &tmp_lb, &attr->child_type_extent); in construct_contig()
93 MPI_Aint tmp_lb; in construct_dup() local
200 MPI_Aint tmp_lb; in construct_vector() local
308 MPI_Aint tmp_lb; in construct_hvector() local
420 MPI_Aint tmp_lb; in construct_blkindx() local
557 MPI_Aint tmp_lb; in construct_blkhindx() local
697 MPI_Aint tmp_lb; in construct_indexed() local
868 MPI_Aint tmp_lb; in construct_hindexed() local
1043 MPI_Aint tmp_lb; in construct_subarray() local
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/pt2pt/
H A Deagerdt.c22 MPI_Aint extent, tmp_lb; in main() local
47 MPI_Type_get_extent(dtype, &tmp_lb, &extent); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Dscatter2.c20 MPI_Aint vextent, tmp_lb; in main() local
34 MPI_Type_get_extent(vec, &tmp_lb, &vextent); in main()
H A Dscatter3.c23 MPI_Aint vextent, tmp_lb; in main() local
39 MPI_Type_get_extent(vec, &tmp_lb, &vextent); in main()

12