BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
f2c.h File Reference

Go to the source code of this file.

Classes

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

Macros

#define TRUE_   (1)
 
#define FALSE_   (0)
 
#define Extern   extern
 
#define VOID   void
 
#define abs(x)
 
#define dabs(x)
 
#define min(a, b)
 
#define max(a, b)
 
#define dmin(a, b)
 
#define dmax(a, b)
 
#define F2C_proc_par_types   1
 

Typedefs

typedef char * address
 
typedef int(* U_fp) ()
 
typedef shortint(* J_fp) ()
 
typedef integer(* I_fp) ()
 
typedef real(* R_fp) ()
 
typedef doublereal(* D_fp) ()
 
typedef doublereal(* E_fp) ()
 
typedef VOID(* C_fp) ()
 
typedef VOID(* Z_fp) ()
 
typedef logical(* L_fp) ()
 
typedef shortlogical(* K_fp) ()
 
typedef VOID(* H_fp) ()
 
typedef int(* S_fp) ()
 

Macro Definition Documentation

◆ abs

#define abs ( x)
Value:
((x) >= 0 ? (x) : -(x))
Double_t x[10]

Definition at line 151 of file EeTo4e/EeTo4e-00-01-00/src/EeTo4e/basesv5.1/f2c.h.

◆ dabs

◆ dmax

#define dmax ( a,
b )
Value:
const double b
Definition slope.cxx:9

Definition at line 156 of file EeTo4e/EeTo4e-00-01-00/src/EeTo4e/basesv5.1/f2c.h.

◆ dmin

#define dmin ( a,
b )

◆ Extern

#define Extern   extern

◆ F2C_proc_par_types

#define F2C_proc_par_types   1

◆ FALSE_

#define FALSE_   (0)

◆ max

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

Definition at line 154 of file EeTo4e/EeTo4e-00-01-00/src/EeTo4e/basesv5.1/f2c.h.

◆ min

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

Definition at line 153 of file EeTo4e/EeTo4e-00-01-00/src/EeTo4e/basesv5.1/f2c.h.

◆ TRUE_

#define TRUE_   (1)

◆ VOID

#define VOID   void

Typedef Documentation

◆ address

typedef char* address

◆ C_fp

typedef VOID(* C_fp) ()

◆ D_fp

typedef doublereal(* D_fp) ()

◆ E_fp

typedef doublereal(* E_fp) ()

◆ H_fp

typedef VOID(* H_fp) ()

◆ I_fp

typedef integer(* I_fp) ()

◆ J_fp

typedef shortint(* J_fp) ()

◆ K_fp

typedef shortlogical(* K_fp) ()

◆ L_fp

typedef logical(* L_fp) ()

◆ R_fp

typedef real(* R_fp) ()

◆ S_fp

typedef int(* S_fp) ()

◆ U_fp

typedef int(* U_fp) ()

◆ Z_fp

typedef VOID(* Z_fp) ()