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

Function zero

cpp/src/arrow/util/float16.h:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 ARROW_FRIEND_EXPORT friend std::ostream& operator<<(std::ostream& os, Float16 arg);
149
150 static constexpr Float16 zero() { return FromBits(0); }
151 static constexpr Float16 one() { return FromBits(0x3c00); }
152
153 protected:

Callers 4

azurefs.ccFile · 0.85
CallMethod · 0.85
valueMethod · 0.85

Calls 1

FromBitsFunction · 0.85

Tested by

no test coverage detected