Home
last modified time | relevance | path

Searched refs:EXPONENT_SHIFT (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DFP16.java164 public static final int EXPONENT_SHIFT = 10; field in FP16
581 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toFloat()
683 return (short) ((s << SIGN_SHIFT) | (outE << EXPONENT_SHIFT) + outM); in toHalf()
718 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toHexString()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt1059 field public static final int EXPONENT_SHIFT = 10; // 0xa