Home
last modified time | relevance | path

Searched refs:tmpMax (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/raster/r.viewshed/
H A Drbbst.cpp381 double tmpMax; in delete_from_tree() local
455 tmpMax = in delete_from_tree()
479 tmpMax = in delete_from_tree()
657 double tmpMax; in find_max_value_within_key() local
663 if (tmpMax > max) in find_max_value_within_key()
664 max = tmpMax; in find_max_value_within_key()
740 if (tmpMax > max) in find_max_value_within_key()
741 max = tmpMax; in find_max_value_within_key()
759 double tmpMax; in left_rotate() local
766 x->value.maxGradient = tmpMax; in left_rotate()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A DdrawScales.cpp43 double dv = (opt->tmpMax - opt->tmpMin) / (opt->nbIso ? opt->nbIso : 1); in drawScaleBar()
45 unsigned int col1 = opt->getColor(v1, opt->tmpMin, opt->tmpMax, true); in drawScaleBar()
56 unsigned int col2 = opt->getColor(v2, opt->tmpMin, opt->tmpMax, true); in drawScaleBar()
133 double v = opt->getScaleValue(i, nbv + 1, opt->tmpMin, opt->tmpMax); in drawScaleValues()
150 double v = opt->getScaleValue(i, nbv, opt->tmpMin, opt->tmpMax); in drawScaleValues()
252 opt->tmpMax = opt->externalMax; in drawScale()
256 opt->tmpMax = opt->customMax; in drawScale()
260 opt->tmpMax = data->getMax(opt->timeStep); in drawScale()
264 opt->tmpMax = data->getMax(); in drawScale()
H A DdrawGraph2d.cpp309 double dv = (opt->tmpMax - opt->tmpMin) / (double)nb; in drawGraphAxes()
336 (i == nb) ? opt->tmpMin : (opt->tmpMax - i * dv)); in drawGraphAxes()
504 xmax, opt->tmpMin, opt->tmpMax, false, false, in drawGraphCurves()
520 xmax, opt->tmpMin, opt->tmpMax, false, true, in drawGraphCurves()
528 xmax, opt->tmpMin, opt->tmpMax, true, true, in drawGraphCurves()
546 opt->tmpMax = opt->customMax; in drawGraph()
550 opt->tmpMax = data->getMax(opt->timeStep); in drawGraph()
556 opt->tmpMax = ymax; in drawGraph()
560 opt->tmpMax = data->getMax(); in drawGraph()
565 opt->tmpMax = log10(opt->tmpMax); in drawGraph()
H A DdrawPost.cpp150 double lmax = opt->tmpMax; in drawEllipseArray()
180 double lmax = opt->tmpMax; in drawVectorArray()
185 opt->tmpMax > opt->tmpMin && l != opt->tmpMin) { in drawVectorArray()
187 log10(l / opt->tmpMin) / log10(opt->tmpMax / opt->tmpMin); in drawVectorArray()
242 double vmin = opt->tmpMin, vmax = opt->tmpMax; in drawNumberGlyphs()
524 opt->tmpMax = opt->customMax; in operator ()()
528 opt->tmpMax = data->getMax(opt->timeStep); in operator ()()
534 opt->tmpMax = data->getMax(); in operator ()()
/dports/lang/clips/clips_core_source_630/core/
H A Drulecstr.c154 struct expr *tmpMax; in MultifieldCardinalityViolation() local
211 tmpMax = tmpNode->constraints->maxFields; in MultifieldCardinalityViolation()
212 while (tmpMax->nextArg != NULL) tmpMax = tmpMax->nextArg; in MultifieldCardinalityViolation()
213 if (tmpMax->value == SymbolData(theEnv)->PositiveInfinity) in MultifieldCardinalityViolation()
216 { maxFields += (long) ValueToLong(tmpMax->value); } in MultifieldCardinalityViolation()
/dports/graphics/nplot/nplot-9a92e78/src/
H A DHistogramPlot.cs320 double tmpMax = 0.0f; in SuggestYAxis()
344 tmpMax = Math.Max(tmpMax, tmpHeight); in SuggestYAxis()
347 Axis a = new LinearAxis(0.0f, tmpMax); in SuggestYAxis()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DLegacyFrustum.h33 Vec3i tmpMin, tmpMax; in LegacyFrustum() local
35 is.read(reinterpret_cast<char*>(&tmpMax), sizeof(Vec3i::ValueType) * 3); in LegacyFrustum()
38 Coord tmpMaxCoord(tmpMax); in LegacyFrustum()
H A DTransform.cc78 Coord tmpMin, tmpMax; in read() local
80 is.read(reinterpret_cast<char*>(&tmpMax), sizeof(Coord::ValueType) * 3); in read()
/dports/math/vtk9/VTK-9.1.0/Rendering/LICOpenGL2/
H A DvtkSurfaceLICComposite.cxx89 vector<float> tmpMax(nBlocks, 0.0f); in VectorMax() local
92 tmpMax[b] = this->VectorMax(exts[b], vectors); in VectorMax()
109 vMax[a] = vMax[a] < tmpMax[b] ? tmpMax[b] : vMax[a]; in VectorMax()
/dports/math/vtk8/VTK-8.2.0/Rendering/LICOpenGL2/
H A DvtkSurfaceLICComposite.cxx101 vector<float> tmpMax(nBlocks, 0.0f); in VectorMax() local
104 tmpMax[b] = this->VectorMax(exts[b], vectors); in VectorMax()
121 vMax[a] = vMax[a] < tmpMax[b] ? tmpMax[b] : vMax[a]; in VectorMax()
/dports/math/vtk6/VTK-6.2.0/Rendering/LIC/
H A DvtkSurfaceLICComposite.cxx101 vector<float> tmpMax(nBlocks, 0.0f); in VectorMax() local
104 tmpMax[b] = this->VectorMax(exts[b], vectors); in VectorMax()
121 vMax[a] = vMax[a] < tmpMax[b] ? tmpMax[b] : vMax[a]; in VectorMax()
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewX3D.cpp518 double lmax = opt->tmpMax; in writeX3D()
645 opt->tmpMax = opt->externalMax; in writeX3DScale()
649 opt->tmpMax = opt->customMax; in writeX3DScale()
653 opt->tmpMax = data->getMax(opt->timeStep); in writeX3DScale()
657 opt->tmpMax = data->getMax(); in writeX3DScale()
709 double dv = (opt->tmpMax - opt->tmpMin) / (opt->nbIso ? opt->nbIso : 1); in writeX3DScaleBar()
712 unsigned int col1 = opt->getColor(v1, opt->tmpMin, opt->tmpMax, true); in writeX3DScaleBar()
713 unsigned int col2 = opt->getColor(v2, opt->tmpMin, opt->tmpMax, true); in writeX3DScaleBar()
763 double v = opt->getScaleValue(i, nbv + 1, opt->tmpMin, opt->tmpMax); in writeX3DScaleValues()
794 double v = opt->getScaleValue(i, nbv + 1, opt->tmpMin, opt->tmpMax); in writeX3DScaleValues()
[all …]
H A DPViewVertexArrays.cpp83 double d = opt->tmpMax - opt->tmpMin; in getPointNormal()
99 double d = opt->tmpMax - opt->tmpMin; in getLineNormal()
144 opt->externalMax = opt->tmpMax; in getExternalValues()
331 double vmin = opt->tmpMin, vmax = opt->tmpMax; in addScalarPoint()
378 double vmin = opt->tmpMin, vmax = opt->tmpMax; in addScalarLine()
989 opt->tmpMax = opt->externalMax; in addVectorElement()
992 opt->tmpMax = max; in addVectorElement()
1102 val, opt->tmpMin, opt->tmpMax, false, in addTriangle()
1236 lmax, opt->tmpMin, opt->tmpMax, false, in addTensorElement()
1522 opt->tmpMax = opt->customMax; in operator ()()
[all …]
H A DPViewOptions.h47 double customMin, customMax, tmpMin, tmpMax, externalMin, externalMax; variable
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A Dseed_base.h1020 TScore tmpMax = infimum;
1025 tmpMax = (*antiDiag2)[u+1];
1028 tmpMax = (*antiDiag2)[b];
1033 tmpMax = (*antiDiag2)[u];
1038 if ((*antiDiag1)[eu] > tmpMax) {
1040 tmpMax = (*antiDiag1)[eu];
1047 if(tmpMax != infimum) {
1049 return tmpMax;
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/avtk/
H A Dwaveform.h183 float tmpMax = log( 0.1 + (averageMax*4.9) ); in draw() local
187 float logMax = ((tmpMax + 2.3) / 3.9); in draw()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/axis/barcategoryaxis/
H A Dqbarcategoryaxis.cpp595 qreal tmpMax = m_categories.indexOf(m_maxCategory) + 0.5; in updateCategoryDomain() local
596 if (!qFuzzyIsNull(m_max - tmpMax)) { in updateCategoryDomain()
597 m_max = tmpMax; in updateCategoryDomain()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestTransform.cc311 Coord tmpMin(0), tmpMax(1); in TEST_F() local
313 ss.write(reinterpret_cast<char*>(&tmpMax), sizeof(Coord::ValueType) * 3); in TEST_F()
358 ss.write(reinterpret_cast<char*>(&tmpMax), sizeof(Coord::ValueType) * 3); in TEST_F()
400 ss.write(reinterpret_cast<char*>(&tmpMax), sizeof(Coord::ValueType) * 3); in TEST_F()
/dports/math/vtk9/VTK-9.1.0/Rendering/ParallelLIC/
H A DvtkPSurfaceLICComposite.cxx446 vector<vector<float>> tmpMax(this->CommSize); in AllReduceVectorMax() local
452 tmpMax[r].resize(nNew, -VTK_FLOAT_MAX); in AllReduceVectorMax()
470 tmpMax[r][n] = eMax; in AllReduceVectorMax()
486 float eMax = tmpMax[r][n]; in AllReduceVectorMax()
501 float nMax = tmpMax[R][N]; in AllReduceVectorMax()
/dports/math/vtk8/VTK-8.2.0/Rendering/ParallelLIC/
H A DvtkPSurfaceLICComposite.cxx483 vector<vector<float> > tmpMax(this->CommSize); in AllReduceVectorMax() local
489 tmpMax[r].resize(nNew, -VTK_FLOAT_MAX); in AllReduceVectorMax()
513 tmpMax[r][n] = eMax; in AllReduceVectorMax()
529 float eMax = tmpMax[r][n]; in AllReduceVectorMax()
544 float nMax = tmpMax[R][N]; in AllReduceVectorMax()
/dports/math/vtk6/VTK-6.2.0/Rendering/ParallelLIC/
H A DvtkPSurfaceLICComposite.cxx483 vector<vector<float> > tmpMax(this->CommSize); in AllReduceVectorMax() local
489 tmpMax[r].resize(nNew, -VTK_FLOAT_MAX); in AllReduceVectorMax()
513 tmpMax[r][n] = eMax; in AllReduceVectorMax()
529 float eMax = tmpMax[r][n]; in AllReduceVectorMax()
544 float nMax = tmpMax[R][N]; in AllReduceVectorMax()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DParticleAtlas.h269 ScalarType radius, tmpMin = minRadius, tmpMax = maxRadius;
274 tmpMax = std::max(radius, tmpMax);
278 maxRadius = std::max(maxRadius, tmpMax);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreStreamSerialiser.cpp673 Vector3 tmpMin, tmpMax; in read() local
675 read(&tmpMax); in read()
680 aabb->setExtents(tmpMin, tmpMax); in read()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreStreamSerialiser.cpp720 Vector3 tmpMin, tmpMax; in read() local
722 read(&tmpMax); in read()
727 aabb->setExtents(tmpMin, tmpMax); in read()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vault/
H A Dlogical_system.go694 tmpMax, err := time.ParseDuration(apiConfig.MaxLeaseTTL)
700 config.MaxLeaseTTL = tmpMax
879 tmpMax := time.Duration(0)
880 newMax = &tmpMax
882 tmpMax, err := time.ParseDuration(maxTTL)
886 newMax = &tmpMax

12