Home
last modified time | relevance | path

Searched refs:getEntry (Results 1 – 25 of 3632) sorted by relevance

12345678910>>...146

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optimization/direct/
H A DBOBYQAOptimizer.java718 sum += zMatrix.getEntry(k, m) * work3.getEntry(k); in bobyqb()
734 sum += work3.getEntry(k) * bMatrix.getEntry(k, j); in bobyqb()
1061 … lagrangeValuesAtNewPoint.getEntry(k) + interpolationPoints.getEntry(k, i) * work3.getEntry(k); in bobyqb()
1936 ds += s.getEntry(i) * trialStepPoint.getEntry(i); in trsbox()
1937 shs += s.getEntry(i) * hs.getEntry(i); in trsbox()
2148 shs += s.getEntry(i) * hs.getEntry(i); in trsbox()
2149 dhs += trialStepPoint.getEntry(i) * hs.getEntry(i); in trsbox()
2202 … gnew.setEntry(i, gnew.getEntry(i) + (cth - ONE) * hred.getEntry(i) + sth * hs.getEntry(i)); in trsbox()
2259 … hs.setEntry(j, hs.getEntry(j) + modelSecondDerivativesValues.getEntry(ih) * s.getEntry(i)); in trsbox()
2261 … hs.setEntry(i, hs.getEntry(i) + modelSecondDerivativesValues.getEntry(ih) * s.getEntry(j)); in trsbox()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DBOBYQAOptimizer.java713 sum += zMatrix.getEntry(k, m) * work3.getEntry(k); in bobyqb()
729 sum += work3.getEntry(k) * bMatrix.getEntry(k, j); in bobyqb()
1056 … lagrangeValuesAtNewPoint.getEntry(k) + interpolationPoints.getEntry(k, i) * work3.getEntry(k); in bobyqb()
1931 ds += s.getEntry(i) * trialStepPoint.getEntry(i); in trsbox()
1932 shs += s.getEntry(i) * hs.getEntry(i); in trsbox()
2143 shs += s.getEntry(i) * hs.getEntry(i); in trsbox()
2144 dhs += trialStepPoint.getEntry(i) * hs.getEntry(i); in trsbox()
2197 … gnew.setEntry(i, gnew.getEntry(i) + (cth - ONE) * hred.getEntry(i) + sth * hs.getEntry(i)); in trsbox()
2254 … hs.setEntry(j, hs.getEntry(j) + modelSecondDerivativesValues.getEntry(ih) * s.getEntry(i)); in trsbox()
2256 … hs.setEntry(i, hs.getEntry(i) + modelSecondDerivativesValues.getEntry(ih) * s.getEntry(j)); in trsbox()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/tests/
H A Dkis_exiv2_test.cpp71 QCOMPARE(store->getEntry(tiffSchema, "Make").value(), Value("Hewlett-Packard")); in testExifLoader()
73 QCOMPARE(store->getEntry(tiffSchema, "Orientation").value(), Value(1)); in testExifLoader()
74 QCOMPARE(store->getEntry(tiffSchema, "XResolution").value(), Value(Rational(72 / 1))); in testExifLoader()
75 QCOMPARE(store->getEntry(tiffSchema, "YResolution").value(), Value(Rational(72 / 1))); in testExifLoader()
76 QCOMPARE(store->getEntry(tiffSchema, "ResolutionUnit").value(), Value(2)); in testExifLoader()
77 QCOMPARE(store->getEntry(tiffSchema, "YCbCrPositioning").value(), Value(1)); in testExifLoader()
82 QCOMPARE(store->getEntry(exifSchema, "FNumber").value(), Value(Rational(280, 100))); in testExifLoader()
83 QCOMPARE(store->getEntry(exifSchema, "ExposureProgram").value(), Value(2)); in testExifLoader()
86 QCOMPARE(store->getEntry(exifSchema, "ExifVersion").value(), Value("0220")); in testExifLoader()
102 QCOMPARE(store->getEntry(xmpSchema, "CreatorTool").value(), Value("digiKam-0.9.1")); in testExifLoader()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/linear/
H A DArrayRealVectorTest.java47 Assert.assertEquals("testData is 0.0 ", 0.0, v1.getEntry(6), 0); in testConstructors()
51 Assert.assertEquals("testData is 1.23 ", 1.23, v2.getEntry(4), 0); in testConstructors()
55 Assert.assertEquals("testData is 2.0 ", 2.0, v3.getEntry(1), 0); in testConstructors()
71 Assert.assertEquals("testData is 4.0 ", 4.0, v4.getEntry(0), 0); in testConstructors()
81 Assert.assertEquals("testData is 9.0 ", 9.0, v5_i.getEntry(8), 0); in testConstructors()
85 Assert.assertEquals("testData is 9.0 ", 9.0, v5.getEntry(8), 0); in testConstructors()
89 Assert.assertEquals("testData is 4.0 ", 4.0, v6.getEntry(0), 0); in testConstructors()
99 Assert.assertEquals("testData is 0.0 ", 0.0, v7.getEntry(6), 0); in testConstructors()
109 Assert.assertEquals("testData is 0.0 ", 0.0, v8.getEntry(6), 0); in testConstructors()
119 Assert.assertEquals("testData is 1.0 ", 1.0, v9.getEntry(7), 0); in testConstructors()
[all …]
H A DDiagonalMatrixTest.java47 Assert.assertEquals(d[i], m.getEntry(i, j), 0d); in testConstructor2()
49 Assert.assertEquals(0d, m.getEntry(i, j), 0d); in testConstructor2()
56 Assert.assertFalse(d[0] == m.getEntry(0, 0)); in testConstructor2()
66 Assert.assertEquals(d[i], m.getEntry(i, j), 0d); in testConstructor3()
68 Assert.assertEquals(0d, m.getEntry(i, j), 0d); in testConstructor3()
75 Assert.assertTrue(d[0] == m.getEntry(0, 0)); in testConstructor3()
102 Assert.assertEquals(m.getEntry(i, i), p.getEntry(i, i), 1.0e-20); in testCopy()
229 Assert.assertEquals(denseResult.getEntry(i, j), in testMultiply2()
338 Assert.assertEquals(-1.2, diag.getEntry(0, 0), 1.0e-20); in testSetSubMatrix()
339 Assert.assertEquals( 5.0, diag.getEntry(1, 1), 1.0e-20); in testSetSubMatrix()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DSimpleDocumentFeature.java51 public Entry getEntry () { in getEntry() method in SimpleDocumentFeature
59 if (getEntry () != null) { in setDirtyFlag()
78 if (getEntry () != null && getEntry ().isReadOnly ()) { in isReadOnly()
125 if (getEntry () != null && getEntry ().isReadOnly ()) { in set()
218 if (getEntry () != null && getEntry ().isReadOnly ()) { in setKey()
276 if (getEntry () != null && getEntry ().isReadOnly ()) { in setLocation()
328 if (getEntry () != null && getEntry ().isReadOnly ()) { in setQualifiers()
361 if (getEntry () != null && getEntry ().isReadOnly ()) { in setQualifier()
379 if (getEntry () != null && getEntry ().isReadOnly ()) { in removeQualifierByName()
398 if (getEntry () != null && getEntry ().isReadOnly ()) { in addQualifierValues()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/utils/
H A DCacheTest.java30 Cache.Entry foo = cache.getEntry("foo", false); in testBasic()
43 Cache.Entry foo = cache.getEntry("foo", false); in testBasic2()
44 Cache.Entry bar = cache.getEntry("bar", false); in testBasic2()
62 Cache.Entry foo = cache.getEntry("foo", true); in testUpdate()
63 Cache.Entry bar = cache.getEntry("bar", false); in testUpdate()
74 bar = cache.getEntry("bar", true); in testUpdate()
109 assertNull("1.0", cache.getEntry("bar")); in testDiscardHead()
115 assertNull("3.0", cache.getEntry("foo")); in testDiscardHead()
129 assertNull("3.1", cache.getEntry("foo")); in testCacheLimit()
130 assertNull("3.2", cache.getEntry("bar")); in testCacheLimit()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/i18n/test/
H A DLocalizedMessageTest.java43 assertEquals("Hello world.", msg.getEntry("text", Locale.ENGLISH, in testGetEntry()
45 assertEquals("Hallo Welt.", msg.getEntry("text", Locale.GERMAN, in testGetEntry()
53 assertEquals("Mein Name ist Nobody.", msg.getEntry("text", in testGetEntry()
61 assertEquals("It's 1:12:00 PM GMT at Aug 17, 2006.", msg.getEntry( in testGetEntry()
65 assertEquals("Es ist 13:12 Uhr GMT am 17.08.2006.", msg.getEntry( in testGetEntry()
74 assertEquals("It's 1:12:00 PM GMT at Aug 17, 2006.", msg.getEntry( in testGetEntry()
78 assertEquals("Es ist 13:12 Uhr GMT am 17.08.2006.", msg.getEntry( in testGetEntry()
101 String text = msg.getEntry("text", Locale.UK, TimeZone in testGetEntry()
118 String text = msg.getEntry("text", Locale.UK, TimeZone in testGetEntry()
157 assertEquals("Mein Name ist Hans.", msg.getEntry("text", in testLocalizedArgs()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/test/Validators/
H A DValidator_SerializationTest.cpp298 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
301 myList.getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
337 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
340 myList.getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
377 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
380 myList.getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
402 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
449 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
506 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
511 readInPL->getEntry( in TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/java/util/
H A DZipFind.java76 return zip.getEntry(ZipFind.nonExistingFiles[0]); in testOneNonExisting()
81 bh.consume(zip.getEntry(nonExistingFiles[0])); in testTwoNonExisting()
82 bh.consume(zip.getEntry(nonExistingFiles[1])); in testTwoNonExisting()
87 bh.consume(zip.getEntry(nonExistingFiles[0])); in testNonExistingAndExisting()
88 bh.consume(zip.getEntry(existingFiles[0])); in testNonExistingAndExisting()
93 return zip.getEntry(ZipFind.existingFiles[0]); in testOneExisting()
98 bh.consume(zip.getEntry(existingFiles[0])); in testTwoExisting()
99 bh.consume(zip.getEntry(existingFiles[1])); in testTwoExisting()
104 bh.consume(zip.getEntry(existingFiles[0])); in testThreeExisting()
105 bh.consume(zip.getEntry(existingFiles[1])); in testThreeExisting()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/util/
H A DZipFind.java76 return zip.getEntry(ZipFind.nonExistingFiles[0]); in testOneNonExisting()
81 bh.consume(zip.getEntry(nonExistingFiles[0])); in testTwoNonExisting()
82 bh.consume(zip.getEntry(nonExistingFiles[1])); in testTwoNonExisting()
87 bh.consume(zip.getEntry(nonExistingFiles[0])); in testNonExistingAndExisting()
88 bh.consume(zip.getEntry(existingFiles[0])); in testNonExistingAndExisting()
93 return zip.getEntry(ZipFind.existingFiles[0]); in testOneExisting()
98 bh.consume(zip.getEntry(existingFiles[0])); in testTwoExisting()
99 bh.consume(zip.getEntry(existingFiles[1])); in testTwoExisting()
104 bh.consume(zip.getEntry(existingFiles[0])); in testThreeExisting()
105 bh.consume(zip.getEntry(existingFiles[1])); in testThreeExisting()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/util/
H A DZipFind.java76 return zip.getEntry(ZipFind.nonExistingFiles[0]); in testOneNonExisting()
81 bh.consume(zip.getEntry(nonExistingFiles[0])); in testTwoNonExisting()
82 bh.consume(zip.getEntry(nonExistingFiles[1])); in testTwoNonExisting()
87 bh.consume(zip.getEntry(nonExistingFiles[0])); in testNonExistingAndExisting()
88 bh.consume(zip.getEntry(existingFiles[0])); in testNonExistingAndExisting()
93 return zip.getEntry(ZipFind.existingFiles[0]); in testOneExisting()
98 bh.consume(zip.getEntry(existingFiles[0])); in testTwoExisting()
99 bh.consume(zip.getEntry(existingFiles[1])); in testTwoExisting()
104 bh.consume(zip.getEntry(existingFiles[0])); in testThreeExisting()
105 bh.consume(zip.getEntry(existingFiles[1])); in testThreeExisting()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/util/
H A DZipFind.java76 return zip.getEntry(ZipFind.nonExistingFiles[0]); in testOneNonExisting()
81 bh.consume(zip.getEntry(nonExistingFiles[0])); in testTwoNonExisting()
82 bh.consume(zip.getEntry(nonExistingFiles[1])); in testTwoNonExisting()
87 bh.consume(zip.getEntry(nonExistingFiles[0])); in testNonExistingAndExisting()
88 bh.consume(zip.getEntry(existingFiles[0])); in testNonExistingAndExisting()
93 return zip.getEntry(ZipFind.existingFiles[0]); in testOneExisting()
98 bh.consume(zip.getEntry(existingFiles[0])); in testTwoExisting()
99 bh.consume(zip.getEntry(existingFiles[1])); in testTwoExisting()
104 bh.consume(zip.getEntry(existingFiles[0])); in testThreeExisting()
105 bh.consume(zip.getEntry(existingFiles[1])); in testThreeExisting()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/java/util/
H A DZipFind.java76 return zip.getEntry(ZipFind.nonExistingFiles[0]); in testOneNonExisting()
81 bh.consume(zip.getEntry(nonExistingFiles[0])); in testTwoNonExisting()
82 bh.consume(zip.getEntry(nonExistingFiles[1])); in testTwoNonExisting()
87 bh.consume(zip.getEntry(nonExistingFiles[0])); in testNonExistingAndExisting()
88 bh.consume(zip.getEntry(existingFiles[0])); in testNonExistingAndExisting()
93 return zip.getEntry(ZipFind.existingFiles[0]); in testOneExisting()
98 bh.consume(zip.getEntry(existingFiles[0])); in testTwoExisting()
99 bh.consume(zip.getEntry(existingFiles[1])); in testTwoExisting()
104 bh.consume(zip.getEntry(existingFiles[0])); in testThreeExisting()
105 bh.consume(zip.getEntry(existingFiles[1])); in testThreeExisting()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/util/
H A DZipFind.java76 return zip.getEntry(ZipFind.nonExistingFiles[0]); in testOneNonExisting()
81 bh.consume(zip.getEntry(nonExistingFiles[0])); in testTwoNonExisting()
82 bh.consume(zip.getEntry(nonExistingFiles[1])); in testTwoNonExisting()
87 bh.consume(zip.getEntry(nonExistingFiles[0])); in testNonExistingAndExisting()
88 bh.consume(zip.getEntry(existingFiles[0])); in testNonExistingAndExisting()
93 return zip.getEntry(ZipFind.existingFiles[0]); in testOneExisting()
98 bh.consume(zip.getEntry(existingFiles[0])); in testTwoExisting()
99 bh.consume(zip.getEntry(existingFiles[1])); in testTwoExisting()
104 bh.consume(zip.getEntry(existingFiles[0])); in testThreeExisting()
105 bh.consume(zip.getEntry(existingFiles[1])); in testThreeExisting()
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DDngDecoder.cpp31 const uchar8* v = data[0]->getEntry(DNGVERSION)->getData(); in DngDecoder()
76 uint32 bps = raw->getEntry(BITSPERSAMPLE)->getInt(); in decodeRaw()
79 sample_format = raw->getEntry(SAMPLEFORMAT)->getInt(); in decodeRaw()
102 mRaw->dim.x = raw->getEntry(IMAGEWIDTH)->getInt(); in decodeRaw()
103 mRaw->dim.y = raw->getEntry(IMAGELENGTH)->getInt(); in decodeRaw()
115 if (raw->getEntry(CFALAYOUT)->getShort() != 1) in decodeRaw()
375 TiffEntry *whitelevel = raw->getEntry(WHITELEVEL); in decodeRaw()
395 string make = data[0]->getEntry(MAKE)->getString(); in checkSupport()
396 string model = data[0]->getEntry(MODEL)->getString(); in checkSupport()
402 TiffEntry *masked = raw->getEntry(MASKEDAREAS); in decodeMaskedAreas()
[all …]
H A DNefDecoder.cpp44 int compression = raw->getEntry(COMPRESSION)->getInt(); in decodeRaw()
51 TiffEntry *offsets = raw->getEntry(STRIPOFFSETS); in decodeRaw()
52 TiffEntry *counts = raw->getEntry(STRIPBYTECOUNTS); in decodeRaw()
81 uint32 width = raw->getEntry(IMAGEWIDTH)->getInt(); in decodeRaw()
82 uint32 height = raw->getEntry(IMAGELENGTH)->getInt(); in decodeRaw()
93 TiffEntry *makernoteEntry = exif->getEntry(MAKERNOTE); in decodeRaw()
106 meta = data[0]->getEntry((TiffTag)0x96); in decodeRaw()
149 uint32 nslices = raw->getEntry(STRIPOFFSETS)->count; in DecodeUncompressed()
153 uint32 width = raw->getEntry(IMAGEWIDTH)->getInt(); in DecodeUncompressed()
279 string make = data[0]->getEntry(MAKE)->getString(); in checkSupport()
[all …]
/dports/graphics/gource/gource-0.51/src/
H A Dgource_settings.cpp601 if((entry = gource_settings->getEntry("hide")) != 0) { in importGourceSettings()
713 if((entry = gource_settings->getEntry("git-branch")) != 0) { in importGourceSettings()
732 if((entry = gource_settings->getEntry("crop")) != 0) { in importGourceSettings()
959 if((entry = gource_settings->getEntry("font-file")) != 0) { in importGourceSettings()
978 if((entry = gource_settings->getEntry("font-size")) != 0) { in importGourceSettings()
1037 if((entry = gource_settings->getEntry("hash-seed")) != 0) { in importGourceSettings()
1141 if((entry = gource_settings->getEntry("title")) != 0) { in importGourceSettings()
1148 if((entry = gource_settings->getEntry("logo")) != 0) { in importGourceSettings()
1250 if((entry = gource_settings->getEntry("stop-date")) != 0) { in importGourceSettings()
1343 if((entry = gource_settings->getEntry("max-files")) != 0) { in importGourceSettings()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decoders/
H A DDngDecoder.cpp83 int comp = ifd->getEntry(COMPRESSION)->getU16(); in dropUnsuportedChunks()
88 ifd->getEntry(NEWSUBFILETYPE)->isInt()) { in dropUnsuportedChunks()
158 TiffEntry* cPat = raw->getEntry(CFAPATTERN); in parseCFA()
246 TiffEntry* offsets = raw->getEntry(STRIPOFFSETS); in getTilingDescription()
280 predictor = raw->getEntry(PREDICTOR)->getU32(); in decodeData()
297 offsets = raw->getEntry(TILEOFFSETS); in decodeData()
298 counts = raw->getEntry(TILEBYTECOUNTS); in decodeData()
300 offsets = raw->getEntry(STRIPOFFSETS); in decodeData()
301 counts = raw->getEntry(STRIPBYTECOUNTS); in decodeData()
351 bps = raw->getEntry(BITSPERSAMPLE)->getU32(); in decodeRawInternal()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decoders/
H A DDngDecoder.cpp83 int comp = ifd->getEntry(COMPRESSION)->getU16(); in dropUnsuportedChunks()
88 ifd->getEntry(NEWSUBFILETYPE)->isInt()) { in dropUnsuportedChunks()
158 TiffEntry* cPat = raw->getEntry(CFAPATTERN); in parseCFA()
246 TiffEntry* offsets = raw->getEntry(STRIPOFFSETS); in getTilingDescription()
280 predictor = raw->getEntry(PREDICTOR)->getU32(); in decodeData()
297 offsets = raw->getEntry(TILEOFFSETS); in decodeData()
298 counts = raw->getEntry(TILEBYTECOUNTS); in decodeData()
300 offsets = raw->getEntry(STRIPOFFSETS); in decodeData()
301 counts = raw->getEntry(STRIPBYTECOUNTS); in decodeData()
351 bps = raw->getEntry(BITSPERSAMPLE)->getU32(); in decodeRawInternal()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-rtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/spatial/rstarvariants/
H A DAbstractRStarTree.java117 N node = getNode(subtree.getEntry()); in findPathToObject()
167 N parent = getNode(subtree.getEntry()); in insertLeafEntry()
190 N parent = getNode(subtree.getEntry()); in insertDirectoryEntry()
208 E entry = leaf.getEntry(index); in deletePath()
478 E ei = node.getEntry(i); in containedTest()
517 N node = getNode(subtree.getEntry()); in choosePath()
654 N node = getNode(subtree.getEntry()); in adjustTree()
721 N node = getNode(subtree.getEntry()); in condenseTree()
790 result.add(node.getEntry(i)); in getLeafNodes()
917 E entry = node.getEntry(0); in toString()
[all …]
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWOptionEntry.cpp149 if (0 == strcmp(entrySetter.getEntry()->getName(), "Mod")) in updateControls()
153 entrySetter.getEntry()->getValueAsString())); in updateControls()
156 switch (entrySetter.getEntry()->getEntryType()) in updateControls()
161 control->setText(LANG_STRING(entrySetter.getEntry()->getValueAsString())); in updateControls()
175 entrySetter.getEntry()->getValueAsString())); in updateControls()
180 OptionEntryBool *boolEntry = (OptionEntryBool *) entrySetter.getEntry(); in updateControls()
199 if (0 == strcmp(entrySetter.getEntry()->getName(), "Mod")) in updateEntries()
205 switch (entrySetter.getEntry()->getEntryType()) in updateEntries()
210 entrySetter.getEntry()->setValueFromString(control->getText().c_str()); in updateEntries()
218 entrySetter.getEntry()->setValueFromString(control->getCurrentDataText()); in updateEntries()
[all …]
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-getentry.C72 getEntry(x, B, 0, 0, t); in testGenericBBgetEntry()
126 getEntry(t, B, 0, 0); in testSparseMatrixgetEntry()
132 getEntry(t, B, 0, n-1); in testSparseMatrixgetEntry()
138 getEntry(t, B, n-1, 0); in testSparseMatrixgetEntry()
144 getEntry(t, B, n-1, n-1); in testSparseMatrixgetEntry()
284 getEntry(x, CDB, 0, n-1); in testSpecialCDgetEntry()
286 getEntry(x, CDB, 0, 0); in testSpecialCDgetEntry()
288 getEntry(x, CBD, 0, n-1); in testSpecialCDgetEntry()
290 getEntry(x, CBD, 0, 0); in testSpecialCDgetEntry()
292 getEntry(x, CDD, 0, n-1); in testSpecialCDgetEntry()
[all …]
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/docs/examples/
H A Dplot_all.php33 $Plotarea =& $Matrix->getEntry(0, 0);
39 $Plotarea =& $Matrix->getEntry(0, 1);
46 $Plotarea =& $Matrix->getEntry(0, 2);
55 $Plotarea =& $Matrix->getEntry(0, 3);
61 $Plotarea =& $Matrix->getEntry(1, 0);
68 $Plotarea =& $Matrix->getEntry(1, 1);
83 $Plotarea =& $Matrix->getEntry(1, 2);
90 $Plotarea =& $Matrix->getEntry(1, 3);
126 $Plotarea =& $Matrix->getEntry(2, 2);
137 $Plotarea =& $Matrix->getEntry(2, 3);
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decoders/
H A DDngDecoder.cpp83 int comp = ifd->getEntry(TiffTag::COMPRESSION)->getU16(); in dropUnsuportedChunks()
88 ifd->getEntry(TiffTag::NEWSUBFILETYPE)->isInt()) { in dropUnsuportedChunks()
90 (*i)->getEntry(TiffTag::NEWSUBFILETYPE)->getU32(); in dropUnsuportedChunks()
152 raw->getEntry(TiffTag::CFALAYOUT)->getU16() != 1) in parseCFA()
301 offsets = raw->getEntry(TiffTag::TILEOFFSETS); in decodeData()
302 counts = raw->getEntry(TiffTag::TILEBYTECOUNTS); in decodeData()
304 offsets = raw->getEntry(TiffTag::STRIPOFFSETS); in decodeData()
305 counts = raw->getEntry(TiffTag::STRIPBYTECOUNTS); in decodeData()
356 bps = raw->getEntry(TiffTag::BITSPERSAMPLE)->getU32(); in decodeRawInternal()
764 raw->getEntry(TiffTag::BLACKLEVELDELTAV); in decodeBlackLevels()
[all …]

12345678910>>...146