10 lines
164 B
C
10 lines
164 B
C
#ifndef _TEST_COMPLEX_RESET_H_
|
|
#define _TEST_COMPLEX_RESET_H_
|
|
|
|
void test_complex_reset_fp32();
|
|
|
|
void test_complex_reset_fp64();
|
|
|
|
void test_complex_reset();
|
|
|
|
#endif
|