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

12 3 4

  /external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp 292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
326 else if(n.getType() == Formattable::kDouble) {
tfsmalls.cpp 195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) {
262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0)
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:
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 416 float floatResult = (float) (result.getType() == Formattable::kDouble
    [all...]
numfmtst.cpp 392 else if (af.getType() == Formattable::kDouble) {
    [all...]
dcfmtest.cpp 156 "kDouble",
344 case 'd': expectType = Formattable::kDouble; break;
  /art/compiler/dex/quick/arm64/
utility_arm64.cc     [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/i18n/
digitlst.cpp 123 if(other.fHave==kDouble) {
419 if (fHave == kDouble) {
umsg.cpp 426 case Formattable::kDouble:
551 case Formattable::kDouble:
msgfmt.cpp     [all...]
numfmt.cpp 564 case Formattable::kDouble:
612 case Formattable::kDouble:
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 301 case Formattable::kDouble:
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 301 case Formattable::kDouble:

Completed in 1079 milliseconds

12 3 4