27 typedef long long longint;
28 typedef unsigned long long ulongint;
29 #define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b)))
30 #define qbit_set(a,b) ((a) | ((ulongint)1 << (b)))
161 #define abs(x) ((x) >= 0 ? (x) : -(x))
162 #define dabs(x) (doublereal)abs(x)
165 #define max(a,b) ((a) >= (b) ? (a) : (b))
167 #define dmin(a,b) (doublereal)min(a,b)
168 #define dmax(a,b) (doublereal)max(a,b)
169 #define bit_test(a,b) ((a) >> (b) & 1)
170 #define bit_clear(a,b) ((a) & ~((uinteger)1 << (b)))
171 #define bit_set(a,b) ((a) | ((uinteger)1 << (b)))
175 #define F2C_proc_par_types 1
177 typedef int (*U_fp)(...);
187 typedef int (*
S_fp)(...);
189 typedef int (*U_fp)();
209 #ifndef Skip_f2c_Undefs
long int flag
Definition: f2c.H:49
unsigned long uinteger
Definition: f2c.H:11
VOID(* C_fp)()
Definition: f2c.H:194
integer1 g
Definition: f2c.H:132
VOID C_f
Definition: f2c.H:202
long int integer
Definition: alp_f2c.H:23
char integer1
Definition: f2c.H:25
doublereal i
Definition: alp_f2c.H:30
doublecomplex< T > z
Definition: f2c.H:139
char * addr
Definition: alp_f2c.H:149
long ftnlen
Definition: alp_f2c.H:53
short int shortint
Definition: f2c.H:13
VOID H_f
Definition: f2c.H:203
singlecomplex c
Definition: f2c.H:138
long flag
Definition: alp_f2c.H:52
doublereal(*)(* E_fp)()
Definition: f2c.H:193
Definition: alp_f2c.H:103
Definition: alp_f2c.H:155
integer i
Definition: alp_f2c.H:136
int type
Definition: alp_f2c.H:151
double doublereal
Definition: resolve.hpp:7
#define VOID
Definition: f2c.H:129
long int logical
Definition: f2c.H:22
VOID Z_f
Definition: f2c.H:204
singlereal r
Definition: f2c.H:136
ftnlen * dims
Definition: alp_f2c.H:150
double doublereal
Definition: f2c.H:16
float singlereal
Definition: f2c.H:14
singlereal(* R_fp)()
Definition: f2c.H:192
float f2c_real
Definition: f2c.H:15
integer(* I_fp)()
Definition: f2c.H:191
singlereal r
Definition: f2c.H:18
shortint(* J_fp)()
Definition: f2c.H:190
long int integer
Definition: f2c.H:10
char * name
Definition: alp_f2c.H:148
doublereal d
Definition: alp_f2c.H:138
singlereal r
Definition: f2c.H:17
int nvars
Definition: alp_f2c.H:158
Definition: alp_f2c.H:147
VOID(* Z_fp)()
Definition: f2c.H:195
logical(* L_fp)()
Definition: f2c.H:196
short int shortint
Definition: alp_f2c.H:26
Vardesc ** vars
Definition: alp_f2c.H:157
doublereal(* D_fp)()
Definition: f2c.H:193
long int ftnint
Definition: f2c.H:51
char * name
Definition: alp_f2c.H:156
long int ftnlen
Definition: f2c.H:50
Definition: alp_f2c.H:134
long ftnint
Definition: alp_f2c.H:54
shortint h
Definition: alp_f2c.H:135
char logical1
Definition: f2c.H:24
f2c_real i
Definition: alp_f2c.H:29
doublereal E_f
Definition: f2c.H:205
char * address
Definition: f2c.H:12
int(* S_fp)()
Definition: f2c.H:199
VOID(* H_fp)()
Definition: f2c.H:198
shortlogical(* K_fp)()
Definition: f2c.H:197
short int shortlogical
Definition: f2c.H:23
singlereal i
Definition: f2c.H:17