Home
last modified time | relevance | path

Searched refs:HalfFloat (Results 1 – 4 of 4) 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/api/
Dcurrent.txt51453 ctor public Half(@HalfFloat short);
51457 method @HalfFloat public static short abs(@HalfFloat short);
51458 method @HalfFloat public static short ceil(@HalfFloat short);
51459 method public static int compare(@HalfFloat short, @HalfFloat short);
51461 method @HalfFloat public static short copySign(@HalfFloat short, @HalfFloat short);
51463 method public static boolean equals(@HalfFloat short, @HalfFloat short);
51465 method @HalfFloat public static short floor(@HalfFloat short);
51466 method public static int getExponent(@HalfFloat short);
51467 method public static int getSign(@HalfFloat short);
51468 method public static int getSignificand(@HalfFloat short);
[all …]