Home
last modified time | relevance | path

Searched defs:testValues (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/math_posix/src/
DMathApiTest.cpp36 double testValues[] = {-5.9, 0, 123.45}; variable
52 float testValues[] = {-5.9, 0, 123.45}; variable
68 double testValues[7] = {1.0000001, 0.0/0.0, 1.0000001/0.0, 1.79769e+308, NAN}; variable
86 float testValues[6] = {1, -1, 3.40282e+038, NAN}; variable
104 const char *testValues[] = {"1", "99", "abc"}; variable
119 const char *testValues[] = {"abc", "99", " "}; variable
134 const char *testValues[] = {"abc", "99", " "}; variable
149 float testValues[] = {0.0, 1.111111, -1.111111, 3.40282e+038}; variable
165 long double testValues[] = {0.0000000000000000, 1.1111111111111111111, -1.1111111111111111111}; variable
181 float testValues[] = {3.000001, -3.000001, 0.0}; variable
[all …]
DMathStdApiTest.cpp37 int testValues[] = {-3, 0, 3}; variable
74 intmax_t testValues[] = {3765, -1234, 0}; variable
111 long testValues[] = {214748364, -214748364, 0}; variable
149 intmax_t testValues[] = {2147483649, -2147483649, 0}; variable