Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java146 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
154 new CumulateTask<T>(t, fn, a, org, fnc, th, mid, h); in compute()
156 new CumulateTask<T>(t, fn, a, org, fnc, th, l, mid); in compute()
216 else if (h < fnc) { // skip rightmost in compute()
240 par.out = (rt.hi == fnc ? lout : in compute()
300 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
308 new LongCumulateTask(t, fn, a, org, fnc, th, mid, h); in compute()
310 new LongCumulateTask(t, fn, a, org, fnc, th, l, mid); in compute()
370 else if (h < fnc) { // skip rightmost in compute()
392 par.out = (rt.hi == fnc ? lout : in compute()
[all …]