#include "ifsim.h"
#include "cpdefs.h"
#include "fteparse.h"
#include "fteext.h"
Go to the source code of this file.
#define CCOPY |
( |
|
s, |
|
|
|
d, |
|
|
|
n |
|
) |
| |
Value: while (i--) *pd++ = *ps++; }
while(TDesc->tSucc!=NULL)
Definition at line 59 of file ftedefs.h.
#define DCOPY |
( |
|
s, |
|
|
|
d, |
|
|
|
n |
|
) |
| |
Value:{int i = (n); \
double *ps = (
double*)(
s);
double *pd = (
double*)(
d);
\ while (i--) *pd++ = *ps++; }
while(TDesc->tSucc!=NULL)
Definition at line 55 of file ftedefs.h.
#define DEF_HEIGHT 60 /* Line printer height. */ |
#define DEF_WIDTH 80 /* Line printer width. */ |
#define IPOINTMIN 20 /* When we start plotting incremental plots. */ |
#define mylog10 |
( |
|
xx | ) |
(((xx) > 0.0) ? log10(xx) : (- log10(HUGE))) |