Home
last modified time | relevance | path

Searched refs:pdtype (Results 1 – 17 of 17) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/sys/fileio/
H A Dsysio.c757 PetscDataType pdtype; in PetscDataRep_read_conv_fn() local
762 ierr = PetscDataTypeGetSize(pdtype,&dsize);CHKERRQ(ierr); in PetscDataRep_read_conv_fn()
774 PetscDataType pdtype; in PetscDataRep_write_conv_fn() local
779 ierr = PetscDataTypeGetSize(pdtype,&dsize);CHKERRQ(ierr); in PetscDataRep_write_conv_fn()
792 PetscDataType pdtype; in MPIU_File_write_all() local
797 ierr = PetscMPIDataTypeToPetscDataType(dtype,&pdtype);CHKERRQ(ierr); in MPIU_File_write_all()
806 PetscDataType pdtype; in MPIU_File_read_all() local
818 PetscDataType pdtype; in MPIU_File_write_at() local
832 PetscDataType pdtype; in MPIU_File_read_at() local
844 PetscDataType pdtype; in MPIU_File_write_at_all() local
[all …]
/dports/net-mgmt/sdig/sdig-0.45/src/
H A Dsdig.h43 } pdtype; typedef
51 extern pdtype *firstpd;
H A Dconfig.c26 pdtype *firstpd = NULL;
364 pdtype *last, *tmp; in addpd()
373 tmp = xmalloc(sizeof(pdtype)); in addpd()
H A Dquery.c178 pdtype *tmp; in getdesc()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/upper/
H A Dupperl.l34 #define pdtype 4 macro
64 fprintf( outfile, "#define pdtype %d\n", pdtype ); in putdecls()
H A Dupperl.c468 #define pdtype 4 macro
497 fprintf(outfile, "#define pdtype %d\n", pdtype); in putdecls()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemfunc.c5645 switch (pdtype) { in ref_pd()
6126 if (pdtype == PD_minval || pdtype == PD_maxval) { in ref_pd()
6138 if (pdtype == PD_minval || pdtype == PD_maxval) { in ref_pd()
6207 pdtype = PD_lbound; in ref_pd()
6212 pdtype = PD_ubound; in ref_pd()
8439 switch (pdtype) { in ref_pd()
8453 switch (pdtype) { in ref_pd()
8580 switch (pdtype) { in ref_pd()
8589 switch (pdtype) { in ref_pd()
10395 if (pdtype == PD_unit) in ref_pd()
[all …]
H A Dsemant.c12355 set_char_attributes(int sptr, int *pdtype) in set_char_attributes() argument
12358 dtype = *pdtype; in set_char_attributes()
/dports/games/pmars/pmars-0.9.2/src/
H A Dclparse.c109 #define record(pword,pdtype,pstorage,pmin,pmax,pdef,pdescription)\ argument
111 options[optI].dtype = pdtype; \
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dclparse.c109 #define record(pword,pdtype,pstorage,pmin,pmax,pdef,pdescription)\ argument
111 options[optI].dtype = pdtype; \
/dports/math/py-yt/yt-4.0.1/yt/frontends/swift/
H A Dio.py64 def _get_smoothing_length(self, sub_file, pdtype=None, pshape=None): argument
/dports/math/py-yt/yt-4.0.1/yt/frontends/gadget/
H A Dio.py62 pdtype = c.dtype
64 hsml = self._get_smoothing_length(data_file, pdtype, pshape)
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/tests/
H A Dtest_pandas_dataframe.py1014 for pdtype in nullable_int_dtypes:
1016 nptype = pdtype.numpy_dtype
1024 series = pd.Series(data, dtype=pdtype)
/dports/finance/R-cran-urca/urca/inst/Rcmdr/
H A DRcmdr-urca.R129 pdtype <- tclvalue(poldegVariable) functionVar
137 …doItAndPrint(paste("summary(ur.sp(y= ", var, ", type = ", ttype, ", pol.deg = ", pdtype, ", signif…
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dupper.cpp1824 DTYPE pdtype; in fix_datatype() local
1827 pdtype = DTYPEG(member); in fix_datatype()
1828 ptag = DTyAlgTyTag(pdtype); in fix_datatype()
1830 DTySetAlgTyTag(pdtype, ptag); in fix_datatype()
1832 pmem = DTyAlgTyMember(pdtype); in fix_datatype()
1834 DTySetFst(pdtype, pmem); in fix_datatype()
4304 case pdtype: in read_ilm()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Protection/PlayReady/
H A Dmod.rs759 …pub fn SendProximityDetectionStartAsync(&self, pdtype: NDProximityDetectionType, transmitterchanne… in SendProximityDetectionStartAsync()
765 pdtype, in SendProximityDetectionStartAsync()
779 …pub fn SendProximityDetectionResponseAsync(&self, pdtype: NDProximityDetectionType, transmittercha… in SendProximityDetectionResponseAsync()
785 pdtype, in SendProximityDetectionResponseAsync()
861 …ation")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pdtype: NDProximityDetect…
863 …ation")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, pdtype: NDProximityDetect…
4094 …pub fn SendProximityDetectionStartAsync(&self, pdtype: NDProximityDetectionType, transmitterchanne… in SendProximityDetectionStartAsync()
4100 pdtype, in SendProximityDetectionStartAsync()
4114 …pub fn SendProximityDetectionResponseAsync(&self, pdtype: NDProximityDetectionType, transmittercha… in SendProximityDetectionResponseAsync()
4120 pdtype, in SendProximityDetectionResponseAsync()
/dports/science/PETSc/petsc-3.14.1/
H A DCTAGS23758 PetscByteSwap src/sys/fileio/sysio.c /^PetscErrorCode PetscByteSwap(void *data,PetscDataType pdtype