static final class PAS.FJLPrecumulateOp extends PAS.FJLScanOp
array, base, reducer
fence, origin, threshold
Constructor and Description |
---|
PAS.FJLPrecumulateOp(AbstractParallelAnyArray.LPap pap,
Ops.LongReducer reducer,
long base) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
cumulateLeaf(int lo,
int hi,
PAS.FJScan f) |
(package private) void |
sumAndCumulateLeaf(int lo,
int hi,
PAS.FJScan f) |
(package private) void |
sumLeaf(int lo,
int hi,
PAS.FJScan f) |
newSubtask, pushDown, pushUp
PAS.FJLPrecumulateOp(AbstractParallelAnyArray.LPap pap, Ops.LongReducer reducer, long base)
void sumLeaf(int lo, int hi, PAS.FJScan f)
sumLeaf
in class PAS.FJScanOp
void cumulateLeaf(int lo, int hi, PAS.FJScan f)
cumulateLeaf
in class PAS.FJScanOp
void sumAndCumulateLeaf(int lo, int hi, PAS.FJScan f)
sumAndCumulateLeaf
in class PAS.FJScanOp