ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Defines | Typedefs
f2c.h File Reference

(* $Id$)

Description not yet available. More...

Go to the source code of this file.

Classes

struct  alist
struct  cilist
struct  cllist
struct  complex
struct  doublecomplex
struct  icilist
struct  inlist
struct  Namelist
struct  olist
struct  Vardesc

Defines

#define abs(x)   ((x) >= 0 ? (x) : -(x))
#define dabs(x)   (doublereal)abs(x)
#define dmax(a, b)   (doublereal)max(a,b)
#define dmin(a, b)   (doublereal)min(a,b)
#define Extern   extern
#define F2C_proc_par_types   1
#define FALSE_   (0)
#define max(a, b)   ((a) >= (b) ? (a) : (b))
#define min(a, b)   ((a) <= (b) ? (a) : (b))
#define TRUE_   (1)
#define VOID   void

Typedefs

typedef VOID C_f
typedef VOID(* C_fp )()
typedef doublereal(* D_fp )()
typedef double doublereal
typedef doublereal E_f
typedef doublereal(*)(* E_fp )()
typedef long int flag
typedef long int ftnint
typedef long int ftnlen
typedef VOID H_f
typedef VOID(* H_fp )()
typedef integer(* I_fp )()
typedef long int integer
 barf [ba:rf] 2.
typedef char integer1
typedef shortint(* J_fp )()
typedef shortlogical(* K_fp )()
typedef logical(* L_fp )()
typedef long int logical
typedef char logical1
typedef struct Namelist Namelist
typedef real(* R_fp )()
typedef float real
typedef int(* S_fp )()
typedef short int shortint
typedef short int shortlogical
typedef int(* U_fp )()
typedef struct Vardesc Vardesc
typedef VOID Z_f
typedef VOID(* Z_fp )()

Detailed Description

Description not yet available.

Definition in file f2c.h.


Define Documentation

#define abs (   x)    ((x) >= 0 ? (x) : -(x))

Definition at line 201 of file f2c.h.

#define dabs (   x)    (doublereal)abs(x)

Definition at line 202 of file f2c.h.

#define dmax (   a,
 
)    (doublereal)max(a,b)

Definition at line 206 of file f2c.h.

#define dmin (   a,
 
)    (doublereal)min(a,b)

Definition at line 205 of file f2c.h.

#define Extern   extern

Definition at line 72 of file f2c.h.

#define F2C_proc_par_types   1

Definition at line 210 of file f2c.h.

#define FALSE_   (0)

Definition at line 68 of file f2c.h.

#define max (   a,
 
)    ((a) >= (b) ? (a) : (b))

Definition at line 204 of file f2c.h.

#define min (   a,
 
)    ((a) <= (b) ? (a) : (b))

Definition at line 203 of file f2c.h.

#define TRUE_   (1)

Definition at line 67 of file f2c.h.

#define VOID   void

Definition at line 169 of file f2c.h.


Typedef Documentation

typedef VOID C_f

Definition at line 237 of file f2c.h.

typedef VOID(* C_fp)()

Definition at line 229 of file f2c.h.

typedef doublereal(* D_fp)()

Definition at line 228 of file f2c.h.

typedef double doublereal

Definition at line 58 of file f2c.h.

typedef doublereal E_f

Definition at line 240 of file f2c.h.

typedef doublereal(*)(* E_fp)()

Definition at line 228 of file f2c.h.

typedef long int flag

Definition at line 83 of file f2c.h.

typedef long int ftnint

Definition at line 85 of file f2c.h.

typedef long int ftnlen

Definition at line 84 of file f2c.h.

typedef VOID H_f

Definition at line 238 of file f2c.h.

typedef VOID(* H_fp)()

Definition at line 233 of file f2c.h.

typedef integer(* I_fp)()

Definition at line 226 of file f2c.h.

typedef long int integer

barf [ba:rf] 2.

"He suggested using FORTRAN, and everybody barfed."

  • From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition)

Definition at line 54 of file f2c.h.

typedef char integer1

Definition at line 64 of file f2c.h.

typedef shortint(* J_fp)()

Definition at line 225 of file f2c.h.

typedef shortlogical(* K_fp)()

Definition at line 232 of file f2c.h.

typedef logical(* L_fp)()

Definition at line 231 of file f2c.h.

typedef long int logical

Definition at line 61 of file f2c.h.

typedef char logical1

Definition at line 63 of file f2c.h.

typedef struct Namelist Namelist

Definition at line 199 of file f2c.h.

typedef real(* R_fp)()

Definition at line 227 of file f2c.h.

typedef float real

Definition at line 57 of file f2c.h.

typedef int(* S_fp)()

Definition at line 234 of file f2c.h.

typedef short int shortint

Definition at line 56 of file f2c.h.

typedef short int shortlogical

Definition at line 62 of file f2c.h.

typedef int(* U_fp)()

Definition at line 224 of file f2c.h.

typedef struct Vardesc Vardesc

Definition at line 192 of file f2c.h.

typedef VOID Z_f

Definition at line 239 of file f2c.h.

typedef VOID(* Z_fp)()

Definition at line 230 of file f2c.h.