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

/libcore/ojluni/src/main/java/java/lang/
H A DNumber.java81 public abstract float floatValue(); method in class:Number
H A DByte.java359 public float floatValue() { method in class:Byte
H A DShort.java364 public float floatValue() { method in class:Short
H A DDouble.java706 public float floatValue() { method in class:Double
H A DFloat.java625 public float floatValue() { method in class:Float
684 * f1.floatValue() == f2.floatValue()
H A DInteger.java946 public float floatValue() { method in class:Integer
H A DLong.java1013 public float floatValue() { method in class:Long
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DDoubleAccumulator.java222 public float floatValue() { method in class:DoubleAccumulator
H A DDoubleAdder.java208 public float floatValue() { method in class:DoubleAdder
H A DLongAccumulator.java211 public float floatValue() { method in class:LongAccumulator
H A DLongAdder.java201 public float floatValue() { method in class:LongAdder
H A DAtomicInteger.java325 public float floatValue() { method in class:AtomicInteger
H A DAtomicLong.java341 public float floatValue() { method in class:AtomicLong
/libcore/support/src/test/java/tests/support/
H A DSupport_GetPutFields.java41 public float floatValue = 0.0f; field in class:Support_GetPutFields
81 floatValue = 24.12f;
98 floatValue == other.floatValue &&
112 floatValue = getField.get("floatValue", 0.0f);
126 putField.put("floatValue", floatValue);
H A DSupport_GetPutFieldsDefaulted.java52 public float floatValue = 0.0f; field in class:Support_GetPutFieldsDefaulted
92 floatValue = 298.54f;
109 floatValue == other.floatValue &&
123 floatValue = getField.get("floatValue", 298.54f);
H A DSupport_GetPutFieldsDeprecated.java43 public float floatValue = 0.0f; field in class:Support_GetPutFieldsDeprecated
83 floatValue = 43.22f;
100 floatValue == other.floatValue &&
113 floatValue = getField.get("floatValue", 0.0f);
127 putField.put("floatValue", floatValue);
/libcore/luni/src/main/java/java/math/
H A DBigInteger.java778 public float floatValue() { method in class:BigInteger
H A DBigDecimal.java2492 * BigDecimal(x1.floatValue())} returns {@code false} for this case.
2500 public float floatValue() { method in class:BigDecimal
/libcore/ojluni/src/main/java/sun/misc/
H A DFloatingDecimal.java122 return readJavaFormatString(s).floatValue();
998 float floatValue(); method in interface:FloatingDecimal.ASCIIToBinaryConverter
1020 public float floatValue() { method in class:FloatingDecimal.PreparedASCIIToBinaryBuffer
1404 public float floatValue() { method in class:FloatingDecimal.ASCIIToBinaryBuffer
2004 // doubleValue() and floatValue(), and I don't want

Completed in 1711 milliseconds