DuQuad  v1.0
Quadratic Programming Optimizations
 All Data Structures Files Functions Variables Typedefs Macros
typedefs.h File Reference

Go to the source code of this file.

Typedefs

typedef char char_t
 
typedef signed char int8_t
 
typedef signed short int16_t
 
typedef signed int int32_t
 
typedef unsigned char uint8_t
 
typedef unsigned short uint16_t
 
typedef unsigned int uint32_t
 
typedef float float32_t
 
typedef double float64_t
 
typedef uint32_t boolean
 
typedef float64_t real_t
 

Typedef Documentation

typedef uint32_t boolean

Definition at line 24 of file typedefs.h.

typedef char char_t

Definition at line 11 of file typedefs.h.

typedef float float32_t

Definition at line 21 of file typedefs.h.

typedef double float64_t

Definition at line 22 of file typedefs.h.

typedef signed short int16_t

Definition at line 14 of file typedefs.h.

typedef signed int int32_t

Definition at line 15 of file typedefs.h.

typedef signed char int8_t

Definition at line 13 of file typedefs.h.

typedef float64_t real_t

Definition at line 25 of file typedefs.h.

typedef unsigned short uint16_t

Definition at line 18 of file typedefs.h.

typedef unsigned int uint32_t

Definition at line 19 of file typedefs.h.

typedef unsigned char uint8_t

Definition at line 17 of file typedefs.h.