Home
last modified time | relevance | path

Searched refs:idw (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/activity/
H A Dperweek.php514 for ($idw = 0; $idw < 7; $idw++) { variable
628 for ($idw = 0; $idw < 7; $idw++) { variable
665 for ($idw = 0; $idw < 7; $idw++) { variable
712 for ($idw = 0; $idw < 7; $idw++) { variable
762 for ($idw = 0; $idw < 7; $idw++) { variable
774 for ($idw = 0; $idw < 7; $idw++) { variable
794 for ($idw = 0; $idw < 7; $idw++) { variable
825 for ($idw = 0; $idw < 7; $idw++) { variable
876 $idw = 0; variable
877 while ($idw < 7) {
[all …]
H A Dperday.php636 $idw = ($tmparray['wday'] - (empty($conf->global->MAIN_START_WEEK) ? 0 : 1)); variable
639 if ((($idw + 1) < $numstartworkingday) || (($idw + 1) > $numendworkingday)) { // This is a day is n…
643 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd');
708 for ($idw = 0; $idw < 7; $idw++) { variable
709 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/activity/
H A Dperweek.php520 for ($idw = 0; $idw < 7; $idw++) variable
624 for ($idw = 0; $idw < 7; $idw++) variable
657 for ($idw = 0; $idw < 7; $idw++) variable
693 for ($idw = 0; $idw < 7; $idw++) variable
745 for ($idw = 0; $idw < 7; $idw++) variable
759 for ($idw = 0; $idw < 7; $idw++) variable
778 for ($idw = 0; $idw < 7; $idw++) variable
809 for ($idw = 0; $idw < 7; $idw++) { variable
858 $idw = 0; variable
859 while ($idw < 7)
[all …]
H A Dperday.php624 $idw = ($tmparray['wday'] - (empty($conf->global->MAIN_START_WEEK) ? 0 : 1)); variable
627 if ((($idw + 1) < $numstartworkingday) || (($idw + 1) > $numendworkingday)) // This is a day is not…
632 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd');
694 for ($idw = 0; $idw < 7; $idw++) variable
696 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd');
/dports/math/vtk9/VTK-9.1.0/IO/Legacy/
H A DvtkPixelExtentIO.cxx116 idw->SetFileName(fileName); in Write()
117 idw->SetInputData(data); in Write()
118 idw->Write(); in Write()
119 idw->Delete(); in Write()
153 idw->SetFileName(fileName); in Write()
154 idw->SetInputData(data); in Write()
155 idw->Write(); in Write()
156 idw->Delete(); in Write()
179 idw->SetInputData(data); in Write()
180 idw->Write(); in Write()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Legacy/
H A DvtkPixelExtentIO.cxx126 idw->SetFileName(fileName); in Write()
127 idw->SetInputData(data); in Write()
128 idw->Write(); in Write()
129 idw->Delete(); in Write()
166 idw->SetFileName(fileName); in Write()
167 idw->SetInputData(data); in Write()
168 idw->Write(); in Write()
169 idw->Delete(); in Write()
195 idw->SetInputData(data); in Write()
196 idw->Write(); in Write()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Legacy/
H A DvtkPixelExtentIO.cxx126 idw->SetFileName(fileName); in Write()
127 idw->SetInputData(data); in Write()
128 idw->Write(); in Write()
129 idw->Delete(); in Write()
166 idw->SetFileName(fileName); in Write()
167 idw->SetInputData(data); in Write()
168 idw->Write(); in Write()
169 idw->Delete(); in Write()
195 idw->SetInputData(data); in Write()
196 idw->Write(); in Write()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRUtil/
H A DImfImageDataWindow.cpp42 const Box2i &idw = img.dataWindow(); in dataWindowForFile() local
44 return Box2i (V2i (max (hdw.min.x, idw.min.x), in dataWindowForFile()
45 max (hdw.min.y, idw.min.y)), in dataWindowForFile()
46 V2i (min (hdw.max.x, idw.max.x), in dataWindowForFile()
47 min (hdw.max.y, idw.max.y))); in dataWindowForFile()
/dports/devel/love10/love-0.10.2/src/modules/image/
H A Dwrap_ImageData.lua39 local idw, idh = self:getDimensions()
43 iw = iw or idw
52 …if not (inside(ix, iy, idw, idh) and inside(ix+iw-1, iy+ih-1, idw, idh)) then error("Invalid recta…
128 local idw, idh = p.width, p.height
139 local p = pixels[y*idw+x]
141 pixels[y*idw+x].r = r
142 pixels[y*idw+x].g = g
143 pixels[y*idw+x].b = b
144 pixels[y*idw+x].a = a == nil and 255 or a
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_id_storage.c140 bool idw; in test_prevnext() local
142 idw = r_id_storage_get_next (ids, &idi); in test_prevnext()
144 idw = r_id_storage_get_next (ids, &idi); in test_prevnext()
146 idw = r_id_storage_get_next (ids, &idi); in test_prevnext()
147 mu_assert_eq (idw, false, "next of id2 (last) should not exist (-1)"); in test_prevnext()
149 idw = r_id_storage_get_prev (ids, &idi); in test_prevnext()
151 idw = r_id_storage_get_prev (ids, &idi); in test_prevnext()
153 idw = r_id_storage_get_prev (ids, &id0list); in test_prevnext()
154 mu_assert_eq (idw, false, "prev of id0 (first) should not exist (-1)"); in test_prevnext()
/dports/science/plumed/plumed2-2.7.2/src/cltools/
H A DSumHills.cpp396 vector<std::string> idw; in main() local
398 if(parseVector("--idw",idw)) { in main()
399 for(unsigned i=0; i<idw.size(); i++) { in main()
403 if(idw[i]==cvs[j][0]+"."+cvs[j][1])found=true; in main()
405 if(idw[i]==cvs[j][0])found=true; in main()
415 if ( dohisto || idw.size()!=0 ) { in main()
485 if(idw.size()!=0) { in main()
487 for(unsigned i=0; i<idw.size()-1; i++) {addme+=idw[i]+",";} in main()
488 addme+=idw.back(); in main()
493 if(idw.size()==0) { in main()
[all …]
/dports/math/gretl/gretl-2021d/dcmt/
H A Dseive.c44 static uint32_t nextA_id(_org_state *org, int w, int id, int idw);
47 mt_struct *mts,int id, int idw);
59 mt_struct *mts, int id, int idw) in get_irred_param() argument
65 if (idw == 0) in get_irred_param()
68 a = nextA_id(org, mts->ww, id, idw); in get_irred_param()
98 static uint32_t nextA_id(_org_state *org, int w, int id, int idw) in nextA_id() argument
105 word_mask >>= idw; in nextA_id()
106 word_mask <<= idw; in nextA_id()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Ddb.cpp61 IdWrapper idw(cx, id); in resolve() local
64 if (idw.isString()) { in resolve()
66 auto sname = idw.toStringData(&jsstr); in resolve()
101 idw.toValue(args[0]); in resolve()
/dports/science/afni/afni-AFNI_21.3.16/src/ptaylor/
H A DDoTrackit.c1007 int idw,n,nn; in Setup_Labels_Indices_Unc_M_both() local
1019 idw = INDEX[i][j][k]; in Setup_Labels_Indices_Unc_M_both()
1022 THD_get_voxel(insetFA,idw,0); in Setup_Labels_Indices_Unc_M_both()
1043 UNC[idx][2] = THD_get_voxel(insetUC,idw,4); in Setup_Labels_Indices_Unc_M_both()
1068 THD_get_voxel(insetV[n],idw,m); in Setup_Labels_Indices_Unc_M_both()
1086 if( THD_get_voxel(mset1, idw, m)>0.5 ) in Setup_Labels_Indices_Unc_M_both()
1088 else if( THD_get_voxel(mset1, idw, m)<-0.5 ) in Setup_Labels_Indices_Unc_M_both()
1158 int i,j,k,m,idx,idw; in DTI_Perturb_M() local
1168 idw = INDEX[i][j][k]; in DTI_Perturb_M()
1186 w2*THD_get_voxel(insetV[1],idw,m) + in DTI_Perturb_M()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/analysis/
H A Dtestqgsinterpolator.cpp332 QgsIDWInterpolator idw( layerDataList ); in TIN_IDW_Interpolator_with_Z() local
337 QCOMPARE( idw.interpolatePoint( 0.5, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
342 QCOMPARE( idw.interpolatePoint( 0.25, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
347 QCOMPARE( idw.interpolatePoint( 1, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
352 QCOMPARE( idw.interpolatePoint( 1, 1.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
414 QgsIDWInterpolator idw( layerDataList ); in TIN_IDW_Interpolator_with_attribute() local
419 QCOMPARE( idw.interpolatePoint( 0.5, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
424 QCOMPARE( idw.interpolatePoint( 0.25, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
429 QCOMPARE( idw.interpolatePoint( 1, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
434 QCOMPARE( idw.interpolatePoint( 1, 1.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsinterpolator.cpp332 QgsIDWInterpolator idw( layerDataList ); in TIN_IDW_Interpolator_with_Z() local
337 QCOMPARE( idw.interpolatePoint( 0.5, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
342 QCOMPARE( idw.interpolatePoint( 0.25, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
347 QCOMPARE( idw.interpolatePoint( 1, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
352 QCOMPARE( idw.interpolatePoint( 1, 1.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_Z()
414 QgsIDWInterpolator idw( layerDataList ); in TIN_IDW_Interpolator_with_attribute() local
419 QCOMPARE( idw.interpolatePoint( 0.5, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
424 QCOMPARE( idw.interpolatePoint( 0.25, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
429 QCOMPARE( idw.interpolatePoint( 1, 0.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
434 QCOMPARE( idw.interpolatePoint( 1, 1.5, resutlIDW, nullptr ), 0 ); in TIN_IDW_Interpolator_with_attribute()
[all …]
/dports/science/medit/medit-2012.02.05_5/sources/
H A Dview.c55 int idw = currentScene(); in linkView() local
60 if ( !curview || idw == cscene ) return(0); in linkView()
64 master->slave = idw; in linkView()
H A Dcube.c11 int idw; in updateCube() local
17 idw = currentScene(); in updateCube()
18 sc = cv.scene[idw]; in updateCube()
H A Dmouse.c135 int keyact,idw = currentScene(); in mouse() local
142 sc = cv.scene[idw]; in mouse()
245 else if ( tr->manim == GL_TRUE && olds == idw ) in mouse()
249 olds = idw; in mouse()
259 int idw = currentScene(); in motion() local
266 sc = cv.scene[idw]; in motion()
/dports/math/freefem++/FreeFem-sources-4.6/src/medit/
H A Dview.c84 int idw = currentScene( ); in linkView() local
89 if (!curview || idw == cscene) return (0); in linkView()
93 master->slave = idw; in linkView()
H A Dcube.c36 int idw; in updateCube() local
42 idw = currentScene( ); in updateCube()
43 sc = cv.scene[idw]; in updateCube()
/dports/math/R-cran-spdep/spdep/man/
H A Dnb2listwdist.Rd9 nb2listwdist(neighbours, x, type="idw", style="raw",
15 …\item{type}{default \dQuote{idw}; the intended type of distance modelling, can take values \dQuote…
24 \deqn{\textrm{idw: } w_{ij} = d_{ij}^{-\alpha},}
36 \item{type}{one of idw, exp, dpd as above}
54 world_weights <- nb2listwdist(nb_world, as(pts, "Spatial"), type = "idw",
59 world_weights <- nb2listwdist(nb_world, pts, type = "idw",
75 # Moran's I (crime) with idw weights with alpha = 2, coding scheme = W
76 boston_weights <- nb2listwdist(nb_boston, boston.geoms, type = "idw", alpha = 2,
/dports/textproc/bibclean/bibclean-3.06/doc/
H A DMakefile58 $(MV) bibclean.idx bibclean.idw
66 <bibclean.idw >bibclean.idx
92 $(RM) *.idw
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/metadyn_tools/
H A Dgraph.F47 INTEGER, POINTER :: i_map(:), idw(:), ind(:), & variable
221 ALLOCATE (idw(ndw), stat=stat)
228 idw(i) = i
237 DEALLOCATE (idw)
250 ALLOCATE (idw(ndw), stat=stat)
256 READ (wq_char, *) idw(id)
415 i_map(idw(id)) = id
713 DEALLOCATE (idw)
/dports/science/cp2k-data/cp2k-7.1.0/src/metadyn_tools/
H A Dgraph.F47 INTEGER, POINTER :: i_map(:), idw(:), ind(:), & variable
221 ALLOCATE (idw(ndw), stat=stat)
228 idw(i) = i
237 DEALLOCATE (idw)
250 ALLOCATE (idw(ndw), stat=stat)
256 READ (wq_char, *) idw(id)
415 i_map(idw(id)) = id
713 DEALLOCATE (idw)

12345678910