|
join 1.0
lightweight network framework library
|
This is the complete list of members for join::DiyFp, including all inherited members.
| _diyMantissaSize | join::DiyFp | static |
| _exponent | join::DiyFp | |
| _exponentBias | join::DiyFp | static |
| _exponentMask | join::DiyFp | static |
| _hiddenBit | join::DiyFp | static |
| _mantissa | join::DiyFp | |
| _mantissaMask | join::DiyFp | static |
| _mantissaSize | join::DiyFp | static |
| DiyFp() noexcept=default | join::DiyFp | |
| DiyFp(const DiyFp &other) noexcept=default | join::DiyFp | |
| DiyFp(double value) noexcept | join::DiyFp | inlineexplicit |
| DiyFp(uint64_t mantissa, int exponent) noexcept | join::DiyFp | inline |
| normalize() noexcept | join::DiyFp | inline |
| normalizedBoundaries(DiyFp &minus, DiyFp &plus) const noexcept | join::DiyFp | inline |
| operator*=(const DiyFp &rhs) noexcept | join::DiyFp | inline |
| operator-=(const DiyFp &rhs) noexcept | join::DiyFp | inline |
| operator=(const DiyFp &other) noexcept=default | join::DiyFp | |
| ~DiyFp()=default | join::DiyFp |