Home
last modified time | relevance | path

Searched refs:resultOffset (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DDSCompiler.java668 result[resultOffset + i] = in linearCombination()
693 result[resultOffset + i] = in linearCombination()
724 result[resultOffset + i] = in linearCombination()
743 final double[] result, final int resultOffset) { in add() argument
786 result[resultOffset + i] = r; in multiply()
826 result[resultOffset] = rem; in remainder()
923 result[resultOffset] = 1.0; in pow()
924 Arrays.fill(result, resultOffset + 1, resultOffset + getSize(), 0); in pow()
979 exp(yLogX, 0, result, resultOffset); in pow()
1459 result[resultOffset] = in atan2()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/downloader/
H A Dresultstore.go31 resultOffset uint64 // Offset of the first cached fetch result in the block chain member
50 resultOffset: 0,
109 index = int(int64(headerNumber) - int64(r.resultOffset))
116 index, headerNumber, r.resultOffset, len(r.items))
180 r.resultOffset += uint64(limit)
191 if r.resultOffset < offset {
192 r.resultOffset = offset
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/downloader/
H A Dresultstore.go31 resultOffset uint64 // Offset of the first cached fetch result in the block chain member
50 resultOffset: 0,
109 index = int(int64(headerNumber) - int64(r.resultOffset))
116 index, headerNumber, r.resultOffset, len(r.items))
180 r.resultOffset += uint64(limit)
191 if r.resultOffset < offset {
192 r.resultOffset = offset
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/CodeGen/tests/
H A DMemAccessRefTest.cpp62 void CMemAccessRefTest::EmitNullTest(Jitter::CJitter& jitter, uint32 index, size_t resultOffset) in EmitNullTest() argument
70 jitter.PullRel(resultOffset); in EmitNullTest()
73 …d CMemAccessRefTest::EmitNullComparison(Jitter::CJitter& jitter, uint32 index, size_t resultOffset) in EmitNullComparison() argument
84 jitter.PullRel(resultOffset); in EmitNullComparison()
89 …MemAccessRefTest::EmitNotNullComparison(Jitter::CJitter& jitter, uint32 index, size_t resultOffset) in EmitNotNullComparison() argument
100 jitter.PullRel(resultOffset); in EmitNotNullComparison()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DTextViewerDeleteLineTarget.java264 int resultOffset= 0; in getDeleteRegion() local
269 resultOffset= document.getLineOffset(line); in getDeleteRegion()
271 resultLength= document.getLineOffset(endLine) + document.getLineLength(endLine) - resultOffset; in getDeleteRegion()
275 resultOffset= document.getLineOffset(line); in getDeleteRegion()
276 resultLength= offset - resultOffset; in getDeleteRegion()
280 resultOffset= offset; in getDeleteRegion()
290 resultLength= end - resultOffset; in getDeleteRegion()
298 return clipToVisibleRegion(resultOffset, resultOffset + resultLength); in getDeleteRegion()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkConstNeighborhoodIteratorTest.cxx233 IteratorType::OffsetType resultOffset; in itkConstNeighborhoodIteratorTest() local
243 bool inside = iib_it.IndexInBounds( 0, internalIndex, resultOffset ); in itkConstNeighborhoodIteratorTest()
251 if( resultOffset[n] != static_cast<itk::OffsetValueType>( radius[n] ) ) in itkConstNeighborhoodIteratorTest()
253 …InBounds failed. Expected resultOffset of " << radius << ", but got " << resultOffset << std::endl; in itkConstNeighborhoodIteratorTest()
257 inside = iib_it.IndexInBounds( iib_it.Size()-1, internalIndex, resultOffset ); in itkConstNeighborhoodIteratorTest()
265 if( resultOffset[n] != 0 ) in itkConstNeighborhoodIteratorTest()
267 …std::cerr << "IndexInBounds failed. Expected resultOffset of 0, but got " << resultOffset << std::… in itkConstNeighborhoodIteratorTest()
279 if( iib_it.IndexInBounds( 0, internalIndex, resultOffset ) ) in itkConstNeighborhoodIteratorTest()
293 if( iib_it.IndexInBounds( iib_it.Size()-1, internalIndex, resultOffset ) ) in itkConstNeighborhoodIteratorTest()
303 inside = iib_it.IndexInBounds( 0, internalIndex, resultOffset ); in itkConstNeighborhoodIteratorTest()
H A DitkConstNeighborhoodIteratorWithOnlyIndexTest.cxx361 typename IteratorType::OffsetType resultOffset; in itkConstNeighborhoodIteratorWithOnlyIndexTestRun() local
371 bool inside = iib_it.IndexInBounds( 0, internalIndex, resultOffset ); in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
379 if( resultOffset[n] != static_cast<itk::OffsetValueType>( radius[n] ) ) in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
381 …InBounds failed. Expected resultOffset of " << radius << ", but got " << resultOffset << std::endl; in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
385 inside = iib_it.IndexInBounds( iib_it.Size()-1, internalIndex, resultOffset ); in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
393 if( resultOffset[n] != 0 ) in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
395 …std::cerr << "IndexInBounds failed. Expected resultOffset of 0, but got " << resultOffset << std::… in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
407 if( iib_it.IndexInBounds( 0, internalIndex, resultOffset ) ) in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
420 if( iib_it.IndexInBounds( iib_it.Size()-1, internalIndex, resultOffset ) ) in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
429 inside = iib_it.IndexInBounds( 0, internalIndex, resultOffset ); in itkConstNeighborhoodIteratorWithOnlyIndexTestRun()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/DataAccess/Criteria/
H A DPagingCriteria.cs8 public PagingCriteria(uint resultOffset, uint resultLimit) in PagingCriteria() argument
10 this.ResultOffset = resultOffset; in PagingCriteria()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DString.java2591 int resultOffset = 0; /* result may grow, so i+resultOffset in toLowerCase() local
2626resultOffset += Character.toChars(lowerChar, result, i + resultOffset) - srcCount; in toLowerCase()
2640 result[i + resultOffset + x] = lowerCharArray[x]; in toLowerCase()
2642 resultOffset += (mapLen - srcCount); in toLowerCase()
2644 result[i + resultOffset] = (char)lowerChar; in toLowerCase()
2647 return new String(result, 0, len + resultOffset); in toLowerCase()
2752 int resultOffset = 0; in toUpperCase() local
2789resultOffset += Character.toChars(upperChar, result, i + resultOffset) - srcCount; in toUpperCase()
2805 resultOffset += (mapLen - srcCount); in toUpperCase()
2807 result[i + resultOffset] = (char)upperChar; in toUpperCase()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DString.java2591 int resultOffset = 0; /* result may grow, so i+resultOffset in toLowerCase() local
2626resultOffset += Character.toChars(lowerChar, result, i + resultOffset) - srcCount; in toLowerCase()
2640 result[i + resultOffset + x] = lowerCharArray[x]; in toLowerCase()
2642 resultOffset += (mapLen - srcCount); in toLowerCase()
2644 result[i + resultOffset] = (char)lowerChar; in toLowerCase()
2647 return new String(result, 0, len + resultOffset); in toLowerCase()
2752 int resultOffset = 0; in toUpperCase() local
2789resultOffset += Character.toChars(upperChar, result, i + resultOffset) - srcCount; in toUpperCase()
2805 resultOffset += (mapLen - srcCount); in toUpperCase()
2807 result[i + resultOffset] = (char)upperChar; in toUpperCase()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java415 int resultOffset = 0; in toLowerCaseEx() local
417 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
429 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
440 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
444 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
448 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
490 int resultOffset = 0; in toUpperCaseEx() local
492 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
504 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
520 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java466 int resultOffset = 0; in toLowerCaseEx() local
468 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
480 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
491 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
495 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
499 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
541 int resultOffset = 0; in toUpperCaseEx() local
543 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
555 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
571 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java415 int resultOffset = 0; in toLowerCaseEx() local
417 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
429 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
440 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
444 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
448 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
490 int resultOffset = 0; in toUpperCaseEx() local
492 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
504 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
520 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java471 int resultOffset = 0; in toLowerCaseEx() local
473 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
485 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
496 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
500 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
504 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
546 int resultOffset = 0; in toUpperCaseEx() local
548 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
560 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
576 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java471 int resultOffset = 0; in toLowerCaseEx() local
473 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
485 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
496 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
500 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
504 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
546 int resultOffset = 0; in toUpperCaseEx() local
548 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
560 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
576 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DStringLatin1.java415 int resultOffset = 0; in toLowerCaseEx() local
417 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
429 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
440 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
444 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
448 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
490 int resultOffset = 0; in toUpperCaseEx() local
492 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
504 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
520 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java466 int resultOffset = 0; in toLowerCaseEx() local
468 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
480 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
491 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
495 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
499 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
541 int resultOffset = 0; in toUpperCaseEx() local
543 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
555 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
571 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DStringLatin1.java466 int resultOffset = 0; in toLowerCaseEx() local
468 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toLowerCaseEx()
480 StringUTF16.putChar(result, resultOffset++, lowerChar); in toLowerCaseEx()
491 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toLowerCaseEx()
495 StringUTF16.putChar(result, resultOffset++, lowerCharArray[x]); in toLowerCaseEx()
499 return StringUTF16.newString(result, 0, resultOffset); in toLowerCaseEx()
541 int resultOffset = 0; in toUpperCaseEx() local
543 StringUTF16.putChar(result, resultOffset++, value[i] & 0xff); in toUpperCaseEx()
555 StringUTF16.putChar(result, resultOffset++, upperChar); in toUpperCaseEx()
571 System.arraycopy(result, 0, result2, 0, resultOffset << 1); in toUpperCaseEx()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.AccessControl/tests/Ace/
H A DAce.Generic.Tests.cs23 … GenericAce_VerifyBinaryForms(byte[] expectedBinaryForm, byte[] resultBinaryForm, int resultOffset) in GenericAce_VerifyBinaryForms() argument
25 Assert.Equal(expectedBinaryForm, resultBinaryForm.Skip(resultOffset)); in GenericAce_VerifyBinaryForms()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/
H A DEngineResultSection.java96 private int resultOffset = 0; field in EngineResultSection
343 for (int i = resultOffset; i < results.length; i++) { in updateResults()
344 if (i - resultOffset == HITS_PER_PAGE) { in updateResults()
524 resultOffset -= HITS_PER_PAGE; in updateNavigation()
539 resultOffset += HITS_PER_PAGE; in updateNavigation()
544 prevLink.setVisible(resultOffset > 0); in updateNavigation()
546 int nextOffset = resultOffset + HITS_PER_PAGE; in updateNavigation()
551 nextLink.setVisible(hits.size() > resultOffset + HITS_PER_PAGE); in updateNavigation()
579 int from = (resultOffset + 1); in updateSectionTitle()
580 int to = (resultOffset + HITS_PER_PAGE); in updateSectionTitle()
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/api/
H A DApiUploadTest.php231 $resultOffset = 0;
248 $resultOffset = $result['upload']['offset'];
256 $this->assertEquals( $resultOffset, $params['offset'] );
270 $resultOffset = $result['upload']['offset'];
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/api/
H A DApiUploadTest.php231 $resultOffset = 0;
248 $resultOffset = $result['upload']['offset'];
256 $this->assertEquals( $resultOffset, $params['offset'] );
270 $resultOffset = $result['upload']['offset'];
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/api/
H A DApiUploadTest.php232 $resultOffset = 0;
249 $resultOffset = $result['upload']['offset'];
257 $this->assertEquals( $resultOffset, $params['offset'] );
271 $resultOffset = $result['upload']['offset'];
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/math/
H A DQuaternion.java1068 public float[] copyMatrixColumn(final int index, final float[] result, final int resultOffset) { in copyMatrixColumn() argument
1098 result[0+resultOffset] = 1.0f - (yy + zz); in copyMatrixColumn()
1099 result[1+resultOffset] = xy + zw; in copyMatrixColumn()
1100 result[2+resultOffset] = xz - yw; in copyMatrixColumn()
1103 result[0+resultOffset] = xy - zw; in copyMatrixColumn()
1104 result[1+resultOffset] = 1.0f - (xx + zz); in copyMatrixColumn()
1105 result[2+resultOffset] = yz + xw; in copyMatrixColumn()
1108 result[0+resultOffset] = xz + yw; in copyMatrixColumn()
1109 result[1+resultOffset] = yz - xw; in copyMatrixColumn()
1110 result[2+resultOffset] = 1.0f - (xx + yy); in copyMatrixColumn()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/site/design/
H A Ddifferentiation.puml76 … +void compose(double[] operand, int operandOffset, double[] f, double[] result, int resultOffset)
78 …id add(double[] lhs, int lhsOffset, double[] rhs, int rhsOffset, double[] result, int resultOffset)
79 +void exp(double[] operand, int operandOffset, double[] result, int resultOffset)

1234567