Home
last modified time | relevance | path

Searched refs:aquot (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/math_posix/src/
H A DMathStdApiTest.cpp56 int aquot[] = {5, -5, 0}; in HWTEST_F() local
62 ASSERT_TRUE(ret.quot == aquot[i] && ret.rem == arem[i]) << " div failed"; in HWTEST_F()
131 long aquot[] = {10000000, -10000000, -10000000, 10000000}; in HWTEST_F() local
137 ASSERT_TRUE(ret.quot == aquot[i] && ret.rem == arem[i]) << " ldiv failed"; in HWTEST_F()
169 long long aquot[] = {10000000000, -10000000000, -10000000000, 10000000000}; in HWTEST_F() local
175 ASSERT_TRUE(ret.quot == aquot[i] && ret.rem == arem[i]) << " lldiv failed"; in HWTEST_F()

Completed in 1 milliseconds