f2c.h File Reference

Standard Fortran to C header file. More...

#include "config_manual.h"

Include dependency graph for f2c.h:

This graph shows which files directly or indirectly include this file:

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

Defines

#define qbit_clear(a, b)   ((a) & ~((ulongint)1 << (b)))
#define qbit_set(a, b)   ((a) | ((ulongint)1 << (b)))
#define TRUE_   (1)
#define FALSE_   (0)
#define Extern   extern
#define VOID   void
#define abs(x)   ((x) >= 0 ? (x) : -(x))
#define dabs(x)   (doublereal)abs(x)
#define min(a, b)   ((a) <= (b) ? (a) : (b))
#define max(a, b)   ((a) >= (b) ? (a) : (b))
#define dmin(a, b)   (doublereal)min(a,b)
#define dmax(a, b)   (doublereal)max(a,b)
#define bit_test(a, b)   ((a) >> (b) & 1)
#define bit_clear(a, b)   ((a) & ~((uinteger)1 << (b)))
#define bit_set(a, b)   ((a) | ((uinteger)1 << (b)))
#define F2C_proc_par_types   1

Typedefs

typedef int integer
 barf [ba:rf] 2.
typedef unsigned int uinteger
typedef char * address
typedef short int shortint
typedef float real
typedef double doublereal
typedef int logical
typedef short int shortlogical
typedef char logical1
typedef char integer1
typedef long long int longint
typedef unsigned long long int ulongint
typedef long int flag
typedef long int ftnlen
typedef long int ftnint
typedef union Multitype Multitype
typedef struct Vardesc Vardesc
typedef struct Namelist Namelist
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 )(...)
typedef void C_f
typedef void H_f
typedef void Z_f
typedef doublereal E_f


Detailed Description

Standard Fortran to C header file.

Definition in file f2c.h.


Define Documentation

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

#define bit_clear ( a,
 )     ((a) & ~((uinteger)1 << (b)))

Definition at line 185 of file f2c.h.

#define bit_set ( a,
 )     ((a) | ((uinteger)1 << (b)))

Definition at line 186 of file f2c.h.

#define bit_test ( a,
 )     ((a) >> (b) & 1)

Definition at line 184 of file f2c.h.

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

Definition at line 179 of file f2c.h.

Referenced by cgamma_().

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

Definition at line 183 of file f2c.h.

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

Definition at line 182 of file f2c.h.

#define Extern   extern

Definition at line 54 of file f2c.h.

#define F2C_proc_par_types   1

Definition at line 190 of file f2c.h.

#define FALSE_   (0)

Definition at line 50 of file f2c.h.

Referenced by cgamma_().

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

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

#define qbit_clear ( a,
 )     ((a) & ~((ulongint)1 << (b)))

Definition at line 46 of file f2c.h.

#define qbit_set ( a,
 )     ((a) | ((ulongint)1 << (b)))

Definition at line 47 of file f2c.h.

#define TRUE_   (1)

Definition at line 49 of file f2c.h.

Referenced by cgamma_(), and own_ew_().

#define VOID   void

Definition at line 146 of file f2c.h.


Typedef Documentation

typedef char* address

Definition at line 29 of file f2c.h.

typedef void C_f

Definition at line 217 of file f2c.h.

typedef void(* C_fp)(...)

Definition at line 197 of file f2c.h.

typedef doublereal(* D_fp)(...)

typedef double doublereal

Definition at line 32 of file f2c.h.

typedef doublereal E_f

Definition at line 220 of file f2c.h.

typedef doublereal(*)(* E_fp)(...)

Definition at line 196 of file f2c.h.

typedef long int flag

Definition at line 66 of file f2c.h.

typedef long int ftnint

Definition at line 68 of file f2c.h.

typedef long int ftnlen

Definition at line 67 of file f2c.h.

typedef void H_f

Definition at line 218 of file f2c.h.

typedef void(* H_fp)(...)

Definition at line 201 of file f2c.h.

typedef integer(* I_fp)(...)

Definition at line 194 of file f2c.h.

typedef 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 27 of file f2c.h.

typedef char integer1

Definition at line 38 of file f2c.h.

typedef shortint(* J_fp)(...)

Definition at line 193 of file f2c.h.

typedef shortlogical(* K_fp)(...)

Definition at line 200 of file f2c.h.

typedef logical(* L_fp)(...)

Definition at line 199 of file f2c.h.

typedef int logical

Definition at line 35 of file f2c.h.

typedef char logical1

Definition at line 37 of file f2c.h.

typedef long long int longint

Definition at line 40 of file f2c.h.

typedef union Multitype Multitype

Definition at line 159 of file f2c.h.

typedef struct Namelist Namelist

Definition at line 176 of file f2c.h.

typedef real(* R_fp)(...)

Definition at line 195 of file f2c.h.

typedef float real

Definition at line 31 of file f2c.h.

typedef int(* S_fp)(...)

Definition at line 202 of file f2c.h.

typedef short int shortint

Definition at line 30 of file f2c.h.

typedef short int shortlogical

Definition at line 36 of file f2c.h.

typedef int(* U_fp)(...)

Definition at line 192 of file f2c.h.

typedef unsigned int uinteger

Definition at line 28 of file f2c.h.

typedef unsigned long long int ulongint

Definition at line 41 of file f2c.h.

typedef struct Vardesc Vardesc

Definition at line 169 of file f2c.h.

typedef void Z_f

Definition at line 219 of file f2c.h.

typedef void(* Z_fp)(...)

Definition at line 198 of file f2c.h.


Generated on Wed Nov 20 09:27:55 2013 for TBCI Numerical high perf. C++ Library by  doxygen 1.5.6