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

  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 22 import static com.google.common.math.DoubleUtils.getSignificand;
187 long significand = getSignificand(x);
198 return x > 0.0 && isFinite(x) && LongMath.isPowerOfTwo(getSignificand(x));
282 SIGNIFICAND_BITS - Long.numberOfTrailingZeros(getSignificand(x)) <= getExponent(x));
DoubleUtils.java 64 static long getSignificand(double d) {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 117 milliseconds