Searched refs:getM (Results 1 – 3 of 3) sorted by relevance
67 constexpr unsigned int getM() const noexcept { return bits & 0x3FFu; } in getM() function81 constexpr unsigned int getM() const noexcept { return bits & 0x7FFFFFu; } in getM() function90 unsigned int getMantissa() const noexcept { return mBits.getM(); } in getMantissa()108 out.setM(in.getM() ? 0x200 : 0); in ftoh()118 unsigned int m = in.getM(); in ftoh()135 out.setM(in.getM() ? 0x400000 : 0); in htof()138 if (in.getM()) { in htof()144 unsigned int m = in.getM(); in htof()
45626 method public int getM();
65538 method public int getM();