Go to the source code of this file.
double* ft_SMITHminmax |
( |
| ) |
|
Definition at line 168 of file graf.c.
173 char *text =
"Enter p for hardcopy, return to continue";
174 char *text1 =
"Hit p for hardcopy, any other key to continue";
186 &&
prefix(
"/dev/tty", buf)) {
187 fprintf(
cp_err,
"%s", text);
199 request.
fp = (FILE*)0;
static char buf[MAXPROMPT]
bool cp_getvar(char *n, int t, char *r)
struct graph::@2 absolute
union response::@11 reply
Definition at line 397 of file iplot.c.
400 struct dbcomm *db, *prev, *next;
451 for (db =
dbiplot; db; prev = db, db = next) {
454 if (db->db_graphid) {
477 if (db->db_graphid) {
484 for ( ; ddv; ddv = ddn) {
493 fprintf(
cp_err,
"Warning: iplot %d was not executed.\n",
void graf_slopelocation |
( |
| ) |
|
Definition at line 709 of file newgraf.c.
726 for (dl = dl0, i = 0; dl; dl = dl->
dl_next, i++) {
732 for (dl = dl0; dl; dl = dl0) {
748 if (i == 0 && *q ==
'\0')
break;
static void interpolateX()
static void interpolateY()
static void proc_option()
static void graf_display()
Definition at line 602 of file newgraf.c.
610 double *ah, *al, xx, xl, yy, dy, amx, amn;
632 for (dl = graf->
dlist; dl; dl = dl0) {
639 DevText(
"Monotonicity error, partial plot",graf->
scr.
XU,
651 for (dl = dl0, i = 0; dl; dl = dl->
dl_next, i++) {
671 for (dl = dl0, i = 0; dl; dl = dl->
dl_next, i++) {
674 amx = ((ah[i]+al[i])+(ah[i]-al[i])*(2*i+1))/2;
675 amn = ((ah[i]+al[i])-(ah[i]-al[i])*(2*(n-i)-1))/2;
684 l = (int) (.5 + graf->
scr.
Y*(yy - amn)/(amx - amn));
697 for (dl = dl0, i = 0; dl; dl = dl->
dl_next, i++) {
struct gtrace tdata[PNUM]
static void interpolateX()
static void interpolateY()
static void init_viewport()