Basic NPP Data Types
[NPP Type Definitions and Constants]


Data Structures

struct  Npp16sc
 Complex Number This struct represents a short complex number. More...
struct  Npp32sc
 Complex Number This struct represents a signed int complex number. More...
struct  Npp32fc
 Complex Number This struct represents a single floating-point complex number. More...
struct  Npp64sc
 Complex Number This struct represents a long long complex number. More...
struct  Npp64fc
 Complex Number This struct represents a double floating-point complex number. More...

Typedefs

typedef unsigned char Npp8u
 8-bit unsigned chars
typedef signed char Npp8s
 8-bit signed chars
typedef unsigned short Npp16u
 16-bit unsigned integers
typedef short Npp16s
 16-bit signed integers
typedef unsigned int Npp32u
 32-bit unsigned integers
typedef int Npp32s
 32-bit signed integers
typedef unsigned long long Npp64u
 64-bit unsigned integers
typedef long long Npp64s
 64-bit signed integers
typedef float Npp32f
 32-bit (IEEE) floating-point numbers
typedef double Npp64f
 64-bit floating-point numbers

Typedef Documentation

typedef short Npp16s

16-bit signed integers

typedef unsigned short Npp16u

16-bit unsigned integers

typedef float Npp32f

32-bit (IEEE) floating-point numbers

typedef int Npp32s

32-bit signed integers

typedef unsigned int Npp32u

32-bit unsigned integers

typedef double Npp64f

64-bit floating-point numbers

typedef long long Npp64s

64-bit signed integers

typedef unsigned long long Npp64u

64-bit unsigned integers

typedef signed char Npp8s

8-bit signed chars

typedef unsigned char Npp8u

8-bit unsigned chars


Copyright © 2009-2010 NVIDIA Corporation