Home
last modified time | relevance | path

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

/dports/x11-clocks/dclock/dclock/
H A DDclock.c330 float slope_add, segxwidth, sxw; variable
641 slope_add = digit_h / (w->dclock.angle);
662 clip_pts[1].x = (int)(slope_add);
663 clip_pts[2].x = (int)(slope_add + digit_w);
675 clip_pts[1].x = (int)slope_add;
733 (slope_add + digit_w) *
738 w->dclock.backGC, 0, 0, (int)((slope_add +
772 (int)(slope_add + 0.5 * digit_w), (int)digit_h,
1581 0, j, (int)(digit_w + slope_add),
1585 0, 0, (int)(digit_w + slope_add), j,
[all …]
/dports/databases/mysql-udf/mysql-udf/
H A Dudf_slope.cc53 void slope_add( UDF_INIT* initid, UDF_ARGS* args, char* is_null, char *error );
139 slope_add( initid, args, is_null, is_error ); in slope_reset()
169 void slope_add( UDF_INIT* initid, UDF_ARGS* args, char* is_null, char* is_error ) in slope_add() function