Home
last modified time | relevance | path

Searched refs:HalfFloat (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
DHalf.java19 import android.annotation.HalfFloat;
105 public static final @HalfFloat short EPSILON = (short) 0x1400;
119 public static final @HalfFloat short LOWEST_VALUE = (short) 0xfbff;
123 public static final @HalfFloat short MAX_VALUE = (short) 0x7bff;
127 public static final @HalfFloat short MIN_NORMAL = (short) 0x0400;
131 public static final @HalfFloat short MIN_VALUE = (short) 0x0001;
135 public static final @HalfFloat short NaN = (short) 0x7e00;
139 public static final @HalfFloat short NEGATIVE_INFINITY = (short) 0xfc00;
143 public static final @HalfFloat short NEGATIVE_ZERO = (short) 0x8000;
147 public static final @HalfFloat short POSITIVE_INFINITY = (short) 0x7c00;
[all …]
/frameworks/base/core/java/android/annotation/
DHalfFloat.java47 public @interface HalfFloat { annotation
/frameworks/base/graphics/java/android/graphics/
DColor.java22 import android.annotation.HalfFloat;
1061 @HalfFloat short r = Half.toHalf(red); in pack()
1062 @HalfFloat short g = Half.toHalf(green); in pack()
1063 @HalfFloat short b = Half.toHalf(blue); in pack()
/frameworks/base/non-updatable-api/
Dcurrent.txt49208 ctor public Half(@HalfFloat short);
49212 method @HalfFloat public static short abs(@HalfFloat short);
49213 method @HalfFloat public static short ceil(@HalfFloat short);
49214 method public static int compare(@HalfFloat short, @HalfFloat short);
49216 method @HalfFloat public static short copySign(@HalfFloat short, @HalfFloat short);
49218 method public static boolean equals(@HalfFloat short, @HalfFloat short);
49220 method @HalfFloat public static short floor(@HalfFloat short);
49221 method public static int getExponent(@HalfFloat short);
49222 method public static int getSign(@HalfFloat short);
49223 method public static int getSignificand(@HalfFloat short);
[all …]
/frameworks/base/api/
Dcurrent.txt49352 ctor public Half(@HalfFloat short);
49356 method @HalfFloat public static short abs(@HalfFloat short);
49357 method @HalfFloat public static short ceil(@HalfFloat short);
49358 method public static int compare(@HalfFloat short, @HalfFloat short);
49360 method @HalfFloat public static short copySign(@HalfFloat short, @HalfFloat short);
49362 method public static boolean equals(@HalfFloat short, @HalfFloat short);
49364 method @HalfFloat public static short floor(@HalfFloat short);
49365 method public static int getExponent(@HalfFloat short);
49366 method public static int getSign(@HalfFloat short);
49367 method public static int getSignificand(@HalfFloat short);
[all …]