Searched defs:slope (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c72 float val, slope; local
110 val = slope = (float) xd/yd;
119 val = slope = (float) yd/xd;
127 incrway = itemp = sgn ((int) slope);
134 if (val * slope < 0) {
139 val += slope;
288 float radius, slope; local
318 slope = atan2((double)(y0 - y), (double)(x0 - x) );
319 if (slope == 0.0 && x0 < x)
320 slope
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c481 float dy, dx, slope; local
508 slope = dy/dx;
509 newval = xymap[i - 1].y + slope * (xval - xymap[i - 1].x);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c544 float dy, dx, slope; local
565 slope = dy/dx;
566 newval = xymap[i - 1].y + slope * (xval - xymap[i - 1].x);
732 * Infinite slope. Since the temperature reading
782 * Infinite slope. Since the temperature reading
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c343 float dy, dx, slope; local
364 slope = dy/dx;
365 newval = xymap[i - 1].y + slope * (xval - xymap[i - 1].x);

Completed in 73 milliseconds