HomeSort by relevance Sort by last modified time
    Searched full:mantissabits (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/math/
BigDecimal.java 489 int mantissaBits = bitLength(mantissa);
491 bitLength = mantissaBits == 0 ? 0 : mantissaBits - scale;
504 && mantissaBits+LONG_FIVE_POW_BIT_LENGTH[scale] < 64) {
512 bitLength = mantissaBits;
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 649 // Left shift mantissa by (exponent - mantissabits - 1) to save the
    [all...]

Completed in 257 milliseconds