Небольшие исправления в модульных тестах

This commit is contained in:
Andrey Pokidov 2025-02-12 12:35:10 +07:00
parent 2d8240265c
commit fffe2be43b
8 changed files with 132 additions and 92 deletions

View file

@ -21,8 +21,8 @@ static const BgcVector2FP32 _TEST_FP32_NONZERO_VECTOR2_LIST[] = {
{ -1.25f * BGC_EPSYLON_FP32, 0.0f },
{ 0.0f, 1.25f * BGC_EPSYLON_FP32 },
{ 0.0f, -1.25f * BGC_EPSYLON_FP32 },
{ BGC_EPSYLON_FP32, BGC_EPSYLON_FP32 },
{ -BGC_EPSYLON_FP32, -BGC_EPSYLON_FP32 }
{ 1.25f * BGC_EPSYLON_FP32, 1.25 * BGC_EPSYLON_FP32 },
{ -1.25f * BGC_EPSYLON_FP32, -1.25f * BGC_EPSYLON_FP32 }
};
int test_vector2_is_zero_fp32()