Home
last modified time | relevance | path

Searched refs:isWithin (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/science/gromacs/gromacs-2021.4/src/testutils/tests/
H A Dtestasserts_tests.cpp159 EXPECT_TRUE(ulpTolerance(0).isWithin(fequal)); in TEST()
160 EXPECT_FALSE(ulpTolerance(1).isWithin(fulp2)); in TEST()
161 EXPECT_TRUE(ulpTolerance(2).isWithin(fulp2)); in TEST()
166 EXPECT_TRUE(ulpTolerance(0).isWithin(dequal)); in TEST()
167 EXPECT_TRUE(ulpTolerance(2).isWithin(dulp2)); in TEST()
168 EXPECT_FALSE(ulpTolerance(2).isWithin(dulp2f)); in TEST()
245 EXPECT_TRUE(defaultFloatTolerance().isWithin(fequal)); in TEST()
246 EXPECT_TRUE(defaultFloatTolerance().isWithin(fulp4)); in TEST()
247 EXPECT_FALSE(defaultFloatTolerance().isWithin(fulp8)); in TEST()
261 EXPECT_TRUE(defaultFloatTolerance().isWithin(dulp4)); in TEST()
[all …]
/dports/multimedia/libva-utils/libva-utils-2.13.0/test/
H A Dtest_internal.cpp53 EXPECT_TRUE(res.isWithin(res, res)); in TEST()
54 EXPECT_TRUE(res.isWithin(Resolution(res.width - 1, res.height), res)); in TEST()
55 EXPECT_TRUE(res.isWithin(Resolution(res.width, res.height - 1), res)); in TEST()
56 EXPECT_TRUE(res.isWithin(res, Resolution(res.width + 1, res.height))); in TEST()
57 EXPECT_TRUE(res.isWithin(res, Resolution(res.width, res.height + 1))); in TEST()
59 EXPECT_FALSE(res.isWithin( in TEST()
62 EXPECT_FALSE(res.isWithin( in TEST()
65 EXPECT_FALSE(res.isWithin( in TEST()
68 EXPECT_FALSE(res.isWithin( in TEST()
H A Dtest_utils.h50 inline bool isWithin( in isWithin() function
H A Dtest_va_api_createcontext.cpp97 if (not resolution.isWithin(minRes, maxRes)) { in TEST_P()
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/test/
H A Dauthentication_test.php54 $this->assertTrue($realm->isWithin(
65 $this->assertTrue($realm->isWithin(
69 $this->assertTrue($realm->isWithin(
73 $this->assertFalse($realm->isWithin(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/common/ui/
H A DLayoutUtilsTest.java45 assertThat(LayoutUtils.dpToPx(1000.0f, mContext)).isWithin(1.0e-04f).of(1000.0f); in testDpToPx()
51 assertThat(LayoutUtils.pxToDp(1000.0f, mContext)).isWithin(1.0e-04f).of(1000.0f); in testPxToDp()
57 assertThat(LayoutUtils.spToPx(1000.0f, mContext)).isWithin(1.0e-03f).of(3000.0f); in testSpToPx()
63 assertThat(LayoutUtils.pxToSp(3000.0f, mContext)).isWithin(1.0e-04f).of(1000.0f); in testPxToSp()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/
H A DFilePathTests.cpp84 CHECK(aPath.isWithin(pPath));
85 CHECK(bPath.isWithin(pPath));
86 CHECK(!aPath.isWithin(bPath));
177 CHECK(f.isWithin(f));
178 CHECK_FALSE(f.isWithin(FilePath("/some/path")));
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DGradientShaderTest.java146 assertWithMessage(testFailOutput).that(result.left).isWithin(0.01f).of(startx); in checkGradientLine()
147 assertWithMessage(testFailOutput).that(result.top).isWithin(0.01f).of(starty); in checkGradientLine()
148 assertWithMessage(testFailOutput).that(result.right).isWithin(0.01f).of(endx); in checkGradientLine()
149 assertWithMessage(testFailOutput).that(result.bottom).isWithin(0.01f).of(endy); in checkGradientLine()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/tests/browser/
H A DLayout.jsm35 isWithin(expected, got, within, msg) {
76 this.isWithin(
82 this.isWithin(
88 this.isWithin(
94 this.isWithin(
/dports/www/firefox/firefox-99.0/accessible/tests/browser/
H A DLayout.jsm35 isWithin(expected, got, within, msg) {
76 this.isWithin(
82 this.isWithin(
88 this.isWithin(
94 this.isWithin(
/dports/www/firefox-esr/firefox-91.8.0/accessible/tests/browser/
H A DLayout.jsm35 isWithin(expected, got, within, msg) {
76 this.isWithin(
82 this.isWithin(
88 this.isWithin(
94 this.isWithin(
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/tests/browser/
H A DLayout.jsm35 isWithin(expected, got, within, msg) {
76 this.isWithin(
82 this.isWithin(
88 this.isWithin(
94 this.isWithin(
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/clang/
H A DRSourceIndex.cpp71 filePath.isWithin(pkgSrcDir) && in isIndexableFile()
79 filePath.isWithin(pkgIncludeDir) && in isIndexableFile()
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Dauthentication.php102 function isWithin($url) { function in SimpleRealm
177 if ($realm->isWithin($url)) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/core/
H A Dfile-path.test.ts112 assert.isTrue(aPath.isWithin(pPath));
113 assert.isTrue(bPath.isWithin(pPath));
114 assert.isFalse(aPath.isWithin(bPath));
120 assert.isFalse(aPath.isWithin(bPath));
125 assert.isFalse(dPath.isWithin(cPath));
135 assert.isTrue(f.isWithin(f));
136 assert.isFalse(f.isWithin(new FilePath('/some/path')));
157 assert.isTrue(f.isWithin(f));
158 assert.isFalse(f.isWithin(new FilePath('/some/path')));
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dauthentication.php102 function isWithin($url) { function in SimpleRealm
196 if ($realm->isWithin($url)) {
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/
H A DIntersectionMatrixTest.java83 assertTrue((new IntersectionMatrix("T0F00F000")).isWithin()); in testIsWithin()
84 assertTrue(! (new IntersectionMatrix("T00000FF0")).isWithin()); in testIsWithin()
/dports/science/gromacs/gromacs-2021.4/src/testutils/
H A Drefdata_checkers.h164 if (tolerance_.isWithin(diff)) in checkEntry()
196 if (tolerance_.isWithin(diff)) in checkEntry()
H A Dtestasserts.h417 bool isWithin(const FloatingPointDifference& difference) const;
605 if (tolerance.isWithin(diff)) in assertEqualWithinTolerance()
/dports/graphics/jalbum/jAlbum/includes/
H A Dnavigation-bar.inc14 if (currentObject.isWithin(ao)) {
/dports/graphics/geos/geos-3.9.1/include/geos/geom/
H A DIntersectionMatrix.h292 bool isWithin() const;
/dports/cad/sumo/sumo-1.2.0/tools/
H A DedgesInDistricts.py58 if sumolib.geomhelper.isWithin(shape[0], district.shape):
64 if sumolib.geomhelper.isWithin(pos, district.shape):
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp610 if (changedFilePath.isWithin(it->first)) in onFilesChanged()
1146 return (filePath.isWithin(module_context::userHomePath()) && in isVisibleUserFile()
1147 !filePath.isWithin(module_context::userScratchPath())); in isVisibleUserFile()
1648 filePath.isWithin(projectContext().buildTargetPath())) in isUnmonitoredPackageSourceFile()
2307 else if (targetPath.isWithin(sourcePath)) in pathRelativeTo()
2523 return filePath.isWithin(tempDir); in isSessionTempPath()
2583 if (filePath.isWithin(userHomePath().getParent())) in isPathViewAllowed()
2591 if (filePath.isWithin(core::system::xdg::systemConfigDir())) in isPathViewAllowed()
2598 if (filePath.isWithin(dir)) in isPathViewAllowed()
2611 if (filePath.isWithin(FilePath(dir))) in isPathViewAllowed()
[all …]
/dports/biology/bbmap/bbmap/current/pacbio/
H A DProcessStackedSitesNormalized.java120 if(Tools.isWithin(start, stop, ssra.min, ssra.max)){ in processInterval()
127 if(Tools.isWithin(start, stop, ssr.start+x, ssr.stop-x)){ in processInterval()
285 assert(Tools.isWithin(min, max, ssra.min, ssra.max)); in maxScore()
/dports/graphics/geos/geos-3.9.1/tests/unit/geom/
H A DIntersectionMatrixTest.cpp503 ensure(!im_.isWithin()); in test()
506 ensure(im_.isWithin()); in test()
508 ensure(!im_.isWithin()); in test()

1234567