Data Types - Analog Devices VISUALDSP++ 3.5 Manual

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

Achieving Optimal Performance from C/C++ Source Code

Data Types

The compiler directly supports the following scalar data types.
Single-Word Fixed-Point Data Types: Native Arithmetic
char
unsigned char
short
unsigned short
int
unsigned int
Double-Word Fixed-Point Data Types: Emulated Arithmetic
long
unsigned long
Floating-Point Data Types: Emulated Arithmetic
double
float
Fractional data types are represented using the integer types. Manipula-
tion of these is best done by use of built-in functions, described in
"System Support Built-In Functions" on page
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
16-bit signed integer
16-bit unsigned integer
16-bit signed integer
16-bit unsigned integer
16-bit signed integer
16-bit unsigned integer
32-bit signed integer
32-bit unsigned integer
32-bit float
32-bit float
2-26.
2-7

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents