Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp99 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/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/turbine/javatests/com/google/turbine/lower/
DLowerTest.java359 assertThat(path[0].getStep(0)).isEqualTo(TypePath.ARRAY_ELEMENT); in typePath()
361 assertThat(path[0].getStep(1)).isEqualTo(TypePath.ARRAY_ELEMENT); in typePath()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h285 const SCEV *getStep() const { return Step; } in getStep() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h716 Value *getStep() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1921 assert(PSE.getSE()->isLoopInvariant(ID.getStep(), OrigLoop) && in widenIntOrFpInduction()
1927 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), in widenIntOrFpInduction()
1930 Step = cast<SCEVUnknown>(ID.getStep())->getValue(); in widenIntOrFpInduction()
2925 Type *StepType = II.getStep()->getType(); in createVectorizedLoopSkeleton()
3021 !II.getStep()->getType()->isIntegerTy() in fixupIVUsers()
3023 II.getStep()->getType()) in fixupIVUsers()
3024 : B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType()); in fixupIVUsers()
3838 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
/external/clang/lib/AST/
DStmtProfile.cpp447 if (C->getStep()) in VisitOMPLinearClause()
448 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
DStmtPrinter.cpp844 if (Node->getStep() != nullptr) { in VisitOMPLinearClause()
846 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp172 const SCEV *getStep() const { return Step; } in getStep() function in __anon8a5be2a50111::InductiveRangeCheck
1689 const SCEVConstant *D = dyn_cast<SCEVConstant>(getStep()); in computeSafeIterationSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp601 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1956 Step = Exp.expandCodeFor(ID.getStep(), ID.getStep()->getType(), in widenIntInduction()
3078 II.getStep()->getType(), "cast.crd"); in createEmptyLoop()
3171 Value *CMO = B.CreateSExtOrTrunc(CountMinusOne, II.getStep()->getType(), in fixupIVUsers()
4030 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
/external/clang/include/clang/AST/
DOpenMPClause.h2027 Expr *getStep() { return *(getFinals().end()); } in getStep() function
2029 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
DRecursiveASTVisitor.h2788 TRY_TO(TraverseStmt(C->getStep()));
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1972 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
/external/clang/tools/libclang/
DCIndex.cpp2226 Visitor->AddStmt(C->getStep()); in VisitOMPLinearClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp9744 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause()
DTreeTransform.h7925 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()