Переход на версию 0.3: изменение подхода к именованию сущностей, добавление, изменение и удаление ряда функций
This commit is contained in:
parent
d33daf4e2d
commit
f7e41645fe
87 changed files with 4580 additions and 4051 deletions
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
extern inline int bgc_is_correct_axis(const int axis);
|
||||
|
||||
extern inline int bgc_is_zero_fp32(const float square_value);
|
||||
extern inline int bgc_is_zero_fp64(const double square_value);
|
||||
extern inline int bgc_fp32_is_zero(const float square_value);
|
||||
extern inline int bgc_fp64_is_zero(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_fp32_is_unit(const float square_value);
|
||||
extern inline int bgc_fp64_is_unit(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_fp32_is_square_unit(const float square_value);
|
||||
extern inline int bgc_fp64_is_square_unit(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);
|
||||
extern inline int bgc_fp32_are_close(const float value1, const float value2);
|
||||
extern inline int bgc_fp64_are_close(const double value1, const double value2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue