14 lines
227 B
C
14 lines
227 B
C
#ifndef _TEST_UTILITIES_IS_UNIT_H_
|
|
#define _TEST_UTILITIES_IS_UNIT_H_
|
|
|
|
int test_is_unit_fp32();
|
|
|
|
int test_is_unit_fp64();
|
|
|
|
int test_is_sqare_value_unit_fp32();
|
|
|
|
int test_is_sqare_value_unit_fp64();
|
|
|
|
int test_is_unit();
|
|
|
|
#endif
|