Home
last modified time | relevance | path

Searched refs:EPSINON (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/hdf/sensor/hdiService_additional/
H A Dsensor_callback_impl.cpp62 constexpr float EPSINON = 1e-6; member
69 if (abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
70 abs(*(&data + j) - sensorNode.valueRange[j].lowThreshold) < EPSINON) { in SensorDataVerification()
/test/xts/hats/hdf/sensor/hdiService/
H A Dsensor_callback_impl.cpp68 constexpr float EPSINON = 1e-6; member
74 if (std::abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
75 std::abs(*(&data + j) - sensorNode.valueRange[j].lowThreshold) < EPSINON) { in SensorDataVerification()
/test/xts/hats/hdf/sensor/common/
H A Dhdf_sensor_test.cpp73 constexpr float EPSINON = 1e-6; member
84 if (abs(*(&data + j) - sensorNode.valueRange[j].highThreshold) < EPSINON || in SensorDataVerification()
85 abs(*(&data + j) - sensorNode.valueRange[j].lowThreshold) < EPSINON) { in SensorDataVerification()

Completed in 2 milliseconds