PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | MAX_TEST_COUNT 110465 |
#define | TEST_COUNT MAX_TEST_COUNT |
Functions | |
int | main (int argc, char **argv) |
Variables | |
coord_t | input_data [TEST_COUNT][2] |
phase_t | ref_results [TEST_COUNT][1] |
#define MAX_TEST_COUNT 110465 |
Definition at line 35 of file cordic_test.cpp.
#define TEST_COUNT MAX_TEST_COUNT |
Definition at line 37 of file cordic_test.cpp.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 47 of file cordic_test.cpp.
References input_data, NULL, ref_results, test_panda::stderr, TEST_COUNT, and top_atan2().
coord_t input_data[TEST_COUNT][2] |
Definition at line 44 of file cordic_test.cpp.
Referenced by main(), and Translator::merge_pa().
phase_t ref_results[TEST_COUNT][1] |
Definition at line 45 of file cordic_test.cpp.
Referenced by main().