Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
f2c.h File Reference
#include <math.h>
Go to the source code of this file.
Define Documentation
#define abs |
( |
x |
|
) |
((x) >= 0 ? (x) : -(x))
|
|
#define bit_test |
( |
a, |
|
|
b |
|
) |
((a) >> (b) & 1)
|
|
#define complex complexxx
|
|
|
Definition at line 12 of file f2c.h. |
|
Definition at line 40 of file f2c.h. |
#define F2C_proc_par_types 1
|
|
|
Definition at line 36 of file f2c.h. |
#define max |
( |
a, |
|
|
b |
|
) |
((a) >= (b) ? (a) : (b))
|
|
#define min |
( |
a, |
|
|
b |
|
) |
((a) <= (b) ? (a) : (b))
|
|
|
barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
- From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition)
Definition at line 10 of file f2c.h. |
|
Definition at line 35 of file f2c.h. |
Typedef Documentation
|
Definition at line 16 of file f2c.h. |
typedef double doublereal
|
|
|
Definition at line 19 of file f2c.h. |
|
Definition at line 51 of file f2c.h. |
|
Definition at line 53 of file f2c.h. |
|
Definition at line 52 of file f2c.h. |
|
Definition at line 14 of file f2c.h. |
|
Definition at line 27 of file f2c.h. |
|
Definition at line 24 of file f2c.h. |
|
Definition at line 26 of file f2c.h. |
typedef union Multitype Multitype
|
|
typedef struct Namelist Namelist
|
|
|
Definition at line 18 of file f2c.h. |
typedef short int shortint
|
|
|
Definition at line 17 of file f2c.h. |
typedef short int shortlogical
|
|
|
Definition at line 25 of file f2c.h. |
typedef unsigned long uinteger
|
|
|
Definition at line 15 of file f2c.h. |
typedef struct Vardesc Vardesc
|
|