PandA-2024.02
Macros | Typedefs | Functions
diff_sq_acc.h File Reference
#include <stdlib.h>
#include "ap_int.h"
Include dependency graph for diff_sq_acc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define N   10
 

Typedefs

typedef ap_int< 16 > din_t
 
typedef ap_int< 48 > dout_t
 

Functions

void diff_sq_acc (din_t a[N], din_t b[N], dout_t *dout)
 

Macro Definition Documentation

◆ N

#define N   10

Definition at line 39 of file diff_sq_acc.h.

Typedef Documentation

◆ din_t

typedef ap_int<16> din_t

Definition at line 36 of file diff_sq_acc.h.

◆ dout_t

typedef ap_int<48> dout_t

Definition at line 37 of file diff_sq_acc.h.

Function Documentation

◆ diff_sq_acc()

void diff_sq_acc ( din_t  a[N],
din_t  b[N],
dout_t dout 
)

Definition at line 32 of file diff_sq_acc.cpp.

References N.

Referenced by main().

Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:08 for PandA-2024.02 by doxygen 1.8.13