Searched defs:floatValue (Results 1 – 6 of 6) sorted by relevance
51 public Derived(float floatValue) { in Derived()56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived()
38 float[] floatValue() default {}; in floatValue() method
134 final float floatValue = 3.14159f; in storeValues() local
436 float floatValue = 123456.7890123f; in testGetAndPutVolatile() local445 floatValue, in testGetAndPutVolatile() local
868 public static double constructDerived(float floatValue) { in constructDerived()903 int intValue, double doubleValue, Object objectValue, float floatValue) { in constructDerived()
534 float floatValue = value instanceof Float ? ((Float) value).floatValue() : -1.0f; in tryAccessor() local