Searched defs:doubleValue (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DNumber.java51 public abstract double doubleValue(); method in class:Number
H A DByte.java144 public double doubleValue() { method in class:Byte
H A DShort.java144 public double doubleValue() { method in class:Short
H A DDouble.java190 public double doubleValue() { method in class:Double
H A DFloat.java173 public double doubleValue() { method in class:Float
H A DInteger.java193 public double doubleValue() { method in class:Integer
H A DLong.java181 public double doubleValue() { method in class:Long
/libcore/luni/src/main/java/java/util/concurrent/atomic/
H A DAtomicInteger.java247 public double doubleValue() { method in class:AtomicInteger
H A DAtomicLong.java261 public double doubleValue() { method in class:AtomicLong
/libcore/support/src/test/java/tests/support/
H A DSupport_GetPutFields.java40 public double doubleValue = 0.0; field in class:Support_GetPutFields
80 doubleValue = 424242.42;
97 doubleValue == other.doubleValue &&
111 doubleValue = getField.get("doubleValue", 0.0);
125 putField.put("doubleValue", doubleValue);
H A DSupport_GetPutFieldsDefaulted.java51 public double doubleValue = 0.0; field in class:Support_GetPutFieldsDefaulted
91 doubleValue = 523452.4532;
108 doubleValue == other.doubleValue &&
122 doubleValue = getField.get("doubleValue", 523452.4532);
H A DSupport_GetPutFieldsDeprecated.java42 public double doubleValue = 0.0; field in class:Support_GetPutFieldsDeprecated
82 doubleValue = 1231.342;
99 doubleValue == other.doubleValue &&
112 doubleValue = getField.get("doubleValue", 0.0);
126 putField.put("doubleValue", doubleValue);
/libcore/luni/src/main/java/java/math/
H A DBigInteger.java745 return (float) doubleValue();
756 public double doubleValue() { method in class:BigInteger
H A DBigDecimal.java2571 /* A similar code like in doubleValue() could be repeated here,
2582 floatResult = (float)doubleValue();
2598 * BigDecimal(x1.doubleValue())} returns {@code false} for this case.
2607 public double doubleValue() { method in class:BigDecimal

Completed in 2475 milliseconds