Searched refs:npoints (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp67 int npoints);
70 int npoints);
801 | Routine: PeriodicSpline (h, z, dz, d2z, d3z, npoints)
816 int npoints) /* number of valid points */
824 for (i = 1; i < npoints; ++i) {
827 h[0] = h[npoints - 1];
828 deltaz[0] = deltaz[npoints - 1];
831 for (i = 1; i < npoints - 1; ++i) {
840 for (i = 2; i < npoints - 1; ++i) {
848 r[npoints
811 PeriodicSpline(double h[], int z[], double dz[], double d2z[], double d3z[], int npoints) argument
883 NaturalEndSpline(double h[], int z[], double dz[], double d2z[], double d3z[], int npoints) argument
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp800 void determine_line_limits (char code, hvpair *point, int npoints);
1331 int npoints)
1359 for (i = 0; i < npoints; i++) {
1368 for (i = 0; i < npoints; i++) {
1398 for (i = 0; i < npoints; i++) {
1407 for (i = 0; i < npoints; i++) {
1415 void troff_output_file::draw(char code, hvpair *point, int npoints, argument
1439 for (i = 0; i < npoints; i++) {
1445 determine_line_limits(code, point, npoints);
1448 for (i = 0; i < npoints;
1330 determine_line_limits(char code, hvpair *point, int npoints) argument
[all...]
H A Dnode.h585 int npoints; member in class:draw_node

Completed in 112 milliseconds