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) |
Definition at line 35 of file ComputeFstat_internal.h.
Definition at line 37 of file ComputeFstat_internal.h.
Definition at line 38 of file ComputeFstat_internal.h.
Definition at line 41 of file ComputeFstat_internal.h.
Definition at line 42 of file ComputeFstat_internal.h.