Searched defs:testValues (Results 1 – 1 of 1) 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 …]
|