Home
last modified time | relevance | path

Searched defs:Step (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/rust/rust/tests/ui/deprecation/
Dderive_on_deprecated.rs11 pub struct Step<I> { struct
12 _skip: Option<I>,
/third_party/rust/rust/library/core/tests/
Dpattern.rs15 enum Step { enum
26 impl From<SearchStep> for Step { implementation
36 impl From<Option<(usize, usize)>> for Step { implementation
/third_party/rust/rust/compiler/rustc_index/src/
Dinterval.rs154 pub fn superset(&self, other: &IntervalSet<I>) -> bool in superset()
234 pub fn union(&mut self, other: &IntervalSet<I>) -> bool in union()
292 pub fn union_row(&mut self, row: R, from: &IntervalSet<C>) -> bool in union_row()
299 pub fn union_rows(&mut self, read: R, write: R) -> bool in union_rows()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Droot_node.h61 int64_t Step() const { return step_; } in Step() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dupsample_trilinear_3d_cpu_kernel.h60 void Step(const int64_t stride) { in Step() function
Dupsample_trilinear_3d_grad_cpu_kernel.h60 void Step(const int64_t stride) { in Step() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dupsample_trilinear3d_grad.h40 void Step(const int64_t stride) { in Step() function
/third_party/rust/rust/library/core/src/iter/
Drange.rs24 pub trait Step: Clone + PartialOrd + Sized { trait
238 impl Step for $u_narrower { impl
270 impl Step for $i_narrower { impl
334 impl Step for $u_wider { impl
359 impl Step for $i_wider { impl
/third_party/rust/rust/src/bootstrap/
Dclean.rs46 impl Step for $name { impl
Dinstall.rs138 impl Step for $name { impl
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DBufferUploadPerf.cpp113 void BufferUploadPerf::Step() { in Step() function in BufferUploadPerf
DSubresourceTrackingPerf.cpp88 void Step() override { in Step() function in SubresourceTrackingPerf
DShaderRobustnessPerf.cpp478 void ShaderRobustnessPerf::Step() { in Step() function in ShaderRobustnessPerf
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_resample.h144 uint32 Step () const in Step() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_resample.h144 uint32 Step () const in Step() function
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLContextSharingTest.cpp536 enum class Step in TEST_P() enum
682 enum class Step in TEST_P() enum
793 enum class Step in TEST_P() enum
DEGLContextASANTest.cpp62 enum class Step in TEST_P() enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp500 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
700 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
884 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
890 auto IsUnsupportedPredicate = [](const SCEV *Step, ICmpInst::Predicate Pred) { in parseLoopLatchICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp799 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor()
897 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
1086 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
DLoopCacheAnalysis.cpp85 const SCEV *Step = AR->getStepRecurrence(SE); in isOneDimensionalArray() local
429 const SCEV *Step = AR->getStepRecurrence(SE); in isSimpleAddRecurrence() local
DScalarEvolutionExpander.cpp295 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
1133 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1147 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1276 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() local
1364 const SCEV *Step = Normalized->getStepRecurrence(SE); in expandAddRecExprLiterally() local
2249 const SCEV *Step = AR->getStepRecurrence(SE); in generateOverflowCheck() local
2411 const SCEV *Step = AR->getStepRecurrence(SE); in follow() local
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.h122 const size_t Step = 8; in CollectFeatures() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Doutput.rs26 pub enum Step<'a> { enum
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dstack_frame.cc188 EvalResultPtr StackFrame::Step(const AnalysisEnginePtr &engine) { in Step() function in mindspore::abstract::StackFrame
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/rl/
Dtag_environment.cc134 bool TagEnvironment::Step(const std::vector<KernelTensor *> &inputs, const std::vector<KernelTensor… in Step() function in mindspore::kernel::TagEnvironment

1234