HomeSort by relevance Sort by last modified time
    Searched defs:valueBits (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Float16Utils.java 127 long valueBits = Double.doubleToLongBits(value);
128 long mantissa = valueBits & DOUBLE_MANTISSA_MASK; // 52-bit mantissa
129 long exponent = valueBits & DOUBLE_EXPONENT_MASK; // 11-bit exponent
131 boolean isNegative = (valueBits & DOUBLE_SIGN_MASK) != 0;
230 long valueBits = Double.doubleToLongBits(value);
231 long mantissa = valueBits & DOUBLE_MANTISSA_MASK; // 52-bit mantissa
232 long exponent = valueBits & DOUBLE_EXPONENT_MASK; // 11-bit exponent
308 long valueBits = Double.doubleToLongBits(value);
309 long mantissa = valueBits & DOUBLE_MANTISSA_MASK; // 52-bit mantissa
310 long exponent = valueBits & DOUBLE_EXPONENT_MASK; // 11-bit exponen
    [all...]
  /external/icu/icu4c/source/common/
utrie2.cpp 130 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
145 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
165 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
185 if(valueBits==UTRIE2_16_VALUE_BITS) {
212 switch(valueBits) {
237 utrie2_openDummy(UTrie2ValueBits valueBits,
251 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/libs/
exoplayer.jar 
exoplayer_v2.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 360 milliseconds