Home
last modified time | relevance | path

Searched refs:nsampl (Results 1 – 3 of 3) sorted by relevance

/dports/science/libccp4/libccp4-6.5.1/fortran/
H A Dcsymlib_f.c1563 (const int *minsmp, const int *nmul, const float *sample, int *nsampl),
1564 (const int *minsmp, const int *nmul, const float *sample, int *nsampl),
1565 (const int *minsmp, const int *nmul, const float *sample, int *nsampl))
1568 *nsampl = get_grid_sample(*minsmp, *nmul, *sample);
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dmunki_imp.c5915 int nsampl; /* Number of samples over the threshold */ in munki_extract_patches_flash() local
6032 for (nsampl = i = 0; i < nummeas; i++) { in munki_extract_patches_flash()
6040 nsampl++; in munki_extract_patches_flash()
6043 a1logd(p->log,7,"Number of flash patches = %d\n",nsampl); in munki_extract_patches_flash()
6044 if (nsampl == 0) in munki_extract_patches_flash()
6048 if (nsampl < 6) in munki_extract_patches_flash()
6049 nsampl = 6; in munki_extract_patches_flash()
6052 i = (fsampl-3-nsampl); in munki_extract_patches_flash()
6057 for (nsampl = 0; i < (fsampl-3); i++) { in munki_extract_patches_flash()
6060 nsampl++; in munki_extract_patches_flash()
[all …]
H A Di1pro_imp.c7166 int nsampl; /* Number of samples over the threshold */ local
7283 for (nsampl = i = 0; i < nummeas; i++) {
7291 nsampl++;
7294 a1logd(p->log,7,"Number of flash patches = %d\n",nsampl);
7295 if (nsampl == 0)
7299 if (nsampl < 6)
7300 nsampl = 6;
7303 i = (fsampl-3-nsampl);
7308 for (nsampl = 0; i < (fsampl-3); i++) {
7311 nsampl++;
[all …]