Home | History | Annotate | Download | only in octane

Lines Matching refs:C0

4326       var c0 = dict.get('C0') || [0];
4330 if (!isArray(c0) || !isArray(c1))
4333 var length = c0.length;
4336 diff.push(c1[i] - c0[i]);
4338 return [CONSTRUCT_INTERPOLATED, c0, diff, n];
4343 var c0 = IR[1];
4354 out.push(c0[j] + (x * diff[j]));