#ifndef _TEST_UTILITIES_IS_ZERO_H_ #define _TEST_UTILITIES_IS_ZERO_H_ int test_is_zero_fp32(); int test_is_zero_fp64(); int test_is_zero(); #endif