OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Macros
fftpack_inc.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSIGN   -
 
#define PMSIGNC(a, b, c, d)   { a.r=c.r-d.r; a.i=c.i-d.i; b.r=c.r+d.r; b.i=c.i+d.i; }
 
#define MULPMSIGNC(a, b, c)   { a.r=b.r*c.r+b.i*c.i; a.i=b.r*c.i-b.i*c.r; }
 

Macro Definition Documentation

#define MULPMSIGNC (   a,
  b,
 
)    { a.r=b.r*c.r+b.i*c.i; a.i=b.r*c.i-b.i*c.r; }

Definition at line 52 of file fftpack_inc.c.

#define PMSIGNC (   a,
  b,
  c,
 
)    { a.r=c.r-d.r; a.i=c.i-d.i; b.r=c.r+d.r; b.i=c.i+d.i; }

Definition at line 50 of file fftpack_inc.c.

#define PSIGN   -

Definition at line 49 of file fftpack_inc.c.