12 lines
222 B
C
12 lines
222 B
C
#ifndef _TEST_UTILITIES_IS_UNIT_H_
|
|
#define _TEST_UTILITIES_IS_UNIT_H_
|
|
|
|
int test_bgc_is_unit_fp32();
|
|
|
|
int test_bgc_is_unit_fp64();
|
|
|
|
int test_bgc_is_sqare_value_unit_fp32();
|
|
|
|
int test_bgc_is_sqare_value_unit_fp64();
|
|
|
|
#endif
|