Home
last modified time | relevance | path

Searched defs:testValues (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/math/
H A Dmath_std_api_test.c53 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 test, no special meaning */ variable
H A Dmath_api_test.c53 float testValues[] = {3.000001, -3.000001, 0.0}; /* 3.000001, -3.000001 common data for test, no special meaning */ variable
/kernel/liteos_m/testsuites/unittest/posix/src/math/
H A Dmath_func_test.c104 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}; global() variable
187 double testValues[] = { 4, 3, 10 }; global() variable
207 double testValues[] = { 0, INFINITY, -2.0, -INFINITY, NAN }; global() variable
225 double testValues[][TEST_EXPECTED + 1] = { global() variable
252 double testValues[][TEST_EXPECTED + 1] = { global() variable
286 double testValues[][TEST_EXPECTED + 1] = { global() variable
312 double testValues[] = { -0.5, 2.5, -3.812345679812345, -0.125, 0.125}; global() variable
333 double testValues[] = { NAN, -INFINITY, INFINITY, 0}; global() variable
[all...]

Completed in 2 milliseconds