Home
last modified time | relevance | path

Searched refs:newStep (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopTiling.cpp80 Value lowerBound, upperBound, newStep, iv, step, tileSizeConstant; in tileParallelLoop() local
81 std::tie(lowerBound, upperBound, newStep, iv, step, tileSizeConstant) = dim; in tileParallelLoop()
98 newBounds.push_back(newStep); in tileParallelLoop()
106 ValueRange{newStep, upperBound, iv})); in tileParallelLoop()
/external/angle/src/tests/egl_tests/
DEGLMultiThreadSteps.h70 void nextStep(E newStep) in nextStep() argument
74 *mCurrentStep = newStep; in nextStep()
DEGLContextASANTest.cpp89 auto nextStep = [&](Step newStep) { in TEST_P() argument
92 currentStep = newStep; in TEST_P()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerIntegrator.java630 boolean newStep = true; in integrate()
643 if (newStep) { in integrate()
658 newStep = false; in integrate()
937 newStep = true; in integrate()
/external/starlark-go/starlark/
Dlibrary.go851 newStep := r.step * step
855 step: newStep,
856 len: rangeLen(newStart, newStop, newStep),
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1935 Value newStep = in normalizeLoop() local
1951 /*step=*/newStep}; in normalizeLoop()