Returns the IEEE 754 binary16 representation.
| 131 | } |
| 132 | /// Returns the IEEE 754 binary16 representation. |
| 133 | constexpr uint16_t Bits() const |
| 134 | { |
| 135 | return bits_; |
| 136 | } |
| 137 | |
| 138 | /// @name Comparison operators (ordered) |
| 139 | /// @{ |
no outgoing calls
no test coverage detected