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

/libcore/ojluni/src/main/java/java/lang/
H A DNumber.java90 public abstract double doubleValue(); method in class:Number
H A DByte.java368 public double doubleValue() { method in class:Byte
H A DShort.java374 public double doubleValue() { method in class:Short
H A DDouble.java716 public double doubleValue() { method in class:Double
736 * {@code long v = Double.doubleToLongBits(this.doubleValue());}
776 * {@code d1.doubleValue() == d2.doubleValue()}
H A DFloat.java638 public double doubleValue() { method in class:Float
H A DInteger.java948 public double doubleValue() { method in class:Integer
H A DLong.java1018 public double doubleValue() { method in class:Long
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DDoubleAccumulator.java46 * (or, equivalently, {@link #doubleValue}) returns the current value
198 public double doubleValue() { method in class:DoubleAccumulator
H A DDoubleAdder.java45 * #doubleValue}) returns the current total combined across the
184 public double doubleValue() { method in class:DoubleAdder
H A DLongAccumulator.java219 public double doubleValue() { method in class:LongAccumulator
H A DLongAdder.java209 public double doubleValue() { method in class:LongAdder
H A DAtomicInteger.java334 public double doubleValue() { method in class:AtomicInteger
H A DAtomicLong.java350 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.java779 return (float) doubleValue();
790 public double doubleValue() { method in class:BigInteger
H A DBigDecimal.java2501 /* A similar code like in doubleValue() could be repeated here,
2512 floatResult = (float)doubleValue();
2528 * BigDecimal(x1.doubleValue())} returns {@code false} for this case.
2537 public double doubleValue() { method in class:BigDecimal
/libcore/ojluni/src/main/java/sun/misc/
H A DFloatingDecimal.java110 return readJavaFormatString(s).doubleValue();
996 double doubleValue(); method in interface:FloatingDecimal.ASCIIToBinaryConverter
1015 public double doubleValue() { method in class:FloatingDecimal.PreparedASCIIToBinaryBuffer
1057 public double doubleValue() { method in class:FloatingDecimal.ASCIIToBinaryBuffer
1397 * This is distinct from doubleValue() to avoid the extremely
2004 // doubleValue() and floatValue(), and I don't want

Completed in 225 milliseconds