D | ArrayPrefixHelpers.java | 81 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.CumulateTask 91 this.threshold = in CumulateTask() 98 T[] array, int origin, int fence, int threshold, in CumulateTask() argument 103 this.threshold = threshold; in CumulateTask() 112 int th = threshold, org = origin, fnc = fence, l, h; in compute() 233 final int lo, hi, origin, fence, threshold; field in ArrayPrefixHelpers.LongCumulateTask 243 this.threshold = in LongCumulateTask() 250 long[] array, int origin, int fence, int threshold, in LongCumulateTask() argument 255 this.threshold = threshold; in LongCumulateTask() 264 int th = threshold, org = origin, fnc = fence, l, h; in compute() [all …]
|