Searched defs:Half (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h47 typedef llvm::ELF::Elf32_Half Half; typedef in class:mcld::ELFSizeTraits
65 typedef llvm::ELF::Elf64_Half Half; typedef in class:mcld::ELFSizeTraits
/frameworks/base/core/java/android/util/
H A DHalf.java26 * <p>The {@code Half} class is a wrapper and a utility class to manipulate half-precision 16-bit
27 * <a href="https://en.wikipedia.org/wiki/Half-precision_floating-point_format">IEEE 754</a>
49 * <p>Half-precision floating points can be useful to save memory and/or
95 public final class Half extends Number implements Comparable<Half> { class in inherits:Number,Comparable
174 * Constructs a newly allocated {@code Half} object that represents the
177 * @param value The value to be represented by the {@code Half}
179 public Half(@HalfFloat short value) { method in class:Half
184 * Constructs a newly allocated {@code Half} object that represents the
187 * @param value The value to be represented by the {@code Half}
191 public Half(float value) { method in class:Half
203 public Half(double value) { method in class:Half
224 public Half(@NonNull String value) throws NumberFormatException { method in class:Half
[all...]

Completed in 26 milliseconds