Home
last modified time | relevance | path

Searched refs:sigmaMax (Results 1 – 17 of 17) sorted by relevance

/dports/science/tfel-edf/tfel-3.2.1/src/NUMODIS/
H A DTripleNode.cxx123 double sigmaMax = 0.0;
154 if(sigma>sigmaMax){
155 sigmaMax = sigma;
156 } else if (sigma<0.95*sigmaMax)
163 return sigmaMax;
/dports/science/tfel/tfel-3.4.0/src/NUMODIS/
H A DTripleNode.cxx123 double sigmaMax = 0.0; in computeCriticalStress() local
154 if(sigma>sigmaMax){ in computeCriticalStress()
155 sigmaMax = sigma; in computeCriticalStress()
156 } else if (sigma<0.95*sigmaMax) in computeCriticalStress()
163 return sigmaMax; in computeCriticalStress()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/renderer/
H A DDensityPathTracer.cpp69 const float sigmaMax = params->sigmaTScale; in sampleWoodcock() local
71 if (sigmaMax <= 0.f) { in sampleWoodcock()
80 t = t + -std::log(1.f - randomNumbers.x) / sigmaMax; in sampleWoodcock()
101 const float sigmaTSample = sigmaMax * sampleColorAndOpacity.w; in sampleWoodcock()
103 if (randomNumbers.y < sigmaTSample / sigmaMax) in sampleWoodcock()
H A DDensityPathTracer.ispc70 const float sigmaMax = params.sigmaTScale;
72 if (sigmaMax <= 0.f) {
81 t = t + -logf(1.f - randomNumbers.x) / sigmaMax;
103 const float sigmaTSample = sigmaMax * sampleColorAndOpacity.w;
105 if (randomNumbers.y < sigmaTSample / sigmaMax) {
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageFeature/test/
H A DitkDiscreteGaussianDerivativeImageFilterScaleSpaceTest.cxx39 double sigmaMax = std::sqrt( double( order ) ) / frequency; in NormalizeSineWave() local
77 filter->SetVariance( itk::Math::sqr( sigmaMax ) ); in NormalizeSineWave()
99 filter->SetVariance( itk::Math::sqr( sigmaMax * 0.95 ) ); in NormalizeSineWave()
118 filter->SetVariance( itk::Math::sqr( sigmaMax * 1.05 ) ); in NormalizeSineWave()
/dports/science/teem/teem-1.11.0-src/src/gage/test/
H A Dgenoptsig.c36 double sigmaMax, convEps, cutoff; in main() local
53 hestOptAdd(&hopt, "max", "sigma", airTypeDouble, 1, 1, &sigmaMax, NULL, in main()
88 if (gageOptimSigTruthSet(osparm, dim, sigmaMax, cutoff, measrSampleNum)) { in main()
123 me, num, sampleNumMax, sigmaMax); in main()
/dports/science/teem/teem-1.11.0-src/src/gage/
H A Doptimsig.c179 gageOptimSigSet(double *scale, unsigned int num, unsigned int sigmaMax) { in gageOptimSigSet() argument
193 if (!AIR_IN_CL(1, sigmaMax, GAGE_OPTIMSIG_SIGMA_MAX)) { in gageOptimSigSet()
195 me, sigmaMax, GAGE_OPTIMSIG_SIGMA_MAX); in gageOptimSigSet()
200 scale[si] = _optimSigTable[sigmaMax-1][num-2][si]; in gageOptimSigSet()
295 double sigmaMax, double cutoff, in gageOptimSigTruthSet() argument
310 if (!(sigmaMax > 0 && cutoff > 0)) { in gageOptimSigTruthSet()
312 sigmaMax, cutoff); in gageOptimSigTruthSet()
321 kparm[0] = parm->sigmaMax = sigmaMax; in gageOptimSigTruthSet()
379 tauMax = gageTauOfSig(parm->sigmaMax); in gageOptimSigTruthSet()
388 sigma = AIR_AFFINE(0, ii, parm->measrSampleNum-1, 0.0, parm->sigmaMax); in gageOptimSigTruthSet()
[all …]
H A DstackBlur.c37 parm->sigmaMax = gageDefStackBlurSigmaMax; in gageStackBlurParmNew()
331 && sbp->scale[blIdx] > sbp->sigmaMax) { in gageStackBlur()
337 timeStep = (sbp->sigmaMax)*(sbp->sigmaMax); in gageStackBlur()
341 sbp->scale[blIdx], sbp->sigmaMax); in gageStackBlur()
H A Dgage.h885 double sigmaMax, /* nrrdKernelDiscreteGaussian is implemented with member
912 double sigmaMax, /* highest sigma in current computation */ member
1069 unsigned int sigmaMax);
1074 double sigmaMax, double cutoff,
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkWindBladeReader.h203 float GDeform(float sigma, float sigmaMax, int flag);
H A DvtkWindBladeReader.cxx993 float vtkWindBladeReader::GDeform(float sigma, float sigmaMax, int flag) in GDeform() argument
1001 float aa2 = (f * (1.0 - aa1)) / sigmaMax; in GDeform()
1002 float aa3 = (1.0 - (aa2 * sigmaMax) - aa1) / (sigmaMax * sigmaMax); in GDeform()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkWindBladeReader.h201 float GDeform(float sigma, float sigmaMax, int flag);
H A DvtkWindBladeReader.cxx974 float vtkWindBladeReader::GDeform(float sigma, float sigmaMax, int flag) in GDeform() argument
982 float aa2 = (f * (1.0 - aa1)) / sigmaMax; in GDeform()
983 float aa3 = (1.0 - (aa2 * sigmaMax) - aa1) / (sigmaMax * sigmaMax); in GDeform()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkWindBladeReader.h197 float GDeform(float sigma, float sigmaMax, int flag);
H A DvtkWindBladeReader.cxx1013 float vtkWindBladeReader::GDeform(float sigma, float sigmaMax, int flag) in GDeform() argument
1021 float aa2 = (f * (1.0 - aa1)) / sigmaMax; in GDeform()
1022 float aa3 = (1.0 - (aa2 * sigmaMax) - aa1) / (sigmaMax * sigmaMax); in GDeform()
/dports/graphics/blender/blender-2.91.0/release/scripts/freestyle/modules/freestyle/
H A Dpredicates.py537 def __init__(self, functor, sigmaMin, sigmaMax, lmin, lmax, tmin, argument
542 self._sigmaMax = float(sigmaMax)
/dports/math/openturns/openturns-1.18/python/src/
H A DExpectationSimulationAlgorithm_doc.i.in347 sigmaMax : sequence of float
359 sigmaMax : sequence of float