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

  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 108 * It helps to consider the real number signif = absX * 2^(SIGNIFICAND_BITS - exponent).
116 * We round up if either the fractional part of signif is strictly greater than 0.5 (which is
117 * true if the 0.5 bit is set and any lower bit is set), or if the fractional part of signif is
  /libcore/ojluni/src/main/java/java/lang/
Double.java 321 String signif = Long.toHexString(signifBits).substring(3,16); local
322 answer.append(signif.equals("0000000000000") ? // 13 zeros
324 signif.replaceFirst("0{1,12}$", ""));
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h     [all...]

Completed in 453 milliseconds