Searched refs:npoints (Results 1 – 4 of 4) sorted by relevance
67 int npoints);70 int npoints);816 int npoints) /* number of valid points */ in PeriodicSpline() argument824 for (i = 1; i < npoints; ++i) { in PeriodicSpline()827 h[0] = h[npoints - 1]; in PeriodicSpline()828 deltaz[0] = deltaz[npoints - 1]; in PeriodicSpline()831 for (i = 1; i < npoints - 1; ++i) { in PeriodicSpline()840 for (i = 2; i < npoints - 1; ++i) { in PeriodicSpline()848 r[npoints - 1] = 1; in PeriodicSpline()849 s[npoints - 1] = 0; in PeriodicSpline()[all …]
800 void determine_line_limits (char code, hvpair *point, int npoints);1331 int npoints) in determine_line_limits() argument1359 for (i = 0; i < npoints; i++) { in determine_line_limits()1368 for (i = 0; i < npoints; i++) { in determine_line_limits()1398 for (i = 0; i < npoints; i++) { in determine_line_limits()1407 for (i = 0; i < npoints; i++) { in determine_line_limits()1415 void troff_output_file::draw(char code, hvpair *point, int npoints, in draw() argument1439 for (i = 0; i < npoints; i++) { in draw()1445 determine_line_limits(code, point, npoints); in draw()1448 for (i = 0; i < npoints; i++) in draw()[all …]
7754 int npoints = 0; in read_draw_node() local7772 ++npoints; in read_draw_node()7790 if (npoints != 1 || no_last_v) { in read_draw_node()7792 npoints = 1; in read_draw_node()7796 if (npoints != 1 || !no_last_v) { in read_draw_node()7798 npoints = 1; in read_draw_node()7803 if (npoints != 1 || no_last_v) { in read_draw_node()7805 npoints = 1; in read_draw_node()7809 if (npoints != 2 || no_last_v) { in read_draw_node()7811 npoints = 2; in read_draw_node()[all …]
585 int npoints; variable