![]() |
PandA-2024.02
|
#include <stdlib.h>#include <stdio.h>#include <ap_int.h>#include <ap_fixed.h>
Go to the source code of this file.
Macros | |
| #define | NUM_ELEM 128 |
| #define | DB_OPTIMIZED |
Functions | |
| float | hls_fp_accumulator (float window0[NUM_ELEM]) |
| float | ref_fp_accumulator (float window[NUM_ELEM]) |
| float | PseudoCasual (void) |
| int | main (void) |
| #define DB_OPTIMIZED |
Definition at line 37 of file fp_accum.cpp.
| #define NUM_ELEM 128 |
Definition at line 35 of file fp_accum.cpp.
Referenced by main(), and ref_fp_accumulator().
| float hls_fp_accumulator | ( | float | window0[NUM_ELEM] | ) |
Definition at line 56 of file fp_accum.cpp.
Referenced by main().

| int main | ( | void | ) |
Definition at line 168 of file fp_accum.cpp.
References hls_fp_accumulator(), NUM_ELEM, PseudoCasual(), ref_fp_accumulator(), and x.

| float PseudoCasual | ( | void | ) |
Definition at line 131 of file fp_accum.cpp.
Referenced by main().

1.8.13