/external/chromium_org/v8/test/webkit/ |
D | integer-extremes.js | 157 for (var valueBits = 8; valueBits <= 128; valueBits++) { 158 debug("bits used to store value: " + valueBits); 159 var max = Math.pow(2, valueBits - 1) - 1; 160 var min = -Math.pow(2, valueBits - 1); 161 shouldBe("min.toString()", answers[valueBits-8][0]); 162 shouldBe("(min - 1).toString()", answers[valueBits-8][1]); 163 shouldBe("max.toString()", answers[valueBits-8][2]); 164 shouldBe("(max + 1).toString()", answers[valueBits-8][3]);
|
/external/chromium_org/third_party/icu/source/common/ |
D | utrie2.cpp | 128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() argument 143 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized() 163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized() 177 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openFromSerialized() 183 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openFromSerialized() 210 switch(valueBits) { in utrie2_openFromSerialized() 235 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy() argument 249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy() 258 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openDummy() 281 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openDummy() [all …]
|
D | utrie2_builder.cpp | 1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze() argument 1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze() 1276 if(valueBits!=frozenValueBits) { in utrie2_freeze() 1296 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_freeze() 1318 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_freeze() 1346 header->options=(uint16_t)valueBits; in utrie2_freeze() 1393 switch(valueBits) { in utrie2_freeze()
|
D | utrie2.h | 99 utrie2_openFromSerialized(UTrie2ValueBits valueBits, 125 utrie2_openDummy(UTrie2ValueBits valueBits, 291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
|
/external/icu/icu4c/source/common/ |
D | utrie2.cpp | 128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, in utrie2_openFromSerialized() argument 143 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_openFromSerialized() 163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) { in utrie2_openFromSerialized() 177 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openFromSerialized() 183 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openFromSerialized() 210 switch(valueBits) { in utrie2_openFromSerialized() 235 utrie2_openDummy(UTrie2ValueBits valueBits, in utrie2_openDummy() argument 249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) { in utrie2_openDummy() 258 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openDummy() 281 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_openDummy() [all …]
|
D | utrie2_builder.cpp | 1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze() argument 1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits in utrie2_freeze() 1276 if(valueBits!=frozenValueBits) { in utrie2_freeze() 1296 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_freeze() 1318 if(valueBits==UTRIE2_16_VALUE_BITS) { in utrie2_freeze() 1346 header->options=(uint16_t)valueBits; in utrie2_freeze() 1393 switch(valueBits) { in utrie2_freeze()
|
D | utrie2.h | 99 utrie2_openFromSerialized(UTrie2ValueBits valueBits, 125 utrie2_openDummy(UTrie2ValueBits valueBits, 291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | trie2test.c | 111 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieGetters() argument 132 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 143 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 153 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 180 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 193 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 228 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 248 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 270 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() argument 307 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF16() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 111 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieGetters() argument 132 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 143 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 153 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 180 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 193 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 228 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 248 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieGetters() 270 const UTrie2 *trie, UTrie2ValueBits valueBits, in testTrieUTF16() argument 307 if(valueBits==UTRIE2_16_VALUE_BITS) { in testTrieUTF16() [all …]
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2735 unsigned int count, valueBits, shift, partsCount, outputDigits; in convertNormalToHexString() local 2752 valueBits = semantics->precision + 3; in convertNormalToHexString() 2753 shift = integerPartWidth - valueBits % integerPartWidth; in convertNormalToHexString() 2757 outputDigits = (valueBits - significandLSB () + 3) / 4; in convertNormalToHexString() 2769 bits = valueBits - hexDigits * 4; in convertNormalToHexString() 2781 count = (valueBits + integerPartWidth - 1) / integerPartWidth; in convertNormalToHexString()
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 680 llvm::APInt valueBits = f.bitcastToAPInt(); in mangleFloat() local 681 unsigned numCharacters = (valueBits.getBitWidth() + 3) / 4; in mangleFloat() 695 = valueBits.getRawData()[digitBitIndex / llvm::integerPartWidth]; in mangleFloat()
|