Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 25 of 1521) sorted by relevance

12345678910>>...61

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/
H A Dvoxel_grid_covariance.h91 struct Leaf struct
96 Leaf () : in Leaf() function
110 getCov () const in getCov()
119 getInverseCov () const in getInverseCov()
128 getMean () const in getMean()
138 getEvecs () const in getEvecs()
148 getEvals () const in getEvals()
157 getPointCount () const in getPointCount()
163 int nr_points;
188 using LeafPtr = Leaf *; argument
H A Duniform_sampling.h112 struct Leaf struct
114 Leaf () : idx (-1) { } in Leaf() function
119 std::unordered_map<std::size_t, Leaf> leaves_; argument
/dports/devel/texlab/texlab-3.3.0/cargo-crates/logos-derive-0.12.0/src/
H A Dleaf.rs11 pub struct Leaf<'t> { struct
12 pub ident: &'t Ident,
13 pub span: Span,
14 pub priority: usize,
15 pub field: MaybeVoid,
16 pub callback: Option<Callback>,
47 impl<'t> Leaf<'t> { implementation
74 impl Disambiguate for Leaf<'_> { implementation
75 fn cmp(left: &Leaf, right: &Leaf) -> Ordering { in cmp()
86 impl Debug for Leaf<'_> { implementation
/dports/devel/py-black/black-21.7b0/src/black/
H A Dnodes.py499 def container_of(leaf: Leaf) -> LN:
543 def is_docstring(leaf: Leaf) -> bool:
584 def is_one_tuple_between(opening: Leaf, closing: Leaf, leaves: List[Leaf]) -> bool:
693 def is_vararg(leaf: Leaf, within: Set[NodeType]) -> bool:
716 def is_multiline_string(leaf: Leaf) -> bool:
768 def is_empty_par(leaf: Leaf) -> bool:
772 def is_empty_lpar(leaf: Leaf) -> bool:
776 def is_empty_rpar(leaf: Leaf) -> bool:
780 def is_import(leaf: Leaf) -> bool:
794 def is_type_comment(leaf: Leaf, suffix: str = "") -> bool:
[all …]
H A Dbrackets.py68 def mark(self, leaf: Leaf) -> None:
141 def maybe_increment_for_loop_variable(self, leaf: Leaf) -> bool:
154 def maybe_decrement_after_for_loop_variable(self, leaf: Leaf) -> bool:
168 def maybe_increment_lambda_arguments(self, leaf: Leaf) -> bool:
181 def maybe_decrement_after_lambda_arguments(self, leaf: Leaf) -> bool:
199 def is_split_after_delimiter(leaf: Leaf, previous: Optional[Leaf] = None) -> Priority:
213 def is_split_before_delimiter(leaf: Leaf, previous: Optional[Leaf] = None) -> Priority:
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/amr/
H A DAMRAccel.h41 struct Leaf struct
43 Leaf() {} in Leaf() argument
44 Leaf(const Leaf &o) : brickList(o.brickList), bounds(o.bounds) {} in Leaf() function
48 const AMRData::Brick **brickList = nullptr;
53 box3f bounds;
58 range1f valueRange;
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dappdomain-marshalbyref-assemblyload-LeafAssembly.cs7 public class Leaf : MarshalByRefObject { class
8 static Leaf () { in Leaf() method in LeafAssembly.Leaf
11 public Leaf () { in Leaf() method in LeafAssembly.Leaf
/dports/www/grafana8/grafana-8.3.6/pkg/macaron/
H A Dtree.go35 type Leaf struct { struct
36 parent *Tree
38 typ patternType
39 pattern string
40 rawPattern string // Contains wildcard instead of regexp
41 wildcards []string
42 reg *regexp.Regexp
43 optional bool
45 handle Handle
146 func (l *Leaf) URLPath(pairs ...string) string {
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb10 procedure Leaf is subprogram
21 Leaf; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb10 procedure Leaf is subprogram
21 Leaf; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb10 procedure Leaf is subprogram
21 Leaf; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb10 procedure Leaf is subprogram
21 Leaf; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gnat.dg/
H A Dnull_pointer_deref3.adb11 procedure Leaf is subprogram
22 Leaf; argument

12345678910>>...61