Home
last modified time | relevance | path

Searched refs:kDouble (Results 1 – 25 of 27) sorted by relevance

12

/external/icu4c/i18n/
Dfmtable.cpp129 fType = kDouble; in Formattable()
236 case kDouble: in operator =()
287 case kDouble: in operator ==()
373 case kDouble: in isNumeric()
404 case Formattable::kDouble: in getLong()
448 case Formattable::kDouble: in getInt64()
493 case Formattable::kDouble: in getDouble()
523 fType = kDouble; in setDouble()
705 case kDouble: in getDecimalNumber()
750 fType = kDouble; in adoptDigitList()
[all …]
Ddatefmt.cpp124 case Formattable::kDouble: in format()
159 case Formattable::kDouble: in format()
Dumsg.cpp426 case Formattable::kDouble: in umsg_vformat()
550 case Formattable::kDouble: in umsg_vparse()
Dmsgfmt.cpp1525 formattableType = Formattable::kDouble; in cacheExplicitFormats()
1557 formattableType = Formattable::kDouble; in createAppropriateFormat()
1605 formattableType = Formattable::kDouble; in createAppropriateFormat()
1609 formattableType = Formattable::kDouble; in createAppropriateFormat()
1613 formattableType = Formattable::kDouble; in createAppropriateFormat()
Dnumfmt.cpp497 case Formattable::kDouble: in format()
535 case Formattable::kDouble: in format()
Dtmutfmt.cpp211 if (amtNumber.getType() == Formattable::kDouble) { in format()
289 if (temp.getType() == Formattable::kDouble) { in parseObject()
Drbnf.cpp1209 if (result.getType() == Formattable::kDouble) { in parse()
/external/v8/src/
Dtype-info.h71 static TypeInfo Double() { return TypeInfo(kDouble); } in Double()
90 t == kDouble || in FromInt()
160 return ((type_ & kDouble) == kDouble); in IsDouble()
185 case kDouble: return "Double"; in ToString()
201 kDouble = 0x19, // 0011001 enumerator
Dhydrogen-instructions.h296 kDouble, enumerator
307 static Representation Double() { return Representation(kDouble); } in Double()
318 bool IsDouble() const { return kind_ == kDouble; } in IsDouble()
321 return kind_ == kInteger32 || kind_ == kDouble; in IsSpecialization()
2303 return non_phi_uses_[Representation::kDouble];
2312 return indirect_uses_[Representation::kDouble];
/external/icu4c/test/intltest/
Dnmfmapts.cpp162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI()
168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI()
178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI()
Dnmfmtrt.h50 { return (n.getType() == Formattable::kDouble); } in isDouble()
Ditrbnfrt.cpp305 double rt = (parseResult.getType() == Formattable::kDouble) ? in doTest()
332 double rt = (parseResult.getType() == Formattable::kDouble) ? in doTest()
Dnumrgts.cpp412 float floatResult = (float) (result.getType() == Formattable::kDouble in assignFloatValue()
2164 if (num.getType() == Formattable::kDouble &&
2490 num.getType() != Formattable::kDouble) {
2494 double d = num.getType() == Formattable::kDouble ?
2617 if (val.getType() == Formattable::kDouble &&
2725 TEST_ASSERT(Formattable::kDouble == val.getType());
2736 TEST_ASSERT(Formattable::kDouble == val.getType());
2774 TEST_ASSERT(Formattable::kDouble == val.getType());
2784 TEST_ASSERT(Formattable::kDouble == val.getType());
2803 TEST_ASSERT(Formattable::kDouble == val.getType());
[all …]
Dnmfmtrt.cpp292 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test()
326 else if(n.getType() == Formattable::kDouble) { in typeOf()
Dtfsmalls.cpp195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) { in test_Formattable()
262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0) in test_Formattable()
Dtsnmfmt.cpp24 case Formattable::kDouble: return "kDouble"; in formattableTypeName()
313 else if (number[i].getType() != Formattable::kDouble) in tryIt()
Dnumfmtst.cpp377 else if (af.getType() == Formattable::kDouble) { in TestExponential()
1037 if (U_FAILURE(status) ||n.getType() != Formattable::kDouble || in TestLenientParse()
1050 if (U_FAILURE(status) ||n.getType() != Formattable::kDouble || in TestLenientParse()
2347 } else if (b.getType() == Formattable::kDouble) { in equalValue()
2350 } else if (a.getType() == Formattable::kDouble) { in equalValue()
2359 } else if (b.getType() == Formattable::kDouble) { in equalValue()
3109 (parseRes.getType() == Formattable::kDouble && in TestMultiCurrencySign()
3201 (result.getType() == Formattable::kDouble && in TestDecimalFormatCurrencyParse()
3291 (parseResult.getType() == Formattable::kDouble && in TestCurrencyIsoPluralFormat()
3297 if (parseResult.getType() == Formattable::kDouble) { in TestCurrencyIsoPluralFormat()
[all …]
Ddcfmapts.cpp173 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI()
183 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI()
Ddcfmtest.cpp335 case 'd': expectType = Formattable::kDouble; break; in execParseTest()
Dmsfmrgts.cpp222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438()
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438()
Dintltest.cpp144 case Formattable::kDouble: in _toString()
Dtmsgfmt.cpp222 case Formattable::kDouble :
/external/icu4c/samples/numfmt/
Dutil.cpp85 case Formattable::kDouble: in formattableToString()
/external/icu4c/i18n/unicode/
Dfmtable.h222 kDouble, enumerator
/external/icu4c/test/perf/DateFmtPerf/
DDateFmtPerf.h301 case Formattable::kDouble: in formattableToString()

12