MCPcopy Create free account
hub / github.com/numpy/numpy / Bits

Method Bits

numpy/core/src/common/half.hpp:133–136  ·  view source on GitHub ↗

Returns the IEEE 754 binary16 representation.

Source from the content-addressed store, hash-verified

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 /// @{

Callers 2

npy_float_to_halfFunction · 0.80
npy_double_to_halfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected