Home | History | Annotate | Download | only in source

Lines Matching refs:y0

88 		real64 y0 = fTable [lower];
91 real64 delta = (y1 - y0) / (real64) range;
96 y0 += delta;
98 fTable [j] = (real32) y0;
161 real64 y0 = fTable [0];
164 real64 base = y0 * 65535.0 + 0.5;
165 real64 slope = (y1 - y0) * 65535.0;
183 y0 = y1;
186 base = y0 * 65535.0 + 0.5;
187 slope = (y1 - y0) * 65535.0;