Lines Matching refs:HalfFloat

49352     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);
49368 method public static boolean greater(@HalfFloat short, @HalfFloat short);
49369 method public static boolean greaterEquals(@HalfFloat short, @HalfFloat short);
49370 method public static int halfToIntBits(@HalfFloat short);
49371 method public static int halfToRawIntBits(@HalfFloat short);
49372 method @HalfFloat public static short halfToShortBits(@HalfFloat short);
49373 method @HalfFloat public short halfValue();
49374 method public static int hashCode(@HalfFloat short);
49375 method @HalfFloat public static short intBitsToHalf(int);
49377 method public static boolean isInfinite(@HalfFloat short);
49379 method public static boolean isNaN(@HalfFloat short);
49380 method public static boolean isNormalized(@HalfFloat short);
49381 method public static boolean less(@HalfFloat short, @HalfFloat short);
49382 method public static boolean lessEquals(@HalfFloat short, @HalfFloat short);
49384 method @HalfFloat public static short max(@HalfFloat short, @HalfFloat short);
49385 method @HalfFloat public static short min(@HalfFloat short, @HalfFloat short);
49386 …method @HalfFloat public static short parseHalf(@NonNull String) throws java.lang.NumberFormatExce…
49387 method @HalfFloat public static short round(@HalfFloat short);
49388 method public static float toFloat(@HalfFloat short);
49389 method @HalfFloat public static short toHalf(float);
49390 method @NonNull public static String toHexString(@HalfFloat short);
49391 method @NonNull public static String toString(@HalfFloat short);
49392 method @HalfFloat public static short trunc(@HalfFloat short);
49393 method @NonNull public static android.util.Half valueOf(@HalfFloat short);
49396 field @HalfFloat public static final short EPSILON = 5120; // 0x1400
49397 field @HalfFloat public static final short LOWEST_VALUE = -1025; // 0xfffffbff
49399 field @HalfFloat public static final short MAX_VALUE = 31743; // 0x7bff
49401 field @HalfFloat public static final short MIN_NORMAL = 1024; // 0x400
49402 field @HalfFloat public static final short MIN_VALUE = 1; // 0x1
49403 field @HalfFloat public static final short NEGATIVE_INFINITY = -1024; // 0xfffffc00
49404 field @HalfFloat public static final short NEGATIVE_ZERO = -32768; // 0xffff8000
49405 field @HalfFloat public static final short NaN = 32256; // 0x7e00
49406 field @HalfFloat public static final short POSITIVE_INFINITY = 31744; // 0x7c00
49407 field @HalfFloat public static final short POSITIVE_ZERO = 0; // 0x0