HomeSort by relevance Sort by last modified time
    Searched refs:kDouble (Results 26 - 50 of 75) sorted by null

12 3

  /external/icu/icu4c/source/test/intltest/
tsnmfmt.cpp 24 case Formattable::kDouble: return "kDouble";
313 else if (number[i].getType() != Formattable::kDouble)
numrgts.cpp 416 float floatResult = (float) (result.getType() == Formattable::kDouble
    [all...]
numfmtst.cpp 396 else if (af.getType() == Formattable::kDouble) {
    [all...]
dcfmtest.cpp 160 "kDouble",
348 case 'd': expectType = Formattable::kDouble; break;
  /art/compiler/llvm/
gbc_expander.cc 55 using ::art::llvm::kDouble;
801 if (elem_jty == kLong || elem_jty == kDouble ||
    [all...]
ir_builder.h 453 case kDouble:
  /art/compiler/dex/quick/arm64/
utility_arm64.cc     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
umsg.cpp 425 case Formattable::kDouble:
547 case Formattable::kDouble:
plurfmt.cpp 260 case Formattable::kDouble:
numfmt.cpp 466 case Formattable::kDouble:
504 case Formattable::kDouble:
    [all...]
tmutfmt.cpp 210 if (amtNumber.getType() == Formattable::kDouble) {
287 if (temp.getType() == Formattable::kDouble) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp 173 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) {
183 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) {
numfmtst.cpp 373 else if (af.getType() == Formattable::kDouble) {
    [all...]
dcfmtest.cpp 156 "kDouble",
335 case 'd': expectType = Formattable::kDouble; break;
msfmrgts.cpp 220 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
235 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
    [all...]
  /external/icu/icu4c/source/i18n/
datefmt.cpp 130 case Formattable::kDouble:
165 case Formattable::kDouble:
digitlst.cpp 119 if(other.fHave==kDouble) {
415 if (fHave == kDouble) {
umsg.cpp 426 case Formattable::kDouble:
551 case Formattable::kDouble:
msgfmt.cpp     [all...]
  /art/compiler/dex/
compiler_enums.h 268 kDouble,
  /art/compiler/dex/quick/mips/
int_mips.cc 496 if (size == k64 || size == kDouble) {
516 if ((size == k64) || (size == kDouble)) {
560 if (size == k64 || size == kDouble) {
596 if ((size == k64) || (size == kDouble)) {
  /art/compiler/dex/quick/x86/
utility_x86.cc 592 kDouble, kNotVolatile);
640 bool is64bit = ((size == k64) || (size == kDouble));
644 case kDouble:
787 bool is64bit = (size == k64) || (size == kDouble);
791 case kDouble:
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 300 case Formattable::kDouble:
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 301 case Formattable::kDouble:

Completed in 1541 milliseconds

12 3