Home
last modified time | relevance | path

Searched refs:ndv (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dnode_validator.go32 _, exists := nta[ndv.name]
36 nta[ndv.name] = node
124 ndv.aliases = aliases
141 ndv.aliases = aliases
186 if ndv.detectLoadBalancer {
224 ndv.setFeatures(features)
292 ndv.name = nodeName
293 ndv.primaryHost = alias
303 ndv.supportsFloat = true
309 ndv.supportsGeo = true
[all …]
/dports/math/octave/octave-6.4.0/test/
H A Dsingle-index.tst61 %!assert (ndv(lrv), rndv1)
62 %!assert (ndv(lcv), rndv1)
63 %!assert (ndv(lwm), rndv1)
64 %!assert (ndv(ltm), rndv1)
67 %!assert (ndv(lnd1), rndv1)
68 %!assert (ndv(lnd2), rndv1)
129 %!assert (ndv(lrv), rndv1)
199 %!assert (ndv(iwm), iwm)
200 %!assert (ndv(itm), itm)
267 %!assert (ndv(iwm), iwm)
[all …]
/dports/math/algae/algae-4.3.6/src/
H A Dnpsol.c551 ndv, PLURAL (ndv), constraint_options[OPT_CON_SIDE],
704 r->nr, PLURAL (r->nr), ndv, PLURAL (ndv));
711 r->nc, PLURAL (r->nc), ndv, PLURAL (ndv));
717 r = (MATRIX *) make_matrix (ndv, ndv, real, dense);
747 for (i = ndv; i < ndv + nclin; i++)
749 for (i = ndv; i < ndv + nclin; i++)
763 for (i = ndv + nclin; i < ndv + nclin + ncnln; i++)
765 for (i = ndv + nclin; i < ndv + nclin + ncnln; i++)
801 lenw += 2 * ndv * ndv;
805 lenw += ndv * nclin + 2 * ndv * ncnln + 21 * ncnln;
[all …]
/dports/math/amgcl/amgcl-1.4.2/amgcl/mpi/
H A Dsubdomain_deflation.hpp212 df.resize(ndv); in init()
213 dx.resize(ndv); in init()
228 for(int j = 0; j < ndv; ++j) { in init()
238 az_loc->set_size(nrows, ndv, true); in init()
321 &zsend[ndv * Acp.send.ptr[i]], ndv * (Acp.send.ptr[i+1] - Acp.send.ptr[i]), in init()
375 E.set_size(ndv, nz, false); in init()
380 for(int k = 0; k <= ndv; ++k) in init()
429 for(int i = 0; i < ndv; ++i) { in init()
500 for(ptrdiff_t j = 0; j < ndv; ++j) in project()
520 ptrdiff_t nrows, ndv, nz; member in amgcl::mpi::subdomain_deflation
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/src/Crossers/
H A DNPointParameterizedBinaryCrosser.cpp131 const size_t ndv = this->GetDesignTarget().GetNDV(); in SetNumCrossPoints() local
133 JEGAIFLOG_CF_II(ndv < ncpts.size(), this->GetLogger(), lquiet(), this, in SetNumCrossPoints()
139 JEGAIFLOG_CF_II(ndv > ncpts.size() && ncpts.size() != 1, this->GetLogger(), in SetNumCrossPoints()
143 << ndv << "). Using the default value of " in SetNumCrossPoints()
150 "a ") << ndv << " design variable problem. Using the supplied " in SetNumCrossPoints()
159 this->_numCrossPts.resize(ndv, fill_val); in SetNumCrossPoints()
163 for(JEGA::IntVector::size_type i=0; i<ndv; ++i) in SetNumCrossPoints()
186 const size_t ndv = target.GetNDV(); in SetNumCrossPoints() local
189 this->_numCrossPts.resize(ndv, DEFAULT_NUM_CROSS_PTS); in SetNumCrossPoints()
192 JEGAIFLOG_CF_II_F(dv >= ndv, this->GetLogger(), this, in SetNumCrossPoints()
[all …]
/dports/cad/sp2sp/gwave2-20090213/spicefile/
H A Dss_spice2.c47 int ndv; in sf_rdhdr_s2raw() local
75 ndv = s2hdr.nvars - 1; in sf_rdhdr_s2raw()
76 sf = ss_new(fp, name, ndv, 0); in sf_rdhdr_s2raw()
77 sf->ncols = ndv; in sf_rdhdr_s2raw()
83 for (i = 0; i < ndv; i++) { in sf_rdhdr_s2raw()
98 for (i = 0; i < ndv; i++) { in sf_rdhdr_s2raw()
105 for (i = 0; i < ndv; i++) { in sf_rdhdr_s2raw()
146 for(i = 0; i < sf->ndv; i++) { in sf_readrow_s2raw()
H A Dss_cazm.c192 sf->ndv = 0; in ascii_process_header()
196 if(sf->ndv >= dvsize) { in ascii_process_header()
200 sf->dvar[sf->ndv].name = g_strdup(signam); in ascii_process_header()
201 sf->dvar[sf->ndv].type = UNKNOWN; in ascii_process_header()
202 sf->dvar[sf->ndv].col = sf->ncols; in ascii_process_header()
203 sf->dvar[sf->ndv].ncols = 1; in ascii_process_header()
204 sf->ndv++; in ascii_process_header()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mrf/
H A Dmrf_overview.cpp52 template<typename T> static void NearByFour(T *buff, int xsz, int ysz, T ndv) {
60 if (evenline[0] != ndv)
62 else if (evenline[1] != ndv)
64 else if (oddline[0] != ndv)
174 #define use(valp) if (*valp != ndv) { acc += *valp; count++; }; valp++;
178 *obuff++ = T((count != 0) ? ((acc + count/2) / count) : ndv);
201 *obuff++ = float((count != 0.0) ? acc/count : ndv);
224 *obuff++ = ((count != 0.0) ? acc/count : ndv);
348 double ndv = bsrc->GetNoDataValue(&hasNoData);
374 AverageByFour((T *)buffer.data(), tsz_x, tsz_y, T(ndv));\
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/mrf/
H A Dmrf_overview.cpp52 template<typename T> static void NearByFour(T *buff, int xsz, int ysz, T ndv) { in NearByFour() argument
60 if (evenline[0] != ndv) in NearByFour()
62 else if (evenline[1] != ndv) in NearByFour()
64 else if (oddline[0] != ndv) in NearByFour()
174 #define use(valp) if (*valp != ndv) { acc += *valp; count++; }; valp++; in AverageByFour()
178 *obuff++ = T((count != 0) ? ((acc + count/2) / count) : ndv); in AverageByFour()
201 *obuff++ = float((count != 0.0) ? acc/count : ndv); in AverageByFour()
224 *obuff++ = ((count != 0.0) ? acc/count : ndv); in AverageByFour()
348 double ndv = bsrc->GetNoDataValue(&hasNoData); in PatchOverview() local
374 AverageByFour((T *)buffer.data(), tsz_x, tsz_y, T(ndv));\ in PatchOverview()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mrf/
H A Dmrf_overview.cpp52 template<typename T> static void NearByFour(T *buff, int xsz, int ysz, T ndv) { in NearByFour() argument
60 if (evenline[0] != ndv) in NearByFour()
62 else if (evenline[1] != ndv) in NearByFour()
64 else if (oddline[0] != ndv) in NearByFour()
174 #define use(valp) if (*valp != ndv) { acc += *valp; count++; }; valp++; in AverageByFour()
178 *obuff++ = T((count != 0) ? ((acc + count/2) / count) : ndv); in AverageByFour()
201 *obuff++ = float((count != 0.0) ? acc/count : ndv); in AverageByFour()
224 *obuff++ = ((count != 0.0) ? acc/count : ndv); in AverageByFour()
348 double ndv = bsrc->GetNoDataValue(&hasNoData); in PatchOverview() local
374 AverageByFour((T *)buffer.data(), tsz_x, tsz_y, T(ndv));\ in PatchOverview()
[all …]
/dports/science/tfel/tfel-3.4.0/mtest/src/
H A DGenericBehaviour.cxx268 wk.D.resize(ndv, ndv); in allocate()
269 wk.k.resize(ndv, ndv); in allocate()
270 wk.kt.resize(ndv, ndv); in allocate()
281 wk.nk.resize(nth, ndv); in allocate()
282 wk.ne.resize(ndv); in allocate()
291 wk.e0.resize(ndv); in allocate()
292 wk.e1.resize(ndv); in allocate()
298 wk.pk0.resize(ndv); in allocate()
301 wk.S0.resize(ndv); in allocate()
302 wk.S1.resize(ndv); in allocate()
[all …]
H A DEuroplexusStandardBehaviour.cxx105 const auto ndv = this->getGradientsSize(); in allocate() local
108 wk.kt.resize(nth,ndv); in allocate()
109 wk.k.resize(nth,ndv); in allocate()
110 wk.D.resize(nth,ndv); in allocate()
113 wk.nk.resize(nth,ndv); in allocate()
114 wk.ne.resize(ndv); in allocate()
H A DMTest.cxx65 const auto ndv = b.getGradientsSize(); in updateStiffnessAndResidual() local
73 for (size_type j = 0; j != ndv; ++j) { in updateStiffnessAndResidual()
90 for (size_type j = 0; j != ndv; ++j) { in updateStiffnessAndResidual()
642 size_type pos = ndv; in computePredictionStiffnessAndResidual()
686 for (size_type i = 0; i != ndv; ++i) { in computeStiffnessMatrixAndResidual()
788 size_type pos = ndv; in computeStiffnessMatrixAndResidual()
814 return MTest_getErrorNorm(du, ndv); in getErrorNorm()
828 for (size_type i = 0; i != ndv;) { in checkConvergence()
830 if (++i != ndv) { in checkConvergence()
844 report(log, ndv, ne, nr); in checkConvergence()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/
H A DConmin.cpp9 : NSIDE(0), ndv(ndv_in) in Conmin()
11 cout << "ndv: " << ndv << endl; in Conmin()
12 assert(ndv > 0); in Conmin()
14 assert(ndv <= maxdims); in Conmin()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DQMEApproximation.hpp133 size_t ndv = sharedDataRep->numVars, num_pts = approxData.points(), num_pop; in clear_current_active_data() local
142 num_pop = (num_pts > ndv) ? num_pts - ndv : 0; in clear_current_active_data()
146 size_t excess_pts = (num_pts > ndv) ? num_pts - ndv : 0; in clear_current_active_data()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_palette.py53 self.ndv = None
60 return self.pal == other.pal and self.ndv == other.ndv
66 return self.ndv if key in self.ndv_keys else self.pal[key]
70 self.ndv = color
81 if with_ndv and self.ndv is not None:
85 def replace_absolute_values_with_percent(self, ndv=True): argument
96 if ndv:
97 new_pal.ndv = 0
166 if override or (self.ndv is None):
167 self.ndv = ndv
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_palette.py53 self.ndv = None
60 return self.pal == other.pal and self.ndv == other.ndv
66 return self.ndv if key in self.ndv_keys else self.pal[key]
70 self.ndv = color
81 if with_ndv and self.ndv is not None:
85 def replace_absolute_values_with_percent(self, ndv=True): argument
96 if ndv:
97 new_pal.ndv = 0
166 if override or (self.ndv is None):
167 self.ndv = ndv
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/auxiliary/
H A Dcolor_palette.py53 self.ndv = None
60 return self.pal == other.pal and self.ndv == other.ndv
66 return self.ndv if key in self.ndv_keys else self.pal[key]
70 self.ndv = color
81 if with_ndv and self.ndv is not None:
85 def replace_absolute_values_with_percent(self, ndv=True): argument
96 if ndv:
97 new_pal.ndv = 0
166 if override or (self.ndv is None):
167 self.ndv = ndv
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/Matlab/
H A DgbeamGV.m6 ndv = length(x);
7 nelm = ndv/2;
9 hi=nelm+1:ndv;
21 gradf = zeros(ndv,1);
26 gradg = zeros(ndv,ndv+1);
/dports/science/tfel-edf/tfel-3.2.1/mtest/src/
H A DMTest.cxx65 const auto ndv = b.getGradientsSize(); in updateStiffnessAndResidual() local
73 for (size_type j = 0; j != ndv; ++j) { in updateStiffnessAndResidual()
90 for (size_type j = 0; j != ndv; ++j) { in updateStiffnessAndResidual()
617 size_type pos = ndv; in computePredictionStiffnessAndResidual()
661 for (size_type i = 0; i != ndv; ++i) { in computeStiffnessMatrixAndResidual()
758 size_type pos = ndv; in computeStiffnessMatrixAndResidual()
784 return MTest_getErrorNorm(du, ndv); in getErrorNorm()
798 for (size_type i = 0; i != ndv;) { in checkConvergence()
800 if (++i != ndv) { in checkConvergence()
814 report(log, ndv, ne, nr); in checkConvergence()
[all …]
H A DEuroplexusStandardBehaviour.cxx105 const auto ndv = this->getGradientsSize(); in allocate() local
108 wk.kt.resize(nth,ndv); in allocate()
109 wk.k.resize(nth,ndv); in allocate()
110 wk.D.resize(nth,ndv); in allocate()
113 wk.nk.resize(nth,ndv); in allocate()
114 wk.ne.resize(ndv); in allocate()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dunpack_zerosize_1.f908 integer:: nhh,ndv variable
11 ndv = 2*na + count(hhe /= 0)
12 allocate(hhc(nhh,2,2),dv(ndv))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dunpack_zerosize_1.f908 integer:: nhh,ndv variable
11 ndv = 2*na + count(hhe /= 0)
12 allocate(hhc(nhh,2,2),dv(ndv))
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dunpack_zerosize_1.f908 integer:: nhh,ndv variable
11 ndv = 2*na + count(hhe /= 0)
12 allocate(hhc(nhh,2,2),dv(ndv))
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dunpack_zerosize_1.f908 integer:: nhh,ndv variable
11 ndv = 2*na + count(hhe /= 0)
12 allocate(hhc(nhh,2,2),dv(ndv))

12345678910>>...20