Lines Matching refs:HalfFloat

49208     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);
49224 method public static boolean greater(@HalfFloat short, @HalfFloat short);
49225 method public static boolean greaterEquals(@HalfFloat short, @HalfFloat short);
49226 method public static int halfToIntBits(@HalfFloat short);
49227 method public static int halfToRawIntBits(@HalfFloat short);
49228 method @HalfFloat public static short halfToShortBits(@HalfFloat short);
49229 method @HalfFloat public short halfValue();
49230 method public static int hashCode(@HalfFloat short);
49231 method @HalfFloat public static short intBitsToHalf(int);
49233 method public static boolean isInfinite(@HalfFloat short);
49235 method public static boolean isNaN(@HalfFloat short);
49236 method public static boolean isNormalized(@HalfFloat short);
49237 method public static boolean less(@HalfFloat short, @HalfFloat short);
49238 method public static boolean lessEquals(@HalfFloat short, @HalfFloat short);
49240 method @HalfFloat public static short max(@HalfFloat short, @HalfFloat short);
49241 method @HalfFloat public static short min(@HalfFloat short, @HalfFloat short);
49242 …method @HalfFloat public static short parseHalf(@NonNull String) throws java.lang.NumberFormatExce…
49243 method @HalfFloat public static short round(@HalfFloat short);
49244 method public static float toFloat(@HalfFloat short);
49245 method @HalfFloat public static short toHalf(float);
49246 method @NonNull public static String toHexString(@HalfFloat short);
49247 method @NonNull public static String toString(@HalfFloat short);
49248 method @HalfFloat public static short trunc(@HalfFloat short);
49249 method @NonNull public static android.util.Half valueOf(@HalfFloat short);
49252 field @HalfFloat public static final short EPSILON = 5120; // 0x1400
49253 field @HalfFloat public static final short LOWEST_VALUE = -1025; // 0xfffffbff
49255 field @HalfFloat public static final short MAX_VALUE = 31743; // 0x7bff
49257 field @HalfFloat public static final short MIN_NORMAL = 1024; // 0x400
49258 field @HalfFloat public static final short MIN_VALUE = 1; // 0x1
49259 field @HalfFloat public static final short NEGATIVE_INFINITY = -1024; // 0xfffffc00
49260 field @HalfFloat public static final short NEGATIVE_ZERO = -32768; // 0xffff8000
49261 field @HalfFloat public static final short NaN = 32256; // 0x7e00
49262 field @HalfFloat public static final short POSITIVE_INFINITY = 31744; // 0x7c00
49263 field @HalfFloat public static final short POSITIVE_ZERO = 0; // 0x0