| 35 | |
| 36 | float F32(uint32_t bits) { return SafeCopy<float>(bits); } |
| 37 | double F64(uint64_t bits) { return SafeCopy<double>(bits); } |
| 38 | |
| 39 | template <typename T> |
| 40 | class Float16ConversionTest : public ::testing::Test { |
no outgoing calls
no test coverage detected