HomeSort by relevance Sort by last modified time
    Searched full:valuebits (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/v8/test/webkit/
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])
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 111 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==UTRIE2_16_VALUE_BITS)
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 111 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==UTRIE2_16_VALUE_BITS)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 124 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
139 valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits
159 if(valueBits!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
173 if(valueBits==UTRIE2_16_VALUE_BITS) {
179 if(valueBits==UTRIE2_16_VALUE_BITS) {
206 switch(valueBits) {
231 utrie2_openDummy(UTrie2ValueBits valueBits,
245 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
    [all...]
utrie2_impl.h 57 * 3.. 0 UTrie2ValueBits valueBits
82 /** Mask to get the UTrie2ValueBits valueBits from options. */
utrie2.h 84 * @param valueBits selects the data entry size; results in an
98 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
114 * @param valueBits selects the data entry size
124 utrie2_openDummy(UTrie2ValueBits valueBits,
196 * utrie2_freeze() takes a valueBits parameter
276 * valueBits then it will set a U_ILLEGAL_ARGUMENT_ERROR.
279 * @param valueBits selects the data entry size; if smaller than 32 bits, then
290 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode);
    [all...]
utrie2_builder.c     [all...]
  /external/icu4c/common/
utrie2.cpp 128 utrie2_openFromSerialized(UTrie2ValueBits valueBits,
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,
249 if(valueBits<0 || UTRIE2_COUNT_VALUE_BITS<=valueBits) {
    [all...]
utrie2_impl.h 57 * 3.. 0 UTrie2ValueBits valueBits
82 /** Mask to get the UTrie2ValueBits valueBits from options. */
utrie2.h 85 * @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);
    [all...]
utrie2_builder.cpp     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 412 ValueBits::encode(value_.code()) |
423 class ValueBits: public BitField<int, 4, 4> {};
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 514 ValueBits::encode(value_.code()) |
525 class ValueBits: public BitField<int, 3, 3> {};
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 428 ValueBits::encode(value_.code()) |
439 class ValueBits: public BitField<int, 5, 5> {};
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 484 ValueBits::encode(value_.code()) |
495 class ValueBits: public BitField<int, 4, 4> {};
  /external/v8/src/arm/
code-stubs-arm.h 646 ValueBits::encode(value_.code()) |
657 class ValueBits: public BitField<int, 4, 4> {};
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 709 ValueBits::encode(value_.code()) |
720 class ValueBits: public BitField<int, 3, 3> {};
  /external/v8/src/mips/
code-stubs-mips.h 647 ValueBits::encode(value_.code()) |
658 class ValueBits: public BitField<int, 5, 5> {};
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 691 ValueBits::encode(value_.code()) |
702 class ValueBits: public BitField<int, 4, 4> {};
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 61 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits);
  /libcore/luni/src/main/java/java/util/
Arrays.java 305 long valueBits = Double.doubleToLongBits(value);
307 if (midValBits < valueBits) {
309 } else if (midValBits > valueBits) {
366 int valueBits = Float.floatToIntBits(value);
368 if (midValBits < valueBits) {
370 } else if (midValBits > valueBits) {
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 61 COMPILE_ASSERT(kNumClasses <= (1 << PageMapCache::kValuebits), valuebits);
  /external/clang/lib/AST/
ItaniumMangle.cpp 691 llvm::APInt valueBits = f.bitcastToAPInt();
692 unsigned numCharacters = (valueBits.getBitWidth() + 3) / 4;
706 = valueBits.getRawData()[digitBitIndex / llvm::integerPartWidth];
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 117 unsigned ValueBits = ValueVT.getSizeInBits();
123 EVT RoundVT = RoundBits == ValueBits ?
    [all...]

Completed in 1162 milliseconds

1 2