Завершение большого переименования
This commit is contained in:
parent
120e651517
commit
3805354611
31 changed files with 1213 additions and 1255 deletions
|
@ -6,13 +6,13 @@
|
|||
#define TEST_RESULT_SUCCES 0
|
||||
#define TEST_RESULT_FAILED 100
|
||||
|
||||
#define TEST_FP32_EPSYLON 1E-6f
|
||||
#define TEST_FP32_TWO_EPSYLON 2E-6f
|
||||
#define TEST_FP32_SQUARE_EPSYLON 1E-12f
|
||||
#define TEST_BGC_EPSYLON_FP32 1E-6f
|
||||
#define TEST_BGC_TWO_EPSYLON_FP32 2E-6f
|
||||
#define TEST_BGC_SQUARE_EPSYLON_FP32 1E-12f
|
||||
|
||||
#define TEST_FP64_EPSYLON 1E-13f
|
||||
#define TEST_FP64_TWO_EPSYLON 2E-13f
|
||||
#define TEST_FP64_SQUARE_EPSYLON 1E-26f
|
||||
#define TEST_BGC_EPSYLON_FP64 1E-13f
|
||||
#define TEST_BGC_TWO_EPSYLON_FP64 2E-13f
|
||||
#define TEST_BGC_SQUARE_EPSYLON_FP64 1E-26f
|
||||
|
||||
void print_test_section(const char * name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue