Searched defs:Float (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Djava_lang_Float.c16 } Float; typedef in typeref:union:__anon11
34 Float f;
52 Float f;
64 Float f;
82 return jniRegisterNativeMethods(env, "java/lang/Float",
/dalvik/libcore/luni/src/main/java/java/lang/
H A DFloat.java26 public final class Float extends Number implements Comparable<Float> { class in inherits:Number,Comparable
67 public static final Class<Float> TYPE
68 = (Class<Float>) float[].class.getComponentType();
71 // defined to be "java.lang.Float.TYPE";
82 * Constructs a new {@code Float} with the specified primitive float value.
87 public Float(float value) { method in class:Float
92 * Constructs a new {@code Float} with the specified primitive double value.
97 public Float(double value) { method in class:Float
102 * Constructs a new {@code Float} fro
110 public Float(String string) throws NumberFormatException { method in class:Float
[all...]

Completed in 243 milliseconds