Searched refs:quot (Results 1 - 4 of 4) sorted by relevance
/test/xts/acts/kernel_lite/math_posix/src/ |
H A D | MathStdApiTest.cpp | 62 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 D | inttypesndk.cpp | 61 napi_value quot = nullptr;
in Imaxdiv() local 63 int a = ret.quot;
in Imaxdiv() 65 napi_create_int32(env, a, ");
in Imaxdiv() 66 napi_set_named_property(env, result, "quot", quot);
in Imaxdiv()
|
H A D | stdlibndk.cpp | 78 napi_value quot = nullptr;
in Ldiv() local 80 int a = ret.quot;
in Ldiv() 82 napi_create_int32(env, a, ");
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, ");
in LLdiv() 105 napi_set_named_property(env, result, "quot", quot);
in LLdiv() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 81 error_message = error_message.replace("\"", """)
|
Completed in 4 milliseconds