Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
using Limits = std::numeric_limits<T>;
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>
Callers
2
TestRoundTrip
Method · 0.85
TestRoundTripFromNaN
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected