MCPcopy 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_FFunction · 0.85
CallMethod · 0.85
valueMethod · 0.85
ProductImplMethod · 0.85
NullValueMethod · 0.85

Calls 1

FromBitsFunction · 0.85

Tested by 1

TEST_FFunction · 0.68