| 1520 | |
| 1521 | template <typename T> |
| 1522 | void TestFloatStatistics<T>::CheckEq(const c_type& l, const c_type& r) { |
| 1523 | ASSERT_EQ(l, r); |
| 1524 | } |
| 1525 | template <> |
| 1526 | void TestFloatStatistics<Float16LogicalType>::CheckEq(const c_type& a, const c_type& b) { |
| 1527 | auto l = Float16::FromLittleEndian(a.ptr); |
no test coverage detected