HomeSort by relevance Sort by last modified time
    Searched refs:FpUtils (Results 1 - 11 of 11) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 28 import sun.misc.FpUtils;
431 double sign = FpUtils.rawCopySign(1.0, a); // preserve sign info
    [all...]
Math.java     [all...]
Double.java 29 import sun.misc.FpUtils;
286 if (!FpUtils.isFinite(d) )
293 if (FpUtils.rawCopySign(1.0, d) == -1.0) // value is negative,
332 FpUtils.getExponent(d) ));
    [all...]
Float.java 29 import sun.misc.FpUtils;
289 String s = Double.toHexString(FpUtils.scalb((double)f,
    [all...]
FloatingDecimal.java 28 import sun.misc.FpUtils;
    [all...]
  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 25 import sun.misc.FpUtils;
37 assertEquals(FpUtils.nextDown(d), DoubleUtils.nextDown(d));
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 32 * The class {@code FpUtils} contains static utility methods for
41 public class FpUtils {
126 private FpUtils() {}
187 * FpUtils#copySign(double, double) copySign} method, this method
210 * FpUtils#copySign(float, float) copySign} method, this method
    [all...]
FormattedFloatingDecimal.java 28 import sun.misc.FpUtils;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 53 import sun.misc.FpUtils;
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 212 milliseconds