Большое переупорядочивание исходного кода

This commit is contained in:
Andrey Pokidov 2025-02-12 19:39:28 +07:00
parent fffe2be43b
commit 43bf030295
26 changed files with 1225 additions and 1137 deletions

View file

@ -7,8 +7,8 @@ extern inline int bgc_is_zero_fp64(const double square_value);
extern inline int bgc_is_unit_fp32(const float square_value);
extern inline int bgc_is_unit_fp64(const double square_value);
extern inline int bgc_is_sqare_value_unit_fp32(const float square_value);
extern inline int bgc_is_sqare_value_unit_fp64(const double square_value);
extern inline int bgc_is_sqare_unit_fp32(const float square_value);
extern inline int bgc_is_sqare_unit_fp64(const double square_value);
extern inline int bgc_are_close_fp32(const float value1, const float value2);
extern inline int bgc_are_close_fp64(const double value1, const double value2);