Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DFP16.java172 public static final int EXPONENT_SIGNIFICAND_MASK = 0x7fff; field in FP16
240 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in rint()
283 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in ceil()
324 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in floor()
363 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in trunc()
394 if ((x & EXPONENT_SIGNIFICAND_MASK) == 0 && (y & EXPONENT_SIGNIFICAND_MASK) == 0) { in min()
420 if ((x & EXPONENT_SIGNIFICAND_MASK) == 0 && (y & EXPONENT_SIGNIFICAND_MASK) == 0) { in max()
519 return x == y || ((x | y) & EXPONENT_SIGNIFICAND_MASK) == 0; in equals()
532 return (h & EXPONENT_SIGNIFICAND_MASK) == POSITIVE_INFINITY; in isInfinite()
544 return (h & EXPONENT_SIGNIFICAND_MASK) > POSITIVE_INFINITY; in isNaN()
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent-api.txt1060 field public static final int EXPONENT_SIGNIFICAND_MASK = 32767; // 0x7fff