This file contains basic scalar datatype used in GKlib. More...
Go to the source code of this file.
Macros | |
#define | GK_IDX_MAX ((SIZE_MAX>>1)-2) |
#define | PRIGKIDX "zd" |
#define | SCNGKIDX "zd" |
Typedefs | |
typedef double | gk_dreal_t |
typedef ssize_t | gk_idx_t |
typedef int32_t | gk_int_t |
typedef int64_t | gk_long_t |
typedef float | gk_real_t |
typedef uint32_t | gk_uint_t |
typedef uint64_t | gk_ulong_t |
typedef double | gk_wclock_t |
This file contains basic scalar datatype used in GKlib.
$Id: gk_types.h 10711 2011-08-31 22:23:04Z karypis $
Definition in file gk_types.h.
#define GK_IDX_MAX ((SIZE_MAX>>1)-2) |
Definition at line 32 of file gk_types.h.
#define PRIGKIDX "zd" |
Definition at line 34 of file gk_types.h.
#define SCNGKIDX "zd" |
Definition at line 35 of file gk_types.h.
typedef double gk_dreal_t |
Definition at line 28 of file gk_types.h.
Definition at line 22 of file gk_types.h.
Definition at line 23 of file gk_types.h.
Definition at line 25 of file gk_types.h.
typedef float gk_real_t |
Definition at line 27 of file gk_types.h.
Definition at line 24 of file gk_types.h.
typedef uint64_t gk_ulong_t |
Definition at line 26 of file gk_types.h.
typedef double gk_wclock_t |
Definition at line 29 of file gk_types.h.