Searched defs:testValues (Results 1 – 3 of 3) sorted by relevance
| /kernel/liteos_m/testsuites/unittest/posix/src/math/ |
| D | math_func_test.c | 104 int testValues[] = {-3, 0, 3}; variable 123 int testValues[] = {-2147483648, -2147483647, 2147483647}; variable 142 double testValues[] = { 0.5, 5.5, 1}; variable 164 double testValues[] = { 0, -INFINITY, -2.0, NAN}; variable 187 double testValues[] = { 4, 3, 10 }; variable 207 double testValues[] = { 0, INFINITY, -2.0, -INFINITY, NAN }; variable 225 double testValues[][TEST_EXPECTED + 1] = { variable 252 double testValues[][TEST_EXPECTED + 1] = { variable 286 double testValues[][TEST_EXPECTED + 1] = { variable 312 double testValues[] = { -0.5, 2.5, -3.812345679812345, -0.125, 0.125}; variable [all …]
|
| /kernel/liteos_m/testsuites/unittest/xts/math/ |
| D | math_std_api_test.c | 53 int testValues[] = {-3, 0, 3}; /* -3, 3 common data for test, no special meaning */ variable 71 …intmax_t testValues[] = {2147483649, -2147483649, 0}; /* 2147483649, -2147483649 common data for t… variable
|
| D | math_api_test.c | 53 …float testValues[] = {3.000001, -3.000001, 0.0}; /* 3.000001, -3.000001 common data for test, no s… variable
|