Home
last modified time | relevance | path

Searched refs:fDouble (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ddigitlst.cpp88 fDouble = 0.0; in DigitList()
126 fDouble = other.fDouble; in operator =()
199 fDouble = 0.0; in clear()
409 return fDouble; in getDouble()
414 nonConstThis->fDouble = 0.0; in getDouble()
416 nonConstThis->fDouble /= -1; in getDouble()
420 nonConstThis->fDouble = std::numeric_limits<double>::infinity(); in getDouble()
422 nonConstThis->fDouble = std::numeric_limits<double>::max(); in getDouble()
425 nonConstThis->fDouble = -fDouble; in getDouble()
455 nonConstThis->fDouble = uprv_strtod(s, &end); in getDouble()
[all …]
Dfmtable.cpp129 fValue.fDouble = value; in Formattable()
240 fValue.fDouble = source.fValue.fDouble; in operator =()
290 equal = (fValue.fDouble == that.fValue.fDouble); in operator ==()
407 if (fValue.fDouble > INT32_MAX) { in getLong()
410 } else if (fValue.fDouble < INT32_MIN) { in getLong()
414 return (int32_t)fValue.fDouble; // loses fraction in getLong()
445 if (fValue.fDouble >= U_INT64_MAX) { in getInt64()
448 } else if (fValue.fDouble <= U_INT64_MIN) { in getInt64()
452 return (int64_t)fValue.fDouble; in getInt64()
483 return fValue.fDouble; in getDouble()
[all …]
Ddigitlst.h385 double fDouble; variable
/external/icu4c/i18n/
Dfmtable.cpp132 fValue.fDouble = value; in Formattable()
240 fValue.fDouble = source.fValue.fDouble; in operator =()
290 equal = (fValue.fDouble == that.fValue.fDouble); in operator ==()
414 if (fValue.fDouble > INT32_MAX) { in getLong()
417 } else if (fValue.fDouble < INT32_MIN) { in getLong()
421 return (int32_t)fValue.fDouble; // loses fraction in getLong()
458 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
461 } else if (fValue.fDouble < (double)U_INT64_MIN) { in getInt64()
464 } else if (fabs(fValue.fDouble) > U_DOUBLE_MAX_EXACT_INT && fDecimalNum != NULL) { in getInt64()
470 return fValue.fDouble > 0 ? U_INT64_MAX : U_INT64_MIN; in getInt64()
[all …]
Ddigitlst.h401 double fDouble; member
434 fUnion.fDouble=d; in internalSetDouble()
Ddigitlst.cpp124 fUnion.fDouble = other.fUnion.fDouble; in operator =()
420 return fUnion.fDouble; in getDouble()
/external/skia/tests/
DGrMemoryPoolTest.cpp78 fDouble = static_cast<double>(v); in setValues()
82 return fDouble == static_cast<double>(v) && in checkValues()
88 double fDouble; member in B
/external/icu4c/i18n/unicode/
Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble()
651 double fDouble; member
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dfmtable.h281 double getDouble(void) const { return fValue.fDouble; } in getDouble()
630 double fDouble; member
/external/chromium_org/third_party/icu/patches/
Dnan.patch38 nonConstThis->fDouble = 0.0;
/external/chromium_org/third_party/skia/include/core/
DSkTemplates.h445 double fDouble;
/external/skia/include/core/
DSkTemplates.h445 double fDouble;