Searched refs:Spans (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/syn/0.15.42/src/ |
D | gen_helper.rs | 37 pub fn tokens_helper<F: Fold + ?Sized, S: Spans>(folder: &mut F, spans: &S) -> S { in tokens_helper() 41 pub trait Spans { interface 45 impl Spans for Span { 51 impl Spans for [Span; 1] { impl 57 impl Spans for [Span; 2] { impl 63 impl Spans for [Span; 3] { impl 79 pub fn tokens_helper<'ast, V: Visit<'ast> + ?Sized, S: Spans>(visitor: &mut V, spans: &'ast S) { in tokens_helper() 83 pub trait Spans { trait 87 impl Spans for Span { 93 impl Spans for [Span; 1] { impl [all …]
|
/external/rust/crates/syn/1.0.7/src/ |
D | gen_helper.rs | 37 pub fn tokens_helper<F: Fold + ?Sized, S: Spans>(folder: &mut F, spans: &S) -> S { in tokens_helper() 41 pub trait Spans { interface 45 impl Spans for Span { 51 impl Spans for [Span; 1] { impl 57 impl Spans for [Span; 2] { impl 63 impl Spans for [Span; 3] { impl 79 pub fn tokens_helper<'ast, V: Visit<'ast> + ?Sized, S: Spans>(visitor: &mut V, spans: &S) { in tokens_helper() 83 pub trait Spans { trait 87 impl Spans for Span { 93 impl Spans for [Span; 1] { impl [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scale_and_translate_op.cc | 53 const bool antialias, Spans* spans) { in ComputeSpansCore() 125 Status ComputeGradSpansCore(OpKernelContext* context, const Spans& spans, in ComputeGradSpansCore() 127 const int64 forward_input_size, Spans* grad_spans) { in ComputeGradSpansCore() 192 const bool antialias, Spans* spans) { in ComputeSpans() 241 Spans* grad_spans) { in ComputeGradSpans() 242 Spans spans; in ComputeGradSpans() 337 functor::Spans col_spans; in Compute() 342 functor::Spans row_spans; in Compute() 356 const functor::Spans& const_row_spans = row_spans; in Compute() 361 const functor::Spans& const_col_spans = col_spans; in Compute() [all …]
|
D | scale_and_translate_op.h | 42 struct Spans { struct
|
/external/freetype/docs/ |
D | raster.txt | 18 2. Profiles and Spans 24 f. Sweeping and Sorting the Spans 164 2. Profiles and Spans 565 f. Sweeping and Sorting the Spans
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1553 DenseMap<DwarfCompileUnit *, std::vector<ArangeSpan>> Spans; in emitDebugARanges() local 1569 Spans[Cur.CU].push_back(Span); in emitDebugARanges() 1604 Spans[Prev.CU].push_back(Span); in emitDebugARanges() 1618 for (const auto &it : Spans) { in emitDebugARanges() 1631 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | shift-and-i128-ubfe.ll | 91 ; Spans more than 2 dword boundaries
|
D | shift-and-i64-ubfe.ll | 151 ; Spans the dword boundary, so requires full shift
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | shift-and-i128-ubfe.ll | 93 ; Spans more than 2 dword boundaries
|
D | shift-and-i64-ubfe.ll | 155 ; Spans the dword boundary, so requires full shift.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1871 DenseMap<DwarfCompileUnit *, std::vector<ArangeSpan>> Spans; in emitDebugARanges() local 1887 Spans[Cur.CU].push_back(Span); in emitDebugARanges() 1922 Spans[Prev.CU].push_back(Span); in emitDebugARanges() 1936 for (const auto &it : Spans) { in emitDebugARanges() 1949 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges()
|
/external/rust/crates/syn/0.15.42/ |
D | README.md | 131 ## Spans and error reporting
|
/external/rust/crates/syn/1.0.7/ |
D | README.md | 141 ## Spans and error reporting
|