MCPcopy Create free account
hub / github.com/apache/arrow / F64

Function F64

cpp/src/arrow/util/float16_test.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

TestRoundTripMethod · 0.85
TestRoundTripFromNaNMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected