Home
last modified time | relevance | path

Searched refs:hpy (Results 1 – 25 of 110) sorted by relevance

12345

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/noding/snapround/
H A DHotPixel.java56 private double hpy; field in HotPixel
80 hpy = scaleRound(pt.getY()); in HotPixel()
84 hpy = pt.getY(); in HotPixel()
163 if (y >= hpy + TOLERANCE) return false; in intersects()
165 if (y < hpy - TOLERANCE) return false; in intersects()
216 double maxy = hpy + TOLERANCE; in intersectsScaled()
220 double miny = hpy - TOLERANCE; in intersectsScaled()
322 double miny = hpy - TOLERANCE; in intersectsPixelClosure()
323 double maxy = hpy + TOLERANCE; in intersectsPixelClosure()
/dports/graphics/geos/geos-3.9.1/src/noding/snapround/
H A DHotPixel.cpp47 , hpy(newPt.y) in HotPixel()
54 hpy = scaleRound(newPt.y); in HotPixel()
75 if (y >= hpy + TOLERANCE) return false; in intersects()
77 if (y < hpy - TOLERANCE) return false; in intersects()
128 double maxy = hpy + TOLERANCE; in intersectsScaled()
132 double miny = hpy - TOLERANCE; in intersectsScaled()
221 double miny = hpy - TOLERANCE; in intersectsPixelClosure()
222 double maxy = hpy + TOLERANCE; in intersectsPixelClosure()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/py/
H A DFastprotoBenchmark.py30 from guppy import hpy
32 hpy = None variable
112 hp = hpy()
135 hp = hpy()
179 if hpy is not None:
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplothealpix.c59 int hpx, hpy; in plot_healpix_plot() local
61 healpix_decompose_xy(hp, &bighp, &hpx, &hpy, args->nside); in plot_healpix_plot()
62 logverb(" hp %i: bighp %i, x,y (%i,%i)\n", i, bighp, hpx, hpy); in plot_healpix_plot()
65 miny[bighp] = MIN(miny[bighp], hpy); in plot_healpix_plot()
66 maxy[bighp] = MAX(maxy[bighp], hpy); in plot_healpix_plot()
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Stats/
H A DStatsPlugin.py32 def getObjSize(self, obj, hpy=None): argument
33 if hpy:
34 return float(hpy.iso(obj).domisize) / 1024
48 hpy = None
52 hpy = guppy.hpy()
319 yield " - %.1fkb: %s<br>" % (self.getObjSize(obj, hpy), html.escape(repr(obj)))
325 yield " - %.1fkb: %s<br>" % (self.getObjSize(obj, hpy), html.escape(repr(obj)))
331 yield " - %.1fkb: %s<br>" % (self.getObjSize(obj, hpy), html.escape(repr(obj)))
337 yield " - %.1fkb: %s<br>" % (self.getObjSize(obj, hpy), html.escape(repr(obj)))
343 yield " - %.1fkb: %s<br>" % (self.getObjSize(obj, hpy), html.escape(repr(obj)))
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dhealpix-diagram.py106 (bhp, hpx, hpy) = radectohealpixf(ra, dec, nside)
115 xy.append((hpx,hpy))
123 (bhp, hpx, hpy) = radectohealpixf(ra, dec, nside)
131 xy.append((hpx,hpy))
183 hpy = HPs[:,2]
186 plot(hpx[I], hpy[I], 'r-')
/dports/devel/py-testfixtures/testfixtures-6.18.3/testfixtures/tests/
H A Dsample2.py11 from guppy import hpy
19 hpy().heap().stat.dump(path)
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DRemote.py6 from guppy import hpy
352 {'hpy': self.hpy,
353 'hp': self.hpy(),
405 def hpy(self, *args, **kwds): member in Annex
406 from guppy import hpy
407 hp = hpy(*args, **kwds)
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/output/
H A Dmemusage.py8 from guppy import hpy
41 heapy = hpy()
/dports/math/flann/flann-1.9.1-29-g1d04523/test/
H A Dmemusage_clustering.py5 from guppy import hpy
61 h = hpy()
H A Dmemusage_nn.py5 from guppy import hpy
61 h = hpy()
/dports/devel/py-guppy3/guppy3-3.1.2/
H A DREADME.md44 1. How to create the session context: `h=hpy()`
50 >>> from guppy import hpy; h=hpy()
97 >>> from guppy import hpy
98 >>> hpy().test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/llvm11/llvm-11.0.1.src/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/llvm90/llvm-9.0.1.src/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/llvm10/llvm-10.0.1.src/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()
/dports/devel/llvm80/llvm-8.0.1.src/tools/opt-viewer/
H A Dopt-stats.py17 from guppy import hpy
18 hp = hpy()

12345