/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYStepCalculator.java | 38 …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
|
D | XYGraphWidget.java | 538 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/ |
D | XYStepCalculatorTest.java | 47 …XYStep step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal… in testSubdivide() 55 … step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal); in testSubdivide()
|
D | XYSeriesRendererTest.java | 79 …XYStep domainStep = XYStepCalculator.getStep(plot, XYAxisType.DOMAIN, gridRect, plot.getCalculated… in testDataToGridCorrelation()
|
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 730 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/ |
D | IntrinsicInst.cpp | 99 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | BaseTween.java | 292 public int getStep() { in getStep() method in BaseTween
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 291 const SCEV *getStep() const { return Step; } in getStep() function
|
/external/turbine/javatests/com/google/turbine/lower/ |
D | LowerTest.java | 359 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/ |
D | LoopUtils.h | 285 const SCEV *getStep() const { return Step; } in getStep() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 716 Value *getStep() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1921 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/ |
D | StmtProfile.cpp | 447 if (C->getStep()) in VisitOMPLinearClause() 448 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
D | StmtPrinter.cpp | 844 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/ |
D | InductiveRangeCheckElimination.cpp | 172 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/ |
D | InstrProfiling.cpp | 601 auto *Count = Builder.CreateAdd(Load, Inc->getStep()); in lowerIncrement()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1956 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/ |
D | OpenMPClause.h | 2027 Expr *getStep() { return *(getFinals().end()); } in getStep() function 2029 const Expr *getStep() const { return *(getFinals().end()); } in getStep() function
|
D | RecursiveASTVisitor.h | 2788 TRY_TO(TraverseStmt(C->getStep()));
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1972 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2226 Visitor->AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9744 Expr *Step = Clause.getStep(); in FinishOpenMPLinearClause()
|
D | TreeTransform.h | 7925 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|