Home
last modified time | relevance | path

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

/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.h35 int CheckValueClose(double target, double actual, double accuracy = 0.05);
H A Dutils.cpp28 int CheckValueClose(double target, double actual, double accuracy) in CheckValueClose() function
/test/xts/acts/kernel_lite/utils/
H A Dutils.h38 int CheckValueClose(double target, double actual, double accuracy = 0.05);
H A Dutils.cpp31 int CheckValueClose(double target, double actual, double accuracy) in CheckValueClose() function
/test/xts/acts/kernel_lite/time_posix/src/
H A DClockTimeTest.cpp247 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 DSignalTest.cpp532 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