Searched refs:floating (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/sun/invoke/util/ |
D | Wrapper.java | 38 …( Float.class, "Float", float.class, "float", 'F', new float[0], Format.floating(32)), 39 …( Double.class, "Double", double.class, "double", 'D', new double[0], Format.floating(64)), 106 static int floating(int size) { return format(FLOATING, size, (size > 32 ? 2 : 1)); } in floating() method in Wrapper.Format
|
/libcore/expectations/ |
D | knownfailures.txt | 1700 …ests depend on ICU data, which has changed. Others make assumptions about floating point rounding",
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 154 * <i>get</i> and <i>put</i> methods for each type. For 32-bit floating-point
|