Searched refs:CheckValueClose (Results 1 - 6 of 6) sorted by relevance
/test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
H A D | utils.h | 35 int CheckValueClose(double target, double actual, double accuracy = 0.05);
|
H A D | utils.cpp | 28 int CheckValueClose(double target, double actual, double accuracy)
in CheckValueClose() function
|
/test/xts/acts/kernel_lite/utils/ |
H A D | utils.h | 38 int CheckValueClose(double target, double actual, double accuracy = 0.05);
|
H A D | utils.cpp | 31 int CheckValueClose(double target, double actual, double accuracy)
in CheckValueClose() function
|
/test/xts/acts/kernel_lite/time_posix/src/ |
H A D | ClockTimeTest.cpp | 247 if (!CheckValueClose(end.tms_utime, testClockt, 0.02)) {
in HWTEST_F() 250 if (!CheckValueClose((endTime - stTime), testClockt, 0.02)) {
in HWTEST_F()
|
/test/xts/acts/kernel_lite/ipc_posix/signal/ |
H A D | SignalTest.cpp | 532 if (CheckValueClose(1000, duration)) {
in HWTEST_F() 623 if (CheckValueClose(0.1, duration)) {
in HWTEST_F() 669 if (! CheckValueClose(100, duration, 0.2)) {
in HWTEST_F()
|
Completed in 6 milliseconds