| 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: |
no test coverage detected