Home
last modified time | relevance | path

Searched defs:getStep (Results 1 – 9 of 9) 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
51 …public static XYStep getStep(XYStepMode typeXY, float plotPixelSize, double stepValue, Number minV… in getStep() method in XYStepCalculator
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DTypePath.java94 public int getStep(final int index) { in getStep() method in TypePath
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp96 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/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/include/llvm/Analysis/
DIVDescriptors.h282 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/deqp/framework/randomshaders/
DrsgBinaryOps.cpp731 template <> inline float getStep (void) { return 0.25f; } in getStep() function
732 template <> inline int getStep (void) { return 1; } in getStep() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp159 const SCEV *getStep() const { return Step; } in getStep() function in __anon09120deb0111::InductiveRangeCheck
/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