Searched refs:fnc (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 141 int th = threshold, org = origin, fnc = fence, l, h; in compute() local 149 new CumulateTask<T>(t, fn, a, org, fnc, th, mid, h); in compute() 151 new CumulateTask<T>(t, fn, a, org, fnc, th, l, mid); in compute() 211 else if (h < fnc) { // skip rightmost in compute() 235 par.out = (rt.hi == fnc ? lout : in compute() 293 int th = threshold, org = origin, fnc = fence, l, h; in compute() local 301 new LongCumulateTask(t, fn, a, org, fnc, th, mid, h); in compute() 303 new LongCumulateTask(t, fn, a, org, fnc, th, l, mid); in compute() 363 else if (h < fnc) { // skip rightmost in compute() 385 par.out = (rt.hi == fnc ? lout : in compute() [all …]
|