Home
last modified time | relevance | path

Searched refs:dsmin (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/observium/observium/scripts/
H A Dadd_ds_to_rrd.pl24 my ($dsname, $dstype, $dshb, $dsmin, $dsmax, $undef) = split(/:/, $DStoadd);
56 <min> $dsmin </min>
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DApproxInt_MultiLine.gxx402 Standard_Real dsmin = ds*0.3;
437 //-- Verification : Si Dist au prochain point < dsmin --
438 //-- Si Dist au precedent point < dsmin --
441 if((a>dsmin) && (b>dsmin))
491 s+= (dsmin - ds);
/dports/cad/opencascade/opencascade-7.6.0/src/ApproxInt/
H A DApproxInt_MultiLine.gxx402 Standard_Real dsmin = ds*0.3;
437 //-- Verification : Si Dist au prochain point < dsmin --
438 //-- Si Dist au precedent point < dsmin --
441 if((a>dsmin) && (b>dsmin))
491 s+= (dsmin - ds);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DApproxInt_MultiLine.gxx397 Standard_Real dsmin = ds*0.3;
432 //-- Verification : Si Dist au prochain point < dsmin --
433 //-- Si Dist au precedent point < dsmin --
436 if((a>dsmin) && (b>dsmin))
486 s+= (dsmin - ds);
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcommon_math.h80 inline double dsmin(double a, double b, double k = 1)
/dports/graphics/mandelbulber/mandelbulber2-2.26/.spelling/
H A Dmandelbulber.dic108 dsmin
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/plugins/
H A Ddatasetplugin.py1343 self.dsmin = self.dsmax = self.dserror = None
1345 self.dsmin = Dataset1D(fields['ds_min'])
1346 dsout.append(self.dsmin)
1390 if self.dsmin is not None:
1391 self.dsmin.update(data=minvals)
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dsync.cpp1849 dstime dsmin = Waiter::ds - SCANNING_DELAY_DS; in procscanq() local
1862 if (notification.timestamp > dsmin) in procscanq()
1866 return notification.timestamp - dsmin; in procscanq()
H A Dmegaclient.cpp2481 dstime dsmin = Waiter::ds - Sync::EXTRA_SCANNING_DELAY_DS; in exec() local
2482 if (notification.timestamp <= dsmin) in exec()
2490 dstime delay = (notification.timestamp - dsmin) + 1; in exec()
3908 void MegaClient::nexttransferretry(direction_t d, dstime* dsmin) in nexttransferretry() argument
3912 transferRetryBackoffs[d].update(dsmin, true); in nexttransferretry()
/dports/net-mgmt/nagiosgraph/nagiosgraph-1.5.2/etc/
H A Dngshared.pm2886 my @dsmin = ("$directory/$filenames[0]_min",
2932 push @dsmin, $ds;
2944 createminmax('min', \@dsmin, \@filenames,
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_PrmPrmIntersection.cxx1303 Standard_Real dsmin = ds*0.3; in Handle() local
1321 if((nab > ds)&&(a>dsmin)&&(b>dsmin)) in Handle()
1333 s+=dsmin; in Handle()
/dports/math/alglib/alglib-cpp/src/
H A Ddataanalysis.cpp34177 if( ae_fp_neq(s->dsmin.ptr.p_double[i],s->dsmax.ptr.p_double[i]) ) in dforest_buildrandomtree()
35381 …*split = dforest_getsplit(s, s->dsmin.ptr.p_double[splitvar], s->dsmax.ptr.p_double[splitvar], rs,… in dforest_evaluatedensesplit()
36130 rvectorsetlengthatleast(&s->dsmin, nvars, _state); in dforest_analyzeandpreprocessdataset()
36149 s->dsmin.ptr.p_double[i] = v0; in dforest_analyzeandpreprocessdataset()
37383 ae_vector_init(&p->dsmin, 0, DT_REAL, _state, make_automatic); in _decisionforestbuilder_init()
37413 ae_vector_init_copy(&dst->dsmin, &src->dsmin, _state, make_automatic); in _decisionforestbuilder_init_copy()
37437 ae_vector_clear(&p->dsmin); in _decisionforestbuilder_clear()
37457 ae_vector_destroy(&p->dsmin); in _decisionforestbuilder_destroy()
H A Ddataanalysis.h172 ae_vector dsmin; member
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Ddataanalysis.cpp45537 if( ae_fp_neq(s->dsmin.ptr.p_double[i],s->dsmax.ptr.p_double[i]) ) in dforest_buildrandomtree()
46029 …*split = dforest_getsplit(s, s->dsmin.ptr.p_double[splitvar], s->dsmax.ptr.p_double[splitvar], rs,… in dforest_evaluatedensesplit()
46778 rvectorsetlengthatleast(&s->dsmin, nvars, _state); in dforest_analyzeandpreprocessdataset()
46797 s->dsmin.ptr.p_double[i] = v0; in dforest_analyzeandpreprocessdataset()
47216 ae_vector_init(&p->dsmin, 0, DT_REAL, _state, make_automatic); in _decisionforestbuilder_init()
47243 ae_vector_init_copy(&dst->dsmin, &src->dsmin, _state, make_automatic); in _decisionforestbuilder_init_copy()
47264 ae_vector_clear(&p->dsmin); in _decisionforestbuilder_clear()
47282 ae_vector_destroy(&p->dsmin); in _decisionforestbuilder_destroy()
H A Ddataanalysis.h396 ae_vector dsmin; member