Home
last modified time | relevance | path

Searched refs:Spans (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/syn/0.15.42/src/
Dgen_helper.rs37 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/
Dgen_helper.rs37 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/
Dscale_and_translate_op.cc53 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 …]
Dscale_and_translate_op.h42 struct Spans { struct
/external/freetype/docs/
Draster.txt18 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/
DDwarfDebug.cpp1553 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/
Dshift-and-i128-ubfe.ll91 ; Spans more than 2 dword boundaries
Dshift-and-i64-ubfe.ll151 ; Spans the dword boundary, so requires full shift
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dshift-and-i128-ubfe.ll93 ; Spans more than 2 dword boundaries
Dshift-and-i64-ubfe.ll155 ; Spans the dword boundary, so requires full shift.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1871 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/
DREADME.md131 ## Spans and error reporting
/external/rust/crates/syn/1.0.7/
DREADME.md141 ## Spans and error reporting