Home
last modified time | relevance | path

Searched refs:fparams (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/math/unuran/unuran-1.8.1/tests/
H A Dtest_StdDistr.m173 {i,1,Length[fparams]} ];
246 fparams = variable
278 fparams = {{1,10}, {1,100}}; variable
286 fparams = {{1,100}}; variable
290 fparams = {{1,100}}; variable
294 fparams = {{1/100,100}}; variable
341 fparams = {{1/1000,3}}; variable
345 fparams = {{1/100,100}}; variable
349 fparams = {{1/100,100}}; variable
353 fparams = {{0,1}}; variable
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dperl-function-parameters.c53 static void leaveFParams (struct FParamsSubparser *fparams);
81 fparams->notInFParams = true; in inputStart()
82 fparams->inPod = false; in inputStart()
97 enterFParams (fparams); in makeTagEntryNotify()
100 leaveFParams (fparams); in makeTagEntryNotify()
104 static void enterFParams (struct FParamsSubparser *fparams) in enterFParams() argument
106 fparams->notInFParams = false; in enterFParams()
111 fparams->notInFParams = true; in leaveFParams()
117 fparams->inPod = true; in enteringPodNotify()
123 fparams->inPod = false; in leavingPodNotify()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FragCatalog/Wrap/
H A Drough_test.py32 ctype = fparams.GetTypeString()
37 ngps = fparams.GetNumFuncGroups()
40 mol = fparams.GetFuncGroup(i)
44 fcat = FragmentCatalog.FragCatalog(fparams)
54 fcat = FragmentCatalog.FragCatalog(fparams)
71 fcat = FragmentCatalog.FragCatalog(fparams)
99 fcat = FragmentCatalog.FragCatalog(fparams)
127 fcat = FragmentCatalog.FragCatalog(fparams)
140 fcat = FragmentCatalog.FragCatalog(fparams)
154 cat = FragmentCatalog.FragCatalog(fparams)
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_fdio.c74 struct fdformat_parms fparams; in linux_ioctl_fdio() local
107 error = ioctlf(fp, FDIOCGETFORMAT, &fparams); in linux_ioctl_fdio()
110 lflop.size = fparams.ncyl * fparams.nspt * fparams.ntrk; in linux_ioctl_fdio()
111 lflop.sect = fparams.nspt; in linux_ioctl_fdio()
112 lflop.head = fparams.ntrk; in linux_ioctl_fdio()
113 lflop.track = fparams.ncyl; in linux_ioctl_fdio()
114 lflop.stretch = fparams.stepspercyl == 2 ? 1 : 0; in linux_ioctl_fdio()
115 lflop.fmt_gap = fparams.gaplen; in linux_ioctl_fdio()
122 switch (fparams.xfer_rate) { in linux_ioctl_fdio()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FragCatalog/
H A Dtest1.cpp99 TEST_ASSERT(fparams->getNumFuncGroups() == 15); in test1()
100 FragCatalog fcat(fparams); in test1()
133 std::string pickle = fparams->Serialize(); in test1()
170 delete fparams; in test1()
172 TEST_ASSERT(fparams->getNumFuncGroups() == 15); in test1()
174 fcat3 = new FragCatalog(fparams); in test1()
195 delete fparams; in test1()
198 fcat3 = new FragCatalog(fparams); in test1()
209 delete fparams; in test1()
223 FragCatalog fcat(fparams); in testIssue294()
[all …]
H A DFragCatGenerator.cpp31 const FragCatParams *fparams = fcat->getCatalogParams(); in addOrder1Paths() local
33 unsigned int lLen = fparams->getLowerFragLength(); in addOrder1Paths()
34 unsigned int uLen = fparams->getUpperFragLength(); in addOrder1Paths()
37 double tol = fparams->getTolerance(); in addOrder1Paths()
68 nent->setDescription(fparams); in addOrder1Paths()
111 unsigned int lLen = fparams->getLowerFragLength(); in addHigherOrderPaths()
112 unsigned int uLen = fparams->getUpperFragLength(); in addHigherOrderPaths()
113 double tol = fparams->getTolerance(); in addHigherOrderPaths()
129 nent->setDescription(fparams); in addHigherOrderPaths()
231 unsigned int lLen = fparams->getLowerFragLength(); in addFragsFromMol()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/tests/
H A Dtest_middle_fat_pocket.cxx29 boxm2_vecf_middle_fat_pocket_params fparams; in test_middle_fat_pocket() local
30 fparams.fit_to_subject_ = false; in test_middle_fat_pocket()
31 fparams.lambda_ = 0.9; in test_middle_fat_pocket()
32 fparams.gamma_ = 0.6; in test_middle_fat_pocket()
33 fparams.principal_offset_ = 10.0; in test_middle_fat_pocket()
34 fpoc.set_params(fparams); in test_middle_fat_pocket()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dinterface_derived_type_1.f9015 function func1(fparams)
16 type(fcnparms) :: fparams ! { dg-error "is being used before it is defined" } local
25 function func2(fparams) ! This is OK because of the derived type decl.
29 type(fcnparms) :: fparams local
47 function func3(fparams)
49 type(fcnparms) :: fparams ! This is OK - use associated local

1234567891011