half
2.2
IEEE 754-based half-precision floating-point library
|
This is the complete list of members for half, including all inherited members.
half() noexcept | half | inline |
half(float rhs) | half | inlineexplicit |
operator float() const | half | inline |
operator*=(half rhs) | half | inline |
operator*=(float rhs) | half | inline |
operator++() | half | inline |
operator++(int) | half | inline |
operator+=(half rhs) | half | inline |
operator+=(float rhs) | half | inline |
operator--() | half | inline |
operator--(int) | half | inline |
operator-=(half rhs) | half | inline |
operator-=(float rhs) | half | inline |
operator/=(half rhs) | half | inline |
operator/=(float rhs) | half | inline |
operator=(float rhs) | half | inline |