Home
last modified time | relevance | path

Searched refs:getStep (Results 1 – 25 of 58) sorted by relevance

123

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYStepCalculator.java38 …public static XYStep getStep(XYPlot plot, XYAxisType axisType, RectF rect, Number minVal, Number m… in getStep() method in XYStepCalculator
42 … step = getStep(plot.getDomainStepMode(), rect.width(), plot.getDomainStepValue(), minVal, maxVal); in getStep()
45 … step = getStep(plot.getRangeStepMode(), rect.height(), plot.getRangeStepValue(), minVal, maxVal); in getStep()
51 …public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minV… in getStep() method in XYStepCalculator
DXYGraphWidget.java538 XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, in drawGrid()
614 XYStep rangeStep = XYStepCalculator.getStep(plot, XYAxisType.RANGE, in drawGrid()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DXYStepCalculatorTest.java47 …XYStep step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal… in testSubdivide()
55 … step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal); in testSubdivide()
DXYSeriesRendererTest.java79 …XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, gridRect, plot.getCalculated… in testDataToGridCorrelation()
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp94 (op.getStep() == 1)) in normalizeAffineFor()
106 int64_t origLoopStep = op.getStep(); in normalizeAffineFor()
DAffineDataCopyGeneration.cpp153 bool recurseInner = skipNonUnitStrideLoops ? forOp.getStep() != 1 in runOnBlock()
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp730 template <typename T> T getStep (void);
731 template <> inline float getStep (void) { return 0.25f; } in getStep() function
732 template <> inline int getStep (void) { return 1; } in getStep() function
742 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()()
763 aMax = rMin - getStep<T>(); in operator ()()
798 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()()
830 aMin = rMax + getStep<T>(); in operator ()()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp90 int64_t step = forOp.getStep(); in getCleanupLoopLowerBound()
261 ubOperands, ubMap, srcForOp.getStep()); in generateShiftedLoop()
280 -static_cast<int64_t>(srcForOp.getStep() * shift)), in generateShiftedLoop()
327 int64_t step = forOp.getStep(); in affineForOpBodySkew()
666 AffineExpr origLoopStep = b.getAffineConstantExpr(origLoop.getStep()); in setIntraTileBoundsParametric()
688 newIntraTileLoop.setStep(origLoop.getStep()); in setIntraTileBoundsParametric()
785 newLoop.setStep(origLoop.getStep()); in setInterTileBoundsParametric()
1145 int64_t step = forOp.getStep(); in loopUnrollByFactor()
1368 int64_t step = forOp.getStep(); in loopUnrollJamByFactor()
1651 auto originalStep = forOp.getStep(); in stripmineSink()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_transforms.cc62 loop.getStep() == 1 && loop.getUpperBoundMap().getNumResults() == 1 && in IsSimpleLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp96 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h282 const SCEV *getStep() const { return Step; } in getStep() function
/external/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h279 const SCEV *getStep() const { return Step; } in getStep() function
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DBaseTween.java292 public int getStep() { in getStep() method in BaseTween
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h291 const SCEV *getStep() const { return Step; } in getStep() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp645 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement()
648 Value *IncStep = Inc->getStep(); in lowerIncrement()
650 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp704 Builder.CreateAtomicRMW(AtomicRMWInst::Add, Addr, Inc->getStep(), in lowerIncrement()
707 Value *IncStep = Inc->getStep(); in lowerIncrement()
709 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
/external/llvm-project/llvm/lib/IR/
DIntrinsicInst.cpp98 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/external/llvm-project/mlir/lib/Transforms/
DPipelineDataTransfer.cpp100 int64_t step = forOp.getStep(); in doubleBuffer()
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp38 int64_t step = forOp.getStep(); in buildTripCountMapAndOperands()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java365 assertThat(path[0].getStep(0)).isEqualTo(TypePath.ARRAY_ELEMENT); in typePath()
367 assertThat(path[0].getStep(1)).isEqualTo(TypePath.ARRAY_ELEMENT); in typePath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp211 const SCEV *Step = IndDesc.getStep(); in getBounds()
361 return SE.isLoopInvariant(IndDesc.getStep(), this); in isAuxiliaryInductionVariable()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp212 const SCEV *Step = IndDesc.getStep(); in getBounds()
362 return SE.isLoopInvariant(IndDesc.getStep(), this); in isAuxiliaryInductionVariable()
/external/llvm-project/mlir/lib/Conversion/SCFToGPU/
DSCFToGPU.cpp67 return builder.create<ConstantIndexOp>(forOp.getLoc(), forOp.getStep()); in getOrCreateStep()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1833 assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) && in widenIntOrFpInduction()
1839 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), in widenIntOrFpInduction()
1842 Step = cast<SCEVUnknown>(ID.getStep())->getValue(); in widenIntOrFpInduction()
2828 auto Step = ID.getStep(); in emitTransformedIndex()
3054 Type *StepType = II.getStep()->getType(); in createVectorizedLoopSkeleton()
3180 !II.getStep()->getType()->isIntegerTy() in fixupIVUsers()
3182 II.getStep()->getType()) in fixupIVUsers()
3183 : B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType()); in fixupIVUsers()
4166 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicInst.h819 Value *getStep() const;

123