Home
last modified time | relevance | path

Searched refs:depthDiff (Results 1 – 25 of 31) sorted by relevance

12

/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/java/org/openscience/cdk/io/iterator/
H A DIteratingPCCompoundASNReader.java110 int depthDiff = countBrackets(currentLine); in hasNext() local
111 depth += depthDiff; in hasNext()
112 if (depthDiff > 0 && depth == 3) { in hasNext()
122 int depthDiff = countBrackets(currentLine); in hasNext() local
123 depth += depthDiff; in hasNext()
124 if (depthDiff < 0 && depth == 2) { in hasNext()
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dtailcall.test34 proc depthDiff {} {
61 depthDiff
64 return [depthDiff]
77 depthDiff
94 depthDiff
115 depthDiff
135 depthDiff
161 depthDiff
186 depthDiff
210 depthDiff
[all …]
H A Dnre.test35 proc depthDiff {} {
50 set x [depthDiff]
53 [namespace origin depthDiff]] abs abs
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dtailcall.test34 proc depthDiff {} {
61 depthDiff
64 return [depthDiff]
77 depthDiff
94 depthDiff
115 depthDiff
135 depthDiff
161 depthDiff
186 depthDiff
210 depthDiff
[all …]
H A Dnre.test35 proc depthDiff {} {
50 set x [depthDiff]
53 [namespace origin depthDiff]] abs abs
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DBaseClass.c879 while (depthDiff) in RealizeWrapper()
881 depthDiff--; in RealizeWrapper()
1102 while (depthDiff) in ResizeWrapper()
1104 depthDiff--; in ResizeWrapper()
1315 while (depthDiff) in GeometryHandlerWrapper()
1317 depthDiff--; in GeometryHandlerWrapper()
1962 for ( ; depthDiff; in InitializeLeafWrapper()
2016 for ( ; depthDiff; in CInitializeLeafWrapper()
2293 for ( ; depthDiff; in SetValuesLeafWrapper()
2352 for ( ; depthDiff; in CSetValuesLeafWrapper()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java572 int depthDiff = 0; in compareBoundaryPoints() local
574 depthDiff++; in compareBoundaryPoints()
576 depthDiff--; in compareBoundaryPoints()
577 while (depthDiff > 0) { in compareBoundaryPoints()
579 depthDiff--; in compareBoundaryPoints()
581 while (depthDiff < 0) { in compareBoundaryPoints()
583 depthDiff++; in compareBoundaryPoints()
1148 while (depthDiff > 0) { in traverseContents()
1150 depthDiff--; in traverseContents()
1154 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java571 int depthDiff = 0; in compareBoundaryPoints() local
573 depthDiff++; in compareBoundaryPoints()
575 depthDiff--; in compareBoundaryPoints()
576 while (depthDiff > 0) { in compareBoundaryPoints()
578 depthDiff--; in compareBoundaryPoints()
580 while (depthDiff < 0) { in compareBoundaryPoints()
582 depthDiff++; in compareBoundaryPoints()
1147 while (depthDiff > 0) { in traverseContents()
1149 depthDiff--; in traverseContents()
1153 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java571 int depthDiff = 0; in compareBoundaryPoints() local
573 depthDiff++; in compareBoundaryPoints()
575 depthDiff--; in compareBoundaryPoints()
576 while (depthDiff > 0) { in compareBoundaryPoints()
578 depthDiff--; in compareBoundaryPoints()
580 while (depthDiff < 0) { in compareBoundaryPoints()
582 depthDiff++; in compareBoundaryPoints()
1147 while (depthDiff > 0) { in traverseContents()
1149 depthDiff--; in traverseContents()
1153 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/
H A DGlContext.cpp585 int depthDiff = static_cast<int>(settings.depthBits) - depthBits; in evaluateFormat() local
591 depthDiff *= ((depthDiff > 0) ? 100000 : 1); in evaluateFormat()
596 …int score = std::abs(colorDiff) + std::abs(depthDiff) + std::abs(stencilDiff) + std::abs(antialias… in evaluateFormat()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/dom/impl/
H A DDOMRangeImpl.cpp667 int depthDiff = 0; in compareBoundaryPoints() local
670 depthDiff++; in compareBoundaryPoints()
672 depthDiff--; in compareBoundaryPoints()
673 while (depthDiff > 0) { in compareBoundaryPoints()
675 depthDiff--; in compareBoundaryPoints()
677 while (depthDiff < 0) { in compareBoundaryPoints()
679 depthDiff++; in compareBoundaryPoints()
1203 while (depthDiff > 0) { in traverseContents()
1205 depthDiff--; in traverseContents()
1209 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/dom/impl/
H A DDOMRangeImpl.cpp667 int depthDiff = 0; in compareBoundaryPoints() local
670 depthDiff++; in compareBoundaryPoints()
672 depthDiff--; in compareBoundaryPoints()
673 while (depthDiff > 0) { in compareBoundaryPoints()
675 depthDiff--; in compareBoundaryPoints()
677 while (depthDiff < 0) { in compareBoundaryPoints()
679 depthDiff++; in compareBoundaryPoints()
1203 while (depthDiff > 0) { in traverseContents()
1205 depthDiff--; in traverseContents()
1209 while (depthDiff < 0) { in traverseContents()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dphotons.h224 void addMediaPhoton(VECTOR Point, VECTOR Origin, COLOUR LightCol, DBL depthDiff);
H A Dphotons.cpp1662 void addMediaPhoton(VECTOR Point, VECTOR Origin, COLOUR LightCol, DBL depthDiff) in addMediaPhoton() argument
1673 …Attenuation = 2.0 / (1.0 + pow((photonOptions.photonDepth+depthDiff) / photonOptions.Light->Fade_D… in addMediaPhoton()
1682 …VScaleEq(LightCol2, (photonOptions.photonDepth+depthDiff)*(photonOptions.photonDepth+depthDiff)*At… in addMediaPhoton()
1688 VScaleEq(LightCol2, (photonOptions.photonDepth+depthDiff) * in addMediaPhoton()
1689 (photonOptions.photonDepth+depthDiff)); in addMediaPhoton()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dphotons.h219 void addMediaPhoton(VECTOR Point, VECTOR Origin, COLOUR LightCol, DBL depthDiff);
H A Dphotons.cpp1628 void addMediaPhoton(VECTOR Point, VECTOR Origin, COLOUR LightCol, DBL depthDiff) in addMediaPhoton() argument
1639 …Attenuation = 2.0 / (1.0 + pow((photonOptions.photonDepth+depthDiff) / photonOptions.Light->Fade_D… in addMediaPhoton()
1648 …VScaleEq(LightCol2, (photonOptions.photonDepth+depthDiff)*(photonOptions.photonDepth+depthDiff)*At… in addMediaPhoton()
1654 VScaleEq(LightCol2, (photonOptions.photonDepth+depthDiff) * in addMediaPhoton()
1655 (photonOptions.photonDepth+depthDiff)); in addMediaPhoton()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.cpp964 …diaPhoton(const Vector3d& Point, const Vector3d& Origin, const MathColour& LightCol, DBL depthDiff) in addMediaPhoton() argument
977 …Attenuation = 2.0 / (1.0 + pow((threadData->photonDepth+depthDiff) / photonLight->Fade_Distance, p… in addMediaPhoton()
984 …l2 *= ( (sceneData->photonSettings.photonDepth+depthDiff)*(sceneData->photonSettings.photonDepth+d… in addMediaPhoton()
988 LightCol2 *= ( (threadData->photonDepth+depthDiff) * (threadData->photonDepth+depthDiff) ); in addMediaPhoton()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/Extensions/
H A DNiceIO.cs173 var depthDiff = path.Depth - commonParent.Depth; in RelativeTo()
174 …return new NPath(Enumerable.Repeat("..", depthDiff).Concat(_elements.Skip(commonParent.Depth)).ToA… in RelativeTo()

12