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/
H A DMathApiTest.cpp36 double testValues[] = {-5.9, 0, 123.45}; in HWTEST_F() local
52 float testValues[] = {-5.9, 0, 123.45}; in HWTEST_F() local
68 double testValues[7] = {1.0000001, 0.0/0.0, 1.0000001/0.0, 1.79769e+308, NAN}; in HWTEST_F() local
86 float testValues[6] = {1, -1, 3.40282e+038, NAN}; in HWTEST_F() local
104 const char *testValues[] = {"1", "99", "abc"}; HWTEST_F() local
119 const char *testValues[] = {"abc", "99", " "}; HWTEST_F() local
134 const char *testValues[] = {"abc", "99", " "}; HWTEST_F() local
149 float testValues[] = {0.0, 1.111111, -1.111111, 3.40282e+038}; HWTEST_F() local
165 long double testValues[] = {0.0000000000000000, 1.1111111111111111111, -1.1111111111111111111}; HWTEST_F() local
181 float testValues[] = {3.000001, -3.000001, 0.0}; HWTEST_F() local
197 double testValues[] = {3.0000001, -3.0000001, 0.0000000, 3.40282e+038}; HWTEST_F() local
213 float testValues[] = {3.000001, -3.000001, 0.000000, 3.40282e+038}; HWTEST_F() local
[all...]
H A DMathStdApiTest.cpp37 int testValues[] = {-3, 0, 3}; in HWTEST_F() local
74 intmax_t testValues[] = {3765, -1234, 0}; in HWTEST_F() local
111 long testValues[] = {214748364, -214748364, 0}; in HWTEST_F() local
149 intmax_t testValues[] = {2147483649, -2147483649, 0}; in HWTEST_F() local

Completed in 2 milliseconds