Searched refs:stepVal (Results 1 – 4 of 4) sorted by relevance
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYStep.java | 27 private final double stepVal; field in XYStep 31 public XYStep(float stepCount, float stepPix, double stepVal) { in XYStep() argument 34 this.stepVal = stepVal; in XYStep() 54 return stepVal; in getStepVal()
|
D | XYStepCalculator.java | 53 double stepVal = 0; in getStep() local 58 stepVal = stepValue; in getStep() 65 …stepVal = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*ste… in getStep() 70 …stepVal = ValPixConverter.valPerPix(minVal.doubleValue(), maxVal.doubleValue(), plotPixelSize)*ste… in getStep() 73 return new XYStep(stepCount, stepPix, stepVal); in getStep()
|
/external/llvm-project/flang/lib/Semantics/ |
D | data-to-inits.cpp | 150 auto stepVal{step.value_or(1)}; in Scan() local 151 if (stepVal == 0) { in Scan() 165 for (auto n{(*upper - value + stepVal) / stepVal}; n > 0; in Scan() 166 --n, value += stepVal) { in Scan()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Transforms.cpp | 387 Value lbVal, Value ubVal, Value stepVal, in substituteLoopInExpr() argument 396 symbols.push_back(stepVal); in substituteLoopInExpr()
|