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

1 2

  /external/v8/src/
machine-type.h 35 kInt64,
62 semantic() == MachineSemantic::kInt64;
108 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64);
machine-type.cc 47 case MachineSemantic::kInt64:
  /external/icu/icu4c/source/i18n/
fmtable.cpp 151 fType = kInt64;
244 case kInt64:
294 case kInt64:
385 case kInt64:
404 case Formattable::kInt64:
456 case Formattable::kInt64:
501 case Formattable::kInt64: // loses precision
555 fType = kInt64;
731 case kInt64:
785 fType = kInt64;
    [all...]
digitlst.h 481 kInt64
517 fHave = kInt64;
digitlst.cpp 122 } else if(other.fHave==kInt64) {
439 } else if(fHave == kInt64) {
540 if(fHave==kInt64) {
    [all...]
quantityformatter.cpp 164 } else if (number.getType() == Formattable::kInt64) {
umsg.cpp 436 case Formattable::kInt64:
569 case Formattable::kInt64:
numfmt.cpp 596 case Formattable::kInt64:
644 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 92 case Formattable::kInt64:
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 264 kInt64,
283 * is kDouble, kLong, or kInt64
323 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
339 * kInt64 then the result is undefined.
515 * kInt64.
  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 28 case Formattable::kInt64: return "kInt64";
311 else if (number[i].getType() == Formattable::kInt64)
dcfmtest.cpp 164 "kInt64",
350 case 'l': expectType = Formattable::kInt64; break;
msfmrgts.cpp 221 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
    [all...]
numrgts.cpp     [all...]
numfmtst.cpp 885 af.getType() == Formattable::kInt64) {
    [all...]
  /external/v8/src/compiler/
instruction.h 888 kInt64,
897 explicit Constant(int64_t v) : type_(kInt64), value_(v) {}
909 DCHECK(type() == kInt32 || type() == kInt64);
917 DCHECK_EQ(kInt64, type());
    [all...]
instruction.cc 507 case Constant::kInt64:
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 629 case Formattable::kInt64:
  /external/v8/src/compiler/arm/
code-generator-arm.cc 77 case Constant::kInt64:
    [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 500 case icu::Formattable::kInt64:
  /external/v8/src/compiler/mips/
code-generator-mips.cc 80 case Constant::kInt64:
    [all...]

Completed in 1341 milliseconds

1 2