Home
last modified time | relevance | path

Searched defs:getStep (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp99 Value *InstrProfIncrementInst::getStep() const { in getStep() function in InstrProfIncrementInst
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h285 const SCEV *getStep() const { return Step; } in getStep() function
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h291 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-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp172 const SCEV *getStep() const { return Step; } in getStep() function in __anon8a5be2a50111::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