|
typedef u16 | accum124 |
| no direct ANSI counterpart. 12 bits int, 4 bits fraction
|
|
typedef u16 | fl::accum124 |
| no direct ANSI counterpart. 12 bits int, 4 bits fraction
|
|
typedef u32 | accum1616 |
| ANSI: signed _Accum. 16 bits int, 16 bits fraction.
|
|
typedef u32 | fl::accum1616 |
| ANSI: signed _Accum. 16 bits int, 16 bits fraction.
|
|
typedef u16 | accum88 |
| ANSI: unsigned short _Accum. 8 bits int, 8 bits fraction.
|
|
typedef u16 | fl::accum88 |
| ANSI: unsigned short _Accum. 8 bits int, 8 bits fraction.
|
|
typedef u16 | fl::fract16 |
| ANSI: unsigned _Fract.
|
|
typedef u16 | fract16 |
| ANSI: unsigned _Fract.
|
|
typedef u32 | fl::fract32 |
| ANSI: unsigned long _Fract. 32 bits int, 32 bits fraction.
|
|
typedef u32 | fract32 |
| ANSI: unsigned long _Fract. 32 bits int, 32 bits fraction.
|
|
typedef u8 | fl::fract8 |
| Fixed-Point Fractional Types.
|
|
typedef u8 | fract8 |
| Fixed-Point Fractional Types.
|
|
typedef signed char | fl::i8 |
|
typedef i32 | fl::saccum114 |
| no direct ANSI counterpart. 1 bit int, 14 bits fraction
|
|
typedef i32 | saccum114 |
| no direct ANSI counterpart. 1 bit int, 14 bits fraction
|
|
typedef i32 | fl::saccum1516 |
| ANSI: signed _Accum. 15 bits int, 16 bits fraction.
|
|
typedef i32 | saccum1516 |
| ANSI: signed _Accum. 15 bits int, 16 bits fraction.
|
|
typedef i16 | fl::saccum78 |
| ANSI: signed short _Accum. 7 bits int, 8 bits fraction.
|
|
typedef i16 | saccum78 |
| ANSI: signed short _Accum. 7 bits int, 8 bits fraction.
|
|
typedef i16 | fl::sfract15 |
| ANSI: signed _Fract.
|
|
typedef i16 | sfract15 |
| ANSI: signed _Fract.
|
|
typedef i32 | fl::sfract31 |
| ANSI: signed long _Fract. 31 bits int, 1 bit fraction.
|
|
typedef i32 | sfract31 |
| ANSI: signed long _Fract. 31 bits int, 1 bit fraction.
|
|
typedef i8 | fl::sfract7 |
| ANSI: signed short _Fract.
|
|
typedef i8 | sfract7 |
| ANSI: signed short _Fract.
|
|
typedef unsigned char | fl::u8 |
|
typedef unsigned int | fl::uint |
|