PandA-2024.02
Macros | Functions | Variables
cordic_test.cpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include "read_file.h"
#include "cordic.h"
Include dependency graph for cordic_test.cpp:

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]
 

Macro Definition Documentation

◆ MAX_TEST_COUNT

#define MAX_TEST_COUNT   110465

Definition at line 35 of file cordic_test.cpp.

◆ TEST_COUNT

#define TEST_COUNT   MAX_TEST_COUNT

Definition at line 37 of file cordic_test.cpp.

Referenced by main().

Function Documentation

◆ 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().

Here is the call graph for this function:

Variable Documentation

◆ input_data

coord_t input_data[TEST_COUNT][2]

Definition at line 44 of file cordic_test.cpp.

Referenced by main(), and Translator::merge_pa().

◆ ref_results

phase_t ref_results[TEST_COUNT][1]

Definition at line 45 of file cordic_test.cpp.

Referenced by main().


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