Home
last modified time | relevance | path

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

12

/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/annotation-tools/asmx/src/org/objectweb/asm/
DTypePath.java107 public int getStep(int index) { in getStep() method in TypePath
177 switch (getStep(i)) { in toString()
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp480 template <typename T> T getStep (void);
481 template <> inline float getStep (void) { return 0.25f; } in getStep() function
482 template <> inline int getStep (void) { return 1; } in getStep() function
492 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()()
513 aMax = rMin - getStep<T>(); in operator ()()
548 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()()
580 aMin = rMax + getStep<T>(); in operator ()()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java350 assertThat(path[0].getStep(0)).isEqualTo(TypePath.ARRAY_ELEMENT); in typePath()
352 assertThat(path[0].getStep(1)).isEqualTo(TypePath.ARRAY_ELEMENT); in typePath()
/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/guice/lib/build/
Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
/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/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/annotation-tools/annotation-file-utilities/lib/
Dasm-5.0.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
/external/kotlinc/lib/
Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin ...
Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin ...
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1972 Record.AddStmt(C->getStep()); in VisitOMPLinearClause()
/external/guice/extensions/struts2/lib/
Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/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()
/external/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...
/external/mockito/lib/
Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...

12