This is the complete list of members for ein::bf16, including all inherited members.
bf16() noexcept=default | ein::bf16 | |
bf16(float f) noexcept | ein::bf16 | inline |
bf16(__bf16 f) noexcept | ein::bf16 | inline |
bf16(bf16 const &) noexcept=default | ein::bf16 | |
bf16(bf16 &&) noexcept=default | ein::bf16 | |
content | ein::bf16 | |
from_bits(uint16_t data) noexcept | ein::bf16 | inlinestatic |
operator __bf16(this bf16 self) noexcept | ein::bf16 | inline |
operator float(this bf16 self) noexcept | ein::bf16 | inline |
operator!=(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
operator<(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
operator<=(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
operator<=>(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
operator=(bf16 const &) noexcept=default | ein::bf16 | |
operator=(bf16 &&) noexcept=default | ein::bf16 | |
operator==(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
operator>(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
operator>=(bf16 x, bf16 y) noexcept | ein::bf16 | friend |
swap(bf16 &x, bf16 &y) noexcept | ein::bf16 | friend |
to_bits(this bf16 self) noexcept | ein::bf16 | inline |
underlying_type typedef | ein::bf16 |