#include <stdlib.h>#include <stdio.h>#include <string.h>#include <math.h>#include "aflibConverter.h"#include "aflibConverterLargeFilter.h"#include "aflibConverterSmallFilter.h"Defines | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | Nhc 8 |
| #define | Na 7 |
| #define | Np (Nhc+Na) |
| #define | Npc (1<<Nhc) |
| #define | Amask ((1<<Na)-1) |
| #define | Pmask ((1<<Np)-1) |
| #define | Nh 16 |
| #define | Nb 16 |
| #define | Nhxn 14 |
| #define | Nhg (Nh-Nhxn) |
| #define | NLpScl 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001