Home
last modified time | relevance | path

Searched refs:getM (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/math/include/math/
Dhalf.h67 constexpr unsigned int getM() const noexcept { return bits & 0x3FFu; } in getM() function
81 constexpr unsigned int getM() const noexcept { return bits & 0x7FFFFFu; } in getM() function
90 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()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt45626 method public int getM();
/frameworks/base/api/
Dcurrent.txt65538 method public int getM();