Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ one
Function
one
cpp/src/arrow/util/float16.h:151–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
static constexpr Float16 zero() { return FromBits(0); }
151
static constexpr Float16 one() { return FromBits(0x3c00); }
152
153
protected:
154
uint16_t bits_;
Callers
5
TEST_F
Function · 0.85
Call
Method · 0.85
value
Method · 0.85
ProductImpl
Method · 0.85
NullValue
Method · 0.85
Calls
1
FromBits
Function · 0.85
Tested by
1
TEST_F
Function · 0.68