SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
common.h File Reference

Go to the source code of this file.

Macros

#define RANDOM_MAX   2147483647
#define STRING_LEN   256
#define STRING_LEN_STR   "256"

Typedefs

typedef char string_t [STRING_LEN]
typedef int machine_int_t

Standard Types

Definition of Platform independent Types

#define __STDC_FORMAT_MACROS   1
typedef float float32_t
typedef double float64_t
typedef long double floatmax_t

Macro Definition Documentation

#define __STDC_FORMAT_MACROS   1

Definition at line 46 of file common.h.

#define RANDOM_MAX   2147483647

Definition at line 25 of file common.h.

#define STRING_LEN   256

Definition at line 61 of file common.h.

#define STRING_LEN_STR   "256"

Definition at line 62 of file common.h.

Typedef Documentation

typedef float float32_t

Implementations tend to follow IEEE754

See Also
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4610935

Definition at line 55 of file common.h.

typedef double float64_t

Definition at line 56 of file common.h.

typedef long double floatmax_t

Definition at line 57 of file common.h.

typedef int machine_int_t

Definition at line 65 of file common.h.

typedef char string_t[STRING_LEN]

Definition at line 63 of file common.h.


SHOGUN Machine Learning Toolbox - Documentation