Home
last modified time | relevance | path

Searched refs:covering (Results 1 – 25 of 127) sorted by relevance

123456

/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2RegionCovererTest.java34 S2CellUnion covering = new S2CellUnion(); in testRandomCells() local
35 coverer.getCovering(new S2Cell(id), covering.cellIds()); in testRandomCells()
36 assertEquals(covering.size(), 1); in testRandomCells()
37 assertEquals(covering.cellId(0), id); in testRandomCells()
42 S2RegionCoverer coverer, S2Region region, ArrayList<S2CellId> covering, boolean interior) { in checkCovering() argument
46 for (int i = 0; i < covering.size(); ++i) { in checkCovering()
47 int level = covering.get(i).level(); in checkCovering()
51 S2CellId key = covering.get(i).parent(coverer.minLevel()); in checkCovering()
58 if (covering.size() > coverer.maxCells()) { in checkCovering()
67 for (int i = 0; i < covering.size(); ++i) { in checkCovering()
[all …]
DS2CellUnionTest.java297 double getMaxAngle(S2CellUnion covering, S2Point axis) { in getMaxAngle() argument
299 for (int i = 0; i < covering.size(); ++i) { in getMaxAngle()
300 S2Cell cell = new S2Cell(covering.cellId(i)); in getMaxAngle()
329 S2CellUnion covering = new S2CellUnion(); in testExpand() local
331 coverer.getCovering(cap, covering); in testExpand()
332 checkCovering(cap, covering, true, new S2CellId()); in testExpand()
334 double maxAngle = getMaxAngle(covering, cap.axis()); in testExpand()
336 for (int j = 0; j < covering.size(); ++j) { in testExpand()
337 minLevel = Math.min(minLevel, covering.cellId(j).level()); in testExpand()
339 covering.expand(S1Angle.radians(radius), maxLevelDiff); in testExpand()
[all …]
DS2CapTest.java205 S2Cap covering = S2Cap.fromAxisAngle(center, S1Angle.radians(kFaceRadius + EPS)); in testCells() local
206 assertEquals(covering.contains(rootCell), capFace == face); in testCells()
207 assertEquals(covering.mayIntersect(rootCell), capFace != antiFace); in testCells()
208 assertEquals(covering.contains(edgeCell), center.dotProd(edgeCell.getCenter()) > 0.1); in testCells()
209 assertEquals(covering.contains(edgeCell), covering.mayIntersect(edgeCell)); in testCells()
210 assertEquals(covering.contains(cornerCell), capFace == face); in testCells()
212 covering.mayIntersect(cornerCell), center.dotProd(cornerCell.getCenter()) > 0); in testCells()
DGeometryTestCase.java107 void checkCovering(S2Region region, S2CellUnion covering, boolean checkTight, S2CellId id) {
110 checkCovering(region, covering, checkTight, S2CellId.fromFacePosLevel(face, 0, 0));
118 assertTrue(!covering.intersects(id));
121 } else if (!covering.contains(id)) {
129 checkCovering(region, covering, checkTight, child);
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2RegionCoverer.java251 public void getCovering(S2Region region, ArrayList<S2CellId> covering) { in getCovering() argument
261 tmp.denormalize(minLevel(), levelMod(), covering); in getCovering() local
285 S2CellUnion covering = new S2CellUnion(); in getCovering() local
286 getCovering(region, covering); in getCovering()
287 return covering; in getCovering()
290 public void getCovering(S2Region region, S2CellUnion covering) { in getCovering() argument
293 covering.initSwap(result); in getCovering()
301 S2CellUnion covering = new S2CellUnion(); in getInteriorCovering() local
302 getInteriorCovering(region, covering); in getInteriorCovering()
303 return covering; in getInteriorCovering()
[all …]
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarf-aranges.ll11 ; <data section> - it should have made one span covering all vars in this CU.
15 ; <other sections> - it should have made one span covering all vars in this CU.
23 ; <text section> - it should have made one span covering all functions in this CU.
/external/llvm/test/DebugInfo/X86/
Ddwarf-aranges.ll12 ; <data section> - it should have made one span covering all vars in this CU.
16 ; <other sections> - it should have made one span covering all vars in this CU.
24 ; <text section> - it should have made one span covering all functions in this CU.
/external/deqp/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/
Dcopy_memory_basic.amber68 ;;; Workgroup has a block covering the entire memory and another two
69 ;;; blocks covering each half of the former.
Dcopy_memory_two_invocations.amber80 ;;; Workgroup has a block covering the entire memory and another two
81 ;;; blocks covering each half of the former.
Dcopy_memory_variable_pointers.amber82 ;;; Workgroup has a block covering the entire memory and another two
83 ;;; blocks covering each half of the former.
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/
DREADME.md1 This directory contains automated tests covering typical meeting room scenarios.
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt7 CONFIG_DEBUG_LOCK_ALLOC -- Do three, covering CONFIG_PROVE_LOCKING & not.
13 CONFIG_PROVE_LOCKING -- Do several, covering CONFIG_DEBUG_LOCK_ALLOC=y and not.
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dstack-guard-reassign.ll4 ; frame, covering the locals.
Dstack-guard-reassign.mir19 # frame, covering the locals.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
Dcoverage.txt10 1 YES, only covering processes, not threads
/external/rust/crates/pin-project-lite/patches/
Dstd.diff12 /// A macro that creates a projection type covering all the fields of struct.
/external/webp/tests/
DREADME4 This is a collection of tests for the libwebp libraries, currently covering
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dstack-guard-reassign.ll4 ; frame, covering the locals.
/external/llvm-project/llvm/test/CodeGen/ARM/
Dstack-guard-reassign.ll4 ; frame, covering the locals.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatelessRandomUniformFullInt.pbtxt30 The generated values are uniform integers covering the whole range of `dtype`.
Dapi_def_StatefulUniformFullInt.pbtxt36 The generated values are uniform integers covering the whole range of `dtype`.
Dapi_def_StatelessRandomUniformFullIntV2.pbtxt42 The generated values are uniform integers covering the whole range of `dtype`.
Dapi_def_SampleDistortedBoundingBox.pbtxt86 If true, assume an implicit bounding box covering the whole input. If false,
128 bounding box covering the whole image. If `use_image_if_no_bounding_boxes` is
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt86 If true, assume an implicit bounding box covering the whole input. If false,
128 bounding box covering the whole image. If `use_image_if_no_bounding_boxes` is
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c393 isl_union_map *covering; in compute_live_out() local
405 covering = isl_union_flow_get_full_may_dependence(flow); in compute_live_out()
408 covering = isl_union_map_range_factor_range(covering); in compute_live_out()
410 exposed = isl_union_map_subtract(exposed, covering); in compute_live_out()

123456