Home | History | Annotate | Download | only in util

Lines Matching defs:origin

110         final int lo, hi, origin, fence, threshold;
118 this.lo = this.origin = lo; this.hi = this.fence = hi;
127 T[] array, int origin, int fence, int threshold,
131 this.origin = origin; this.fence = fence;
141 int th = threshold, org = origin, fnc = fence, l, h;
262 final int lo, hi, origin, fence, threshold;
270 this.lo = this.origin = lo; this.hi = this.fence = hi;
279 long[] array, int origin, int fence, int threshold,
283 this.origin = origin; this.fence = fence;
293 int th = threshold, org = origin, fnc = fence, l, h;
412 final int lo, hi, origin, fence, threshold;
420 this.lo = this.origin = lo; this.hi = this.fence = hi;
429 double[] array, int origin, int fence, int threshold,
433 this.origin = origin; this.fence = fence;
443 int th = threshold, org = origin, fnc = fence, l, h;
562 final int lo, hi, origin, fence, threshold;
570 this.lo = this.origin = lo; this.hi = this.fence = hi;
579 int[] array, int origin, int fence, int threshold,
583 this.origin = origin; this.fence = fence;
593 int th = threshold, org = origin, fnc = fence, l, h;