LALPulsar  6.1.0.1-b72065a
ComputeFstat_internal.h File Reference

Prototypes

static REAL4 compute_fstat_from_fa_fb (COMPLEX8 Fa, COMPLEX8 Fb, REAL4 A, REAL4 B, REAL4 C, REAL4 E, REAL4 Dinv)
 

Go to the source code of this file.

Data Structures

struct  FstatCommon
 
struct  FstatMethodFuncs
 

Macros

#define SQ(x)   ( (x) * (x) )
 
#define MYMAX(x, y)   ( (x) > (y) ? (x) : (y) )
 
#define MYMIN(x, y)   ( (x) < (y) ? (x) : (y) )
 
#define likely(x)   __builtin_expect(!!(x), 1)
 
#define unlikely(x)   __builtin_expect(!!(x), 0)
 

Macro Definition Documentation

◆ SQ

#define SQ (   x)    ( (x) * (x) )

Definition at line 35 of file ComputeFstat_internal.h.

◆ MYMAX

#define MYMAX (   x,
  y 
)    ( (x) > (y) ? (x) : (y) )

Definition at line 37 of file ComputeFstat_internal.h.

◆ MYMIN

#define MYMIN (   x,
  y 
)    ( (x) < (y) ? (x) : (y) )

Definition at line 38 of file ComputeFstat_internal.h.

◆ likely

#define likely (   x)    __builtin_expect(!!(x), 1)

Definition at line 41 of file ComputeFstat_internal.h.

◆ unlikely

#define unlikely (   x)    __builtin_expect(!!(x), 0)

Definition at line 42 of file ComputeFstat_internal.h.

Function Documentation

◆ compute_fstat_from_fa_fb()

static REAL4 compute_fstat_from_fa_fb ( COMPLEX8  Fa,
COMPLEX8  Fb,
REAL4  A,
REAL4  B,
REAL4  C,
REAL4  E,
REAL4  Dinv 
)
inlinestatic

Definition at line 79 of file ComputeFstat_internal.h.