HomeSort by relevance Sort by last modified time
    Searched refs:kInt64 (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/
machine-type.cc 62 case MachineSemantic::kInt64:
machine-type.h 50 kInt64,
79 semantic() == MachineSemantic::kInt64;
116 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64);
  /external/icu/icu4c/source/i18n/
fmtable.cpp 153 fType = kInt64;
246 case kInt64:
296 case kInt64:
387 case kInt64:
406 case Formattable::kInt64:
459 case Formattable::kInt64:
505 case Formattable::kInt64: // loses precision
560 fType = kInt64;
736 case kInt64:
790 fType = kInt64;
    [all...]
quantityformatter.cpp 166 } else if (number.getType() == Formattable::kInt64) {
umsg.cpp 438 case Formattable::kInt64:
571 case Formattable::kInt64:
numfmt.cpp 599 case Formattable::kInt64:
647 case Formattable::kInt64:
    [all...]
  /system/update_engine/common/
fake_prefs.cc 52 FakePrefs::PrefType::kInt64;
112 case PrefType::kInt64:
fake_prefs.h 60 kInt64,
  /external/webrtc/talk/app/webrtc/
statstypes.cc 234 RTC_DCHECK(type_ == kInt || type_ == kInt64);
266 case kInt64:
291 case kInt64:
336 (type_ == kInt64 ? value_.int64_ == value : false);
357 RTC_DCHECK(type_ == kInt64);
606 case kInt64:
687 values_[name] = ValuePtr(new Value(name, value, Value::kInt64));
statstypes.h 255 kInt64, // int64_t.
281 // One exception to this is that types kInt and kInt64 can be compared and
  /external/icu/icu4c/source/samples/numfmt/
util.cpp 96 case Formattable::kInt64:
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 266 kInt64,
285 * is kDouble, kLong, or kInt64
325 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
341 * kInt64 then the result is undefined.
517 * kInt64.
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 30 case Formattable::kInt64: return "kInt64";
313 else if (number[i].getType() == Formattable::kInt64)
dcfmtest.cpp 166 "kInt64",
352 case 'l': expectType = Formattable::kInt64; break;
msfmrgts.cpp 224 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
239 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
    [all...]
numrgts.cpp     [all...]
numfmtst.cpp 888 af.getType() == Formattable::kInt64) {
    [all...]
intltest.cpp 165 case Formattable::kInt64:
    [all...]
  /external/v8/src/compiler/
common-operator.h 129 enum Type { kInt32, kInt64 };
134 : value_(value), rmode_(rmode), type_(kInt64) {}
instruction.cc 563 } else if (info.type() == RelocatablePtrConstantInfo::kInt64) {
564 type_ = kInt64;
583 case Constant::kInt64:
    [all...]
instruction.h     [all...]
code-generator.cc     [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 633 case Formattable::kInt64:
  /external/v8/src/compiler/arm/
code-generator-arm.cc 55 case Constant::kInt64:
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 88 case Constant::kInt64:
    [all...]

Completed in 1678 milliseconds

1 2