HomeSort by relevance Sort by last modified time
    Searched refs:valueBits (Results 1 - 14 of 14) 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/test/cintltst/
trie2test.c 112 const UTrie2 *trie, UTrie2ValueBits valueBits,
133 if(valueBits==UTRIE2_16_VALUE_BITS) {
144 if(valueBits==UTRIE2_16_VALUE_BITS) {
154 if(valueBits==UTRIE2_16_VALUE_BITS) {
181 if(valueBits==UTRIE2_16_VALUE_BITS) {
194 if(valueBits==UTRIE2_16_VALUE_BITS) {
229 if(valueBits==UTRIE2_16_VALUE_BITS) {
249 if(valueBits==UTRIE2_16_VALUE_BITS) {
271 const UTrie2 *trie, UTrie2ValueBits valueBits,
308 if(valueBits==UTRIE2_16_VALUE_BITS)
    [all...]
  /external/icu/icu4c/source/common/
utrie2.cpp 129 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
144 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
164 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
178 if(valueBits==UTRIE2_16_VALUE_BITS) {
184 if(valueBits==UTRIE2_16_VALUE_BITS) {
214 switch(valueBits) {
239 utrie2_openDummy(UTrie2ValueBits valueBits,
253 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
    [all...]
utrie_swap.cpp 103 UTrie2ValueBits valueBits;
125 valueBits=(UTrie2ValueBits)(trie.options&UTRIE2_OPTIONS_VALUE_BITS_MASK);
129 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits ||
138 switch(valueBits) {
165 switch(valueBits) {
utrie2_builder.cpp     [all...]
utrie2.h 89 * @param valueBits selects the data entry size; results in an
103 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
119 * @param valueBits selects the data entry size
129 utrie2_openDummy(UTrie2ValueBits valueBits,
201 * utrie2_freeze() takes a valueBits parameter
281 * valueBits then it will set a U_ILLEGAL_ARGUMENT_ERROR.
284 * @param valueBits selects the data entry size; if smaller than 32 bits, then
295 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java     [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 685 milliseconds