Jspice3
ftedefs.h File Reference
#include "ifsim.h"
#include "cpdefs.h"
#include "fteparse.h"
#include "fteext.h"
Include dependency graph for ftedefs.h:

Go to the source code of this file.

Data Structures

struct  circ
 
struct  subcirc
 

Macros

#define DEF_WIDTH   80 /* Line printer width. */
 
#define DEF_HEIGHT   60 /* Line printer height. */
 
#define IPOINTMIN   20 /* When we start plotting incremental plots. */
 
#define mylog10(xx)   (((xx) > 0.0) ? log10(xx) : (- log10(HUGE)))
 
#define DCOPY(s, d, n)
 
#define CCOPY(s, d, n)
 

Macro Definition Documentation

#define CCOPY (   s,
  d,
 
)
Value:
{int i = (n); \
complex *ps = (complex*)(s); complex *pd = (complex*)(d); \
while (i--) *pd++ = *ps++; }
Definition: cddefs.h:119
Definition: cpstd.h:29
Definition: cddefs.h:237
while(TDesc->tSucc!=NULL)
Definition: cd.c:1335
struct _complex complex
Definition: cpstd.h:33

Definition at line 59 of file ftedefs.h.

#define DCOPY (   s,
  d,
 
)
Value:
{int i = (n); \
double *ps = (double*)(s); double *pd = (double*)(d); \
while (i--) *pd++ = *ps++; }
Definition: cddefs.h:119
Definition: cddefs.h:237
while(TDesc->tSucc!=NULL)
Definition: cd.c:1335

Definition at line 55 of file ftedefs.h.

#define DEF_HEIGHT   60 /* Line printer height. */

Definition at line 16 of file ftedefs.h.

#define DEF_WIDTH   80 /* Line printer width. */

Definition at line 15 of file ftedefs.h.

#define IPOINTMIN   20 /* When we start plotting incremental plots. */

Definition at line 17 of file ftedefs.h.

#define mylog10 (   xx)    (((xx) > 0.0) ? log10(xx) : (- log10(HUGE)))

Definition at line 53 of file ftedefs.h.