PandA-2024.02
|
#include <stdlib.h>
#include "ap_int.h"
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) |
#define N 10 |
Definition at line 39 of file diff_sq_acc.h.
typedef ap_int<16> din_t |
Definition at line 36 of file diff_sq_acc.h.
typedef ap_int<48> dout_t |
Definition at line 37 of file diff_sq_acc.h.