SIFT
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
types.hpp
Go to the documentation of this file.
1
#ifndef TYPES_HPP
2
#define TYPES_HPP
3
4
using
u8_t
=
unsigned
char;
5
using
i8_t
= char;
6
using
u16_t
=
unsigned
short
int;
7
using
i16_t
=
short
int;
8
using
u32_t
=
unsigned
long
int;
9
using
i32_t
=
long
int;
10
using
u64_t
=
unsigned
long
long
int;
11
using
i64_t
=
long
long
int;
12
13
using
f32_t
= float;
14
using
f64_t
= double;
15
using
f80_t
=
long
double;
16
17
#endif
f32_t
float f32_t
Definition:
types.hpp:13
u16_t
unsigned short int u16_t
Definition:
types.hpp:6
u32_t
unsigned long int u32_t
Definition:
types.hpp:8
u8_t
unsigned char u8_t
Definition:
types.hpp:4
u64_t
unsigned long long int u64_t
Definition:
types.hpp:10
f80_t
long double f80_t
Definition:
types.hpp:15
i8_t
char i8_t
Definition:
types.hpp:5
i64_t
long long int i64_t
Definition:
types.hpp:11
i32_t
long int i32_t
Definition:
types.hpp:9
f64_t
double f64_t
Definition:
types.hpp:14
i16_t
short int i16_t
Definition:
types.hpp:7
Generated on Wed Sep 2 2015 16:56:51 for SIFT by
1.8.10