Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/math_posix/src/
H A DMathStdApiTest.cpp62 ASSERT_TRUE(ret.quot == aquot[i] && ret.rem == arem[i]) << " div failed"; in HWTEST_F()
99 ASSERT_TRUE(ret.quot == expected[i]) << " imaxdiv failed"; in HWTEST_F()
137 ASSERT_TRUE(ret.quot == aquot[i] && ret.rem == arem[i]) << " ldiv failed"; in HWTEST_F()
175 ASSERT_TRUE(ret.quot == aquot[i] && ret.rem == arem[i]) << " lldiv failed"; in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinttypesndk.cpp61 napi_value quot = nullptr; in Imaxdiv() local
63 int a = ret.quot; in Imaxdiv()
65 napi_create_int32(env, a, &quot); in Imaxdiv()
66 napi_set_named_property(env, result, "quot", quot); in Imaxdiv()
H A Dstdlibndk.cpp78 napi_value quot = nullptr; in Ldiv() local
80 int a = ret.quot; in Ldiv()
82 napi_create_int32(env, a, &quot); in Ldiv()
83 napi_set_named_property(env, result, "quot", quot); in Ldiv()
100 napi_value quot = nullptr; in LLdiv() local
102 int a = ret.quot; in LLdiv()
104 napi_create_int32(env, a, &quot); in LLdiv()
105 napi_set_named_property(env, result, "quot", quot); in LLdiv()
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py81 error_message = error_message.replace("\"", "&quot;")

Completed in 4 milliseconds