Searched refs:valueBits (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Dinteger-extremes.js157 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
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2.cpp128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, argument
143 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
177 if(valueBits==UTRIE2_16_VALUE_BITS) {
183 if(valueBits==UTRIE2_16_VALUE_BITS) {
210 switch(valueBits) {
235 utrie2_openDummy(UTrie2ValueBits valueBits, argument
249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
409 UTrie2ValueBits valueBits; local
[all...]
H A Dutrie2.h85 * @param valueBits selects the data entry size; results in an
99 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
115 * @param valueBits selects the data entry size
125 utrie2_openDummy(UTrie2ValueBits valueBits,
197 * utrie2_freeze() takes a valueBits parameter
277 * valueBits then it will set a U_ILLEGAL_ARGUMENT_ERROR.
280 * @param valueBits selects the data entry size; if smaller than 32 bits, then
291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
H A Dutrie2_builder.cpp1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { argument
1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1276 if(valueBits!=frozenValueBits) {
1296 if(valueBits==UTRIE2_16_VALUE_BITS) {
1318 if(valueBits==UTRIE2_16_VALUE_BITS) {
1346 header->options=(uint16_t)valueBits;
1393 switch(valueBits) {
/external/icu/icu4c/source/common/
H A Dutrie2.cpp128 utrie2_openFromSerialized(UTrie2ValueBits valueBits, argument
143 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
163 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
177 if(valueBits==UTRIE2_16_VALUE_BITS) {
183 if(valueBits==UTRIE2_16_VALUE_BITS) {
210 switch(valueBits) {
235 utrie2_openDummy(UTrie2ValueBits valueBits, argument
249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
438 UTrie2ValueBits valueBits; local
[all...]
H A Dutrie2.h85 * @param valueBits selects the data entry size; results in an
99 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
115 * @param valueBits selects the data entry size
125 utrie2_openDummy(UTrie2ValueBits valueBits,
197 * utrie2_freeze() takes a valueBits parameter
277 * valueBits then it will set a U_ILLEGAL_ARGUMENT_ERROR.
280 * @param valueBits selects the data entry size; if smaller than 32 bits, then
291 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
H A Dutrie2_builder.cpp1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { argument
1266 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
1276 if(valueBits!=frozenValueBits) {
1296 if(valueBits==UTRIE2_16_VALUE_BITS) {
1318 if(valueBits==UTRIE2_16_VALUE_BITS) {
1346 header->options=(uint16_t)valueBits;
1393 switch(valueBits) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c111 const UTrie2 *trie, UTrie2ValueBits valueBits,
132 if(valueBits==UTRIE2_16_VALUE_BITS) {
143 if(valueBits==UTRIE2_16_VALUE_BITS) {
153 if(valueBits==UTRIE2_16_VALUE_BITS) {
180 if(valueBits==UTRIE2_16_VALUE_BITS) {
193 if(valueBits==UTRIE2_16_VALUE_BITS) {
228 if(valueBits==UTRIE2_16_VALUE_BITS) {
248 if(valueBits==UTRIE2_16_VALUE_BITS) {
270 const UTrie2 *trie, UTrie2ValueBits valueBits,
307 if(valueBits
110 testTrieGetters(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
269 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
349 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
485 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
542 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1100 dummyTest(UTrie2ValueBits valueBits) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c111 const UTrie2 *trie, UTrie2ValueBits valueBits,
132 if(valueBits==UTRIE2_16_VALUE_BITS) {
143 if(valueBits==UTRIE2_16_VALUE_BITS) {
153 if(valueBits==UTRIE2_16_VALUE_BITS) {
180 if(valueBits==UTRIE2_16_VALUE_BITS) {
193 if(valueBits==UTRIE2_16_VALUE_BITS) {
228 if(valueBits==UTRIE2_16_VALUE_BITS) {
248 if(valueBits==UTRIE2_16_VALUE_BITS) {
270 const UTrie2 *trie, UTrie2ValueBits valueBits,
307 if(valueBits
110 testTrieGetters(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
269 testTrieUTF16(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
349 testTrieUTF8(const char *testName, const UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
485 testFrozenTrie(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, const CheckRange checkRanges[], int32_t countCheckRanges) argument
542 testTrieSerialize(const char *testName, UTrie2 *trie, UTrie2ValueBits valueBits, UBool withSwap, const CheckRange checkRanges[], int32_t countCheckRanges) argument
1100 dummyTest(UTrie2ValueBits valueBits) argument
[all...]
/external/llvm/lib/Support/
H A DAPFloat.cpp2735 unsigned int count, valueBits, shift, partsCount, outputDigits;
2752 valueBits = semantics->precision + 3;
2753 shift = integerPartWidth - valueBits % integerPartWidth;
2757 outputDigits = (valueBits - significandLSB () + 3) / 4;
2769 bits = valueBits - hexDigits * 4;
2781 count = (valueBits + integerPartWidth - 1) / integerPartWidth;
/external/clang/lib/AST/
H A DItaniumMangle.cpp680 llvm::APInt valueBits = f.bitcastToAPInt(); local
681 unsigned numCharacters = (valueBits.getBitWidth() + 3) / 4;
695 = valueBits.getRawData()[digitBitIndex / llvm::integerPartWidth];

Completed in 772 milliseconds