Home
last modified time | relevance | path

Searched refs:thirdValue (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrascene3d.pas747 secondValue,thirdValue: string;
771 thirdValue:= copy(secondValue,idxSlash+1,length(secondValue)-idxSlash);
774 thirdValue:= '';
778 thirdValue:= '';
873 val(thirdValue,v3,code);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrascene3d.pas747 secondValue,thirdValue: string;
771 thirdValue:= copy(secondValue,idxSlash+1,length(secondValue)-idxSlash);
774 thirdValue:= '';
778 thirdValue:= '';
873 val(thirdValue,v3,code);
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_tropicalhomotopy.h168 mvtyp thirdValue=denominator; in isReverseLexInvertedLessThanZero() local
179 std::swap(secondValue,thirdValue); in isReverseLexInvertedLessThanZero()
191 if(thirdValue.isNonZero()) in isReverseLexInvertedLessThanZero()
192 return thirdValue.isPositive(); in isReverseLexInvertedLessThanZero()
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_tropicalhomotopy.h168 mvtyp thirdValue=denominator; in isReverseLexInvertedLessThanZero() local
179 std::swap(secondValue,thirdValue); in isReverseLexInvertedLessThanZero()
191 if(thirdValue.isNonZero()) in isReverseLexInvertedLessThanZero()
192 return thirdValue.isPositive(); in isReverseLexInvertedLessThanZero()
H A Dapp_tropicalhomotopyFAILS.cpp476 mvtyp thirdValue=denominator; in isReverseLexInvertedLessThanZero() local
487 swap(secondValue,thirdValue); in isReverseLexInvertedLessThanZero()
499 if(thirdValue.isNonZero()) in isReverseLexInvertedLessThanZero()
500 return thirdValue.isPositive(); in isReverseLexInvertedLessThanZero()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dgfanlib_tropicalhomotopy.h168 mvtyp thirdValue=denominator; in isReverseLexInvertedLessThanZero() local
179 std::swap(secondValue,thirdValue); in isReverseLexInvertedLessThanZero()
191 if(thirdValue.isNonZero()) in isReverseLexInvertedLessThanZero()
192 return thirdValue.isPositive(); in isReverseLexInvertedLessThanZero()
H A Dapp_tropicalhomotopyFAILS.cpp476 mvtyp thirdValue=denominator; in isReverseLexInvertedLessThanZero() local
487 swap(secondValue,thirdValue); in isReverseLexInvertedLessThanZero()
499 if(thirdValue.isNonZero()) in isReverseLexInvertedLessThanZero()
500 return thirdValue.isPositive(); in isReverseLexInvertedLessThanZero()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/bidimap/
H A DAbstractTestSortedBidiMap.java440 Object thirdValue = sm.get(third); in testBidiSubMapContains() local
458 assertEquals(true, sm.containsValue(thirdValue)); in testBidiSubMapContains()
459 assertEquals(false, sub.containsValue(thirdValue)); in testBidiSubMapContains()
/dports/devel/tclxml/tclxml-3.3/tests/tclxslt/
H A Dtransform.test260 <xsl:variable name='thirdVariable' select='"thirdValue"'/>
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DParserTest.java652 AstNode thirdValue = thirdObjectLit.getRight(); in testObjectLitLocation() local
664 assertEquals(6, thirdValue.getLineno()); in testObjectLitLocation()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6840 …CSSPrimitiveValue* thirdValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsC… in createTransformOperations() local
6841 sz = thirdValue->getDoubleValue(); in createTransformOperations()
6891 …CSSPrimitiveValue* thirdValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsC… in createTransformOperations() local
6892 … tz = convertToFloatLength(thirdValue, style, rootStyle, zoomFactor, &ok); in createTransformOperations()
6944 …CSSPrimitiveValue* thirdValue = static_cast<CSSPrimitiveValue*>(transformValue->itemWithoutBoundsC… in createTransformOperations() local
6948 double z = thirdValue->getDoubleValue(); in createTransformOperations()