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

Function F32

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

Source from the content-addressed store, hash-verified

34using Limits = std::numeric_limits<T>;
35
36float F32(uint32_t bits) { return SafeCopy<float>(bits); }
37double F64(uint64_t bits) { return SafeCopy<double>(bits); }
38
39template <typename T>

Callers 2

TestRoundTripMethod · 0.85
TestRoundTripFromNaNMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected