Home
last modified time | relevance | path

Searched defs:itype (Results 1 – 25 of 3899) sorted by relevance

12345678910>>...156

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Func/
H A DFunc.m62 itype = -1; variable
64 itype = 2; variable
66 itype = 1; variable
68 itype = 3; variable
70 itype = 4; variable
77 itype = 50; variable
83 itype = 20; variable
85 itype = 25; variable
87 itype = 30; variable
89 itype = 40; variable
[all …]
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dtype.go109 type itype struct { struct
110 mu *sync.Mutex
794 func (t *itype) numIn() int {
829 func (t *itype) numOut() int {
1635 func (t *itype) hasNil() bool {
1645 func (t *itype) elem() *itype {
1663 func hasRecursiveStruct(t *itype, defined map[string]*itype) bool {
1755 func isPtrSrc(t *itype) bool {
1764 func isArray(t *itype) bool {
1784 func isBin(t *itype) bool {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dtype.go112 type itype struct { struct
113 mu *sync.Mutex
254 func funcOf(args []*itype, ret []*itype, opts ...itypeOption) *itype {
1063 func (t *itype) numIn() int {
1099 func (t *itype) numOut() int {
1953 func (t *itype) hasNil() bool {
1963 func (t *itype) elem() *itype {
2043 func isPtrSrc(t *itype) bool {
2052 func isArray(t *itype) bool {
2072 func isBin(t *itype) bool {
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dshow_image.php66 $itype = 't'; variable
69 $itype = 's'; variable
72 $itype = 'o'; variable
77 $itype = 'o'; variable
79 $itype = 's'; variable
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dinsttypes.c42 extern icom_type inst_category(instType itype) { in inst_category()
100 char *inst_sname(instType itype) { in inst_sname()
176 char *inst_name(instType itype) { in inst_name()
442 int inst_illuminant(xspect *sp, instType itype) { in inst_illuminant()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Doptc_routines.F323 subroutine optc_conjgrad(itype,ilin, argument
725 subroutine optc_diis(itype,thrsh,nvec_sbsp, argument
1093 subroutine optc_diis_nstp(itype,thrsh,wvec,navec,nskip,lusbsp, argument
1210 subroutine optc_sbspja(itype,thrsh,nstdim,ngvdim, argument
1505 subroutine optc_sbspja_new(itype,thrsh,nstdim,ngvdim, argument
2072 subroutine optc_sbspja_new_iter(itype,thrsh,nstdim,ngvdim, argument
2677 subroutine optc_sbspja_redevp(itype, argument
2980 subroutine optc_sbspja_mvp(itype, argument
3097 subroutine optc_sbspja_umat(itype, argument
3603 subroutine optc_updtja(itype,nrank,thrsh, argument
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Doptc_routines.F323 subroutine optc_conjgrad(itype,ilin, argument
725 subroutine optc_diis(itype,thrsh,nvec_sbsp, argument
1093 subroutine optc_diis_nstp(itype,thrsh,wvec,navec,nskip,lusbsp, argument
1210 subroutine optc_sbspja(itype,thrsh,nstdim,ngvdim, argument
1505 subroutine optc_sbspja_new(itype,thrsh,nstdim,ngvdim, argument
2072 subroutine optc_sbspja_new_iter(itype,thrsh,nstdim,ngvdim, argument
2677 subroutine optc_sbspja_redevp(itype, argument
2980 subroutine optc_sbspja_mvp(itype, argument
3097 subroutine optc_sbspja_umat(itype, argument
3603 subroutine optc_updtja(itype,nrank,thrsh, argument
[all …]
/dports/science/xtb/xtb-6.4.1/src/mctc/lapack/
H A Dgst.f9076 integer, intent(in) :: itype local
87 integer, intent(in) :: itype local
111 integer, intent(in) :: itype local
122 integer, intent(in) :: itype local
146 integer, intent(in) :: itype local
155 integer, intent(in) :: itype local
177 integer, intent(in) :: itype local
186 integer, intent(in) :: itype local
202 integer, intent(in), optional :: itype local
231 integer, intent(in), optional :: itype local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/cuda/
H A Dvector_helpers.cuh30 template<> struct vector_helper<uchar> { typedef float ftype; typedef int itype; }; typedef
31 template<> struct vector_helper<uchar2> { typedef float2 ftype; typedef int2 itype; }; typedef
32 template<> struct vector_helper<uchar4> { typedef float4 ftype; typedef int4 itype; }; typedef
33 template<> struct vector_helper<ushort> { typedef float ftype; typedef int itype; }; typedef
34 template<> struct vector_helper<ushort2> { typedef float2 ftype; typedef int2 itype; }; typedef
35 template<> struct vector_helper<ushort4> { typedef float4 ftype; typedef int4 itype; }; typedef
36 template<> struct vector_helper<int> { typedef float ftype; typedef int itype; }; typedef
37 template<> struct vector_helper<int2> { typedef float2 ftype; typedef int2 itype; }; typedef
38 template<> struct vector_helper<int4> { typedef float4 ftype; typedef int4 itype; }; typedef
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/cuda/
H A Dvector_helpers.cuh30 template<> struct vector_helper<uchar> { typedef float ftype; typedef int itype; }; typedef
31 template<> struct vector_helper<uchar2> { typedef float2 ftype; typedef int2 itype; }; typedef
32 template<> struct vector_helper<uchar4> { typedef float4 ftype; typedef int4 itype; }; typedef
33 template<> struct vector_helper<ushort> { typedef float ftype; typedef int itype; }; typedef
34 template<> struct vector_helper<ushort2> { typedef float2 ftype; typedef int2 itype; }; typedef
35 template<> struct vector_helper<ushort4> { typedef float4 ftype; typedef int4 itype; }; typedef
36 template<> struct vector_helper<int> { typedef float ftype; typedef int itype; }; typedef
37 template<> struct vector_helper<int2> { typedef float2 ftype; typedef int2 itype; }; typedef
38 template<> struct vector_helper<int4> { typedef float4 ftype; typedef int4 itype; }; typedef
/dports/biology/star/STAR-2.7.9a/source/
H A DTranscriptome.cpp155 for (int itype=0; itype<quants->geneCounts.nType; itype++) { in quantsOutput() local
161 for (int itype=0; itype<quants->geneCounts.nType; itype++){ in quantsOutput() local
167 for (int itype=0; itype<quants->geneCounts.nType; itype++){ in quantsOutput() local
173 for (int itype=0; itype<quants->geneCounts.nType; itype++) { in quantsOutput() local
180 for (int itype=0; itype<quants->geneCounts.nType; itype++) { in quantsOutput() local
/dports/science/cdcl/dcl-5.4.8-C/src/grph1/szpack/
H A Dszstyp.c20 /* Subroutine */ int szstyp_0_(int n__, integer *itype) in szstyp_0_()
61 /* Subroutine */ int szstyp_(integer *itype) in szstyp_()
66 /* Subroutine */ int szqtyp_(integer *itype) in szqtyp_()
/dports/science/lammps/lammps-stable_29Sep2021/src/MANYBODY/
H A Dpair_eam_cd.h141 inline double RhoPrimeOfR(const EAMTableIndex &index, int itype, int jtype) const in RhoPrimeOfR()
148 inline double RhoOfR(const EAMTableIndex &index, int itype, int jtype) const in RhoOfR()
155 inline double FPrimeOfRho(const EAMTableIndex &index, int itype) const in FPrimeOfRho()
162 inline double FofRho(const EAMTableIndex &index, int itype) const in FofRho()
169 inline double Z2PrimeOfR(const EAMTableIndex &index, int itype, int jtype) const in Z2PrimeOfR()
176 inline double Z2OfR(const EAMTableIndex &index, int itype, int jtype) const in Z2OfR()
183 inline double PhiOfR(const EAMTableIndex &index, int itype, int jtype, in PhiOfR()
194 inline double PhiOfR(const EAMTableIndex &index, int itype, int jtype, const double oneOverR, in PhiOfR()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uupack/
H A Duusfrt.c18 /* Subroutine */ int uusfrt_0_(int n__, integer *itype, integer *index) in uusfrt_0_()
50 /* Subroutine */ int uusfrt_(integer *itype) in uusfrt_()
55 /* Subroutine */ int uuqfrt_(integer *itype) in uuqfrt_()
H A Duuslnt.c18 /* Subroutine */ int uuslnt_0_(int n__, integer *itype, integer *index) in uuslnt_0_()
50 /* Subroutine */ int uuslnt_(integer *itype) in uuslnt_()
55 /* Subroutine */ int uuqlnt_(integer *itype) in uuqlnt_()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/
H A Dcvtf_1.c4 #define FCVTDEF(ftype,itype) \ argument
16 #define FCVTDEF_SISD(ftype,itype) \ argument
26 #define FCVT(ftype,itype,ival,fval) cvt_##itype##_to_##ftype (ival, fval); argument
27 #define FCVT_SISD(ftype,itype,ival,fval) cvt_##itype##_to_##ftype##_sisd (ival, fval); argument

12345678910>>...156