Home
last modified time | relevance | path

Searched refs:fDouble (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dfmtable.cpp137 fValue.fDouble = value; in Formattable()
245 fValue.fDouble = source.fValue.fDouble; in operator =()
295 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()
459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
462 } else if (fValue.fDouble < (doubl in getInt64()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dfmtable.cpp137 fValue.fDouble = value; in Formattable()
245 fValue.fDouble = source.fValue.fDouble; in operator =()
295 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()
459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
462 } else if (fValue.fDouble < (doubl in getInt64()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfmtable.cpp137 fValue.fDouble = value; in Formattable()
245 fValue.fDouble = source.fValue.fDouble; in operator =()
295 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()
459 if (fValue.fDouble > (double)U_INT64_MAX) { in getInt64()
462 } else if (fValue.fDouble < (doubl in getInt64()
[all...]
/third_party/skia/src/core/
H A DSkFDot6.h26 double fDouble; in SkScalarRoundToFDot6() member
32 tmp.fDouble = SkScalarToDouble(x) + magic; in SkScalarRoundToFDot6()
/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp70 fDouble = static_cast<double>(v);
74 return fDouble == static_cast<double>(v) &&
79 double fDouble; member in B
H A DMathTest.cpp717 double fDouble; in DEF_TEST() member
734 int i = sk_double_saturate2int(r.fDouble); in DEF_TEST()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble()
695 double fDouble; member
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble()
695 double fDouble; member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dfmtable.h293 double getDouble(void) const { return fValue.fDouble; } in getDouble()
695 double fDouble; member

Completed in 9 milliseconds