Home
last modified time | relevance | path

Searched refs:MathApiTest (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/kernel_lite/math_posix/src/
DMathApiTest.cpp26 class MathApiTest : public testing::Test { class
34 HWTEST_F(MathApiTest, testCeil, Function | MediumTest | Level1) {
50 HWTEST_F(MathApiTest, testCeilf, Function | MediumTest | Level1) {
66 HWTEST_F(MathApiTest, testfinite, Function | MediumTest | Level1) {
84 HWTEST_F(MathApiTest, testfinitef, Function | MediumTest | Level1) {
102 HWTEST_F(MathApiTest, testnan, Function | MediumTest | Level1) {
117 HWTEST_F(MathApiTest, testnanf, Function | MediumTest | Level1) {
132 HWTEST_F(MathApiTest, testnanl, Function | MediumTest | Level1) {
147 HWTEST_F(MathApiTest, testpowf10, Function | MediumTest | Level1) {
163 HWTEST_F(MathApiTest, testpowl10, Function | MediumTest | Level1) {
[all …]
/test/xts/acts/kernel_lite/math_posix/
DBUILD.gn19 "src/MathApiTest.cpp",