Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 9 of 9) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexBuffer.java146 int bits = readInt(nBytes); in readFloat() local
148 bits <<= bytesToMove; in readFloat()
149 return Float.intBitsToFloat(bits); in readFloat()
173 long bits = readLong(nBytes); in readDouble() local
175 bits <<= bytesToMove; in readDouble()
176 return Double.longBitsToDouble(bits); in readDouble()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16Utils.java112 long bits = (exponent & DOUBLE_EXPONENT_MASK) | (mantissa & DOUBLE_MANTISSA_MASK); in constructDouble() local
113 if (isNegative) bits |= DOUBLE_SIGN_MASK; in constructDouble()
114 return Double.longBitsToDouble(bits); in constructDouble()
/cts/tools/dasm/src/java_cup/
Dparser.cup31 These sections provide small bits of code that initialize, then
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java144 long bits; in parseUnsignedIntAttribute() local
/cts/tests/tests/content/src/android/content/cts/util/
DXmlUtils.java146 long bits; in parseUnsignedIntAttribute() local
/cts/tests/tests/util/src/android/util/cts/
DHalfTest.java522 public void bits() { in bits() method in HalfTest
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java143 long bits; in parseUnsignedIntAttribute() local
/cts/tools/dex-tools/dex/
Dclasses0.out.dex41377 private long[] bits
45543 private long[] bits
46689 private long bits
99786 private int bits