Home
last modified time | relevance | path

Searched refs:aints (Results 1 – 25 of 29) sorted by relevance

12

/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/interface/
H A Dsftype.c104 PetscMPIInt *aints,*bints; in MPIPetsc_Type_compare() local
109 …ierr = PetscMalloc6(aintcount,&aints,bintcount,&bints,aaddrcount,&aaddrs,baddrcount,&baddrs,atypec… in MPIPetsc_Type_compare()
110 …ierr = MPI_Type_get_contents(atype,aintcount,aaddrcount,atypecount,aints,aaddrs,atypes);CHKERRQ(ie… in MPIPetsc_Type_compare()
112 ierr = PetscArraycmp(aints,bints,aintcount,&same);CHKERRQ(ierr); in MPIPetsc_Type_compare()
132 ierr = PetscFree6(aints,bints,aaddrs,baddrs,atypes,btypes);CHKERRQ(ierr); in MPIPetsc_Type_compare()
162 PetscMPIInt *aints; in MPIPetsc_Type_compare_contig() local
167 ierr = PetscMalloc3(aintcount,&aints,aaddrcount,&aaddrs,atypecount,&atypes);CHKERRQ(ierr); in MPIPetsc_Type_compare_contig()
168 …ierr = MPI_Type_get_contents(atype,aintcount,aaddrcount,atypecount,aints,aaddrs,atypes);CHKERRQ(ie… in MPIPetsc_Type_compare_contig()
171 *n = aints[0]; in MPIPetsc_Type_compare_contig()
175 if (same) *n = aints[0]; in MPIPetsc_Type_compare_contig()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/
H A Dtype_debug.c365 if (cp->nr_aints > 0) MPL_free(aints); \
375 MPI_Aint *aints = NULL; in contents_printf() local
404 aints = (MPI_Aint *) MPL_malloc(cp->nr_aints * sizeof(MPI_Aint), MPL_MEM_DATATYPE); in contents_printf()
405 MPIR_Assert(aints != NULL); in contents_printf()
406 MPII_Datatype_get_contents_aints(cp, aints); in contents_printf()
443 MPIR_Assert((ints != NULL) && (aints != NULL) && (types != NULL)); in contents_printf()
448 ints[1], (MPI_Aint) aints[0])); in contents_printf()
465 MPIR_Assert((ints != NULL) && (aints != NULL) && (types != NULL)); in contents_printf()
478 MPIR_Assert((ints != NULL) && (aints != NULL) && (types != NULL)); in contents_printf()
506 MPIR_Assert((aints != NULL) && (types != NULL)); in contents_printf()
[all …]
H A Dtype_create_resized.c142 MPI_Aint aints[2]; in MPI_Type_create_resized() local
179 aints[0] = lb; in MPI_Type_create_resized()
180 aints[1] = extent; in MPI_Type_create_resized()
184 1, NULL, aints, &oldtype); in MPI_Type_create_resized()
H A Dget_elements_x.c182 MPI_Aint *aints; in MPIR_Type_get_elements() local
186 MPIR_Type_access_contents(datatype_ptr->handle, &ints, &aints, &types); in MPIR_Type_get_elements()
187 if (!ints || !aints || !types) in MPIR_Type_get_elements()
/dports/net/mpich2/mpich2-1.5/src/mpi/datatype/
H A Dtype_create_resized.c60 MPI_Aint aints[2]; in MPI_Type_create_resized() local
95 aints[0] = lb; in MPI_Type_create_resized()
96 aints[1] = extent; in MPI_Type_create_resized()
105 aints, in MPI_Type_create_resized()
H A Dget_elements.c191 MPI_Aint *aints; in MPIR_Type_get_elements() local
195 MPID_Type_access_contents(datatype_ptr->handle, &ints, &aints, &types); in MPIR_Type_get_elements()
196 if (!ints || !aints || !types) in MPIR_Type_get_elements()
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Ddataloop_create.c31 MPI_Aint *aints; in PREPEND_PREFIX() local
76 PREPEND_PREFIX(Type_access_contents)(type, &ints, &aints, &types); in PREPEND_PREFIX()
163 (*dlp_p)->el_extent = aints[1]; /* extent */ in PREPEND_PREFIX()
189 stride = aints[0]; in PREPEND_PREFIX()
213 disps[i] = aints[i]; in PREPEND_PREFIX()
243 disps = aints; in PREPEND_PREFIX()
292 disps = aints; in PREPEND_PREFIX()
355 PREPEND_PREFIX(Type_release_contents)(type, &ints, &aints, &types); in PREPEND_PREFIX()
H A Dtypesize_support.c25 MPI_Aint *aints,
144 MPI_Aint *aints; in PREPEND_PREFIX() local
244 tfp->lb = aints[0]; /* lb */ in PREPEND_PREFIX()
245 tfp->ub = aints[0] + aints[1]; in PREPEND_PREFIX()
248 tfp->extent = aints[1]; /* extent */ in PREPEND_PREFIX()
340 disp = aints[i]; in PREPEND_PREFIX()
357 disp = aints[i]; in PREPEND_PREFIX()
380 combiner, ints, aints, types, in PREPEND_PREFIX()
432 MPI_Aint *aints, in DLOOP_Type_calc_footprint_struct() argument
477 aints[i] /* disp */, in DLOOP_Type_calc_footprint_struct()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/src/
H A Dtyperep_dataloop_commit.c93 MPI_Aint *aints; in MPIR_Typerep_commit() local
135 MPIR_Type_access_contents(type, &ints, &aints, &types); in MPIR_Typerep_commit()
188 MPIR_Dataloop_create_resized(types[0], aints[1], (void **) dlp_p); in MPIR_Typerep_commit()
203 stride = aints[0]; in MPIR_Typerep_commit()
215 disps[i] = aints[i]; in MPIR_Typerep_commit()
237 disps = aints; in MPIR_Typerep_commit()
273 disps = aints; in MPIR_Typerep_commit()
323 MPIR_Type_release_contents(type, &ints, &aints, &types); in MPIR_Typerep_commit()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/jmoiron/jsonq/
H A Djsonq_test.go152 aints, err := q.ArrayOfInts("collections", "numbers")
154 if aints[0] != 1 {
155 t.Errorf("Expecting 1, got %v\n", aints[0])
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/
H A Dmpid_type_debug.c501 if (cp->nr_aints > 0) MPIU_Free(aints); \
513 MPI_Aint *aints = NULL; in MPIDI_Datatype_contents_printf() local
539 aints = (MPI_Aint *) MPIU_Malloc(cp->nr_aints * sizeof(MPI_Aint)); in MPIDI_Datatype_contents_printf()
540 MPIDI_Datatype_get_contents_aints(cp, aints); in MPIDI_Datatype_contents_printf()
585 (MPI_Aint) aints[0])); in MPIDI_Datatype_contents_printf()
616 (MPI_Aint) aints[i])); in MPIDI_Datatype_contents_printf()
632 (MPI_Aint) aints[i])); in MPIDI_Datatype_contents_printf()
H A Dmpid_datatype.h678 const MPI_Aint *aints,
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/help/
H A Dmodelock11 Acceptable modes are +aints, -aintskl and +l number. When you use
/dports/math/py-Diofant/Diofant-0.13.0/diofant/functions/special/
H A Dhyper.py262 aints = [a for a in self.ap if a.is_Integer and a.is_nonpositive]
264 if len(aints) < len(bints):
269 while aints:
270 a = aints.pop()
277 if aints or popped:
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/
H A Dhyper.py311 aints = [a for a in self.ap if a.is_Integer and (a <= 0) == True]
313 if len(aints) < len(bints):
318 while aints:
319 a = aints.pop()
326 if aints or popped:
/dports/www/mnogosearch/mnogosearch-3.4.1/etc/langmap/
H A Dfr.latin1.bible.lm177 aints. 16709
H A Dfr.latin1.lm140 aints. 53588
/dports/cad/z88/Z88OS-15/src/z88com/win/
H A Dz88com.rc124 MENUITEM "Constr&aints processed\aZ88O1.TXT", IDM_Z88O1TXT
/dports/math/py-Diofant/Diofant-0.13.0/diofant/simplify/
H A Dhyperexpand.py1742 aints, bints = paired[Integer(0)]
1744 paired[Integer(0)] = (aints, bints + [1])
/dports/math/py-sympy/sympy-1.9/sympy/simplify/
H A Dhyperexpand.py1772 aints, bints = paired[S.Zero]
1774 paired[S.Zero] = (aints, bints + [1])
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_array.py791 aints = pa.DictionaryArray.from_arrays(
797 aints.to_numpy(zero_copy_only=False),
/dports/textproc/sigil/Sigil-1.8.0/src/Resource_Files/dictionaries/
H A Dfr.aff8142 SFX wO aindre aints aindre 74
/dports/textproc/pageedit/PageEdit-1.2.0/dictionaries/
H A Dfr.aff8142 SFX wO aindre aints aindre 74
/dports/www/dooble/dooble-2021.12.05/Dictionaries/fr_FR/
H A Dfr.aff7424 SFX wO aindre aints aindre
/dports/french/hunspell/fr-hunspell-6.4.1/
H A Dfr-classique.aff7484 SFX wO aindre aints aindre po:ppas po:adj is:mas is:pl

12