/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | fmtable.cpp | 137 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 < (double)U_INT64_MIN) { in getInt64() 465 } else if (fabs(fValue.fDouble) > U_DOUBLE_MAX_EXACT_INT && fDecimalQuantity != NULL) { in getInt64() 474 return (int64_t)fValue.fDouble; in getInt64() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | fmtable.cpp | 137 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 < (double)U_INT64_MIN) { in getInt64() 465 } else if (fabs(fValue.fDouble) > U_DOUBLE_MAX_EXACT_INT && fDecimalQuantity != NULL) { in getInt64() 474 return (int64_t)fValue.fDouble; in getInt64() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 137 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 < (double)U_INT64_MIN) { in getInt64() 465 } else if (fabs(fValue.fDouble) > U_DOUBLE_MAX_EXACT_INT && fDecimalQuantity != NULL) { in getInt64() 474 return (int64_t)fValue.fDouble; in getInt64() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | fmtable.cpp | 137 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 < (double)U_INT64_MIN) { in getInt64() 465 } else if (fabs(fValue.fDouble) > U_DOUBLE_MAX_EXACT_INT && fDecimalQuantity != NULL) { in getInt64() 474 return (int64_t)fValue.fDouble; in getInt64() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkFDot6.h | 26 double fDouble; member 32 tmp.fDouble = SkScalarToDouble(x) + magic;
|
/third_party/skia/src/core/ |
D | SkFDot6.h | 26 double fDouble; member 32 tmp.fDouble = SkScalarToDouble(x) + magic;
|
/third_party/skia/tests/ |
D | GrMemoryPoolTest.cpp | 70 fDouble = static_cast<double>(v); in setValues() 74 return fDouble == static_cast<double>(v) && in checkValues() 79 double fDouble; member in B
|
D | MathTest.cpp | 717 double fDouble; in DEF_TEST() member 734 int i = sk_double_saturate2int(r.fDouble); in DEF_TEST()
|
/third_party/flutter/skia/tests/ |
D | GrMemoryPoolTest.cpp | 67 fDouble = static_cast<double>(v); in setValues() 71 return fDouble == static_cast<double>(v) && in checkValues() 77 double fDouble; member in B
|
D | MathTest.cpp | 691 double fDouble; in DEF_TEST() member 708 int i = sk_double_saturate2int(r.fDouble); in DEF_TEST()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fmtable.h | 291 double getDouble(void) const { return fValue.fDouble; } in getDouble() 693 double fDouble; member
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | fmtable.h | 293 double getDouble(void) const { return fValue.fDouble; } in getDouble() 695 double fDouble; member
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | fmtable.h | 293 double getDouble(void) const { return fValue.fDouble; } in getDouble() 695 double fDouble; member
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 293 double getDouble(void) const { return fValue.fDouble; } in getDouble() 695 double fDouble; member
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 51 : fDouble(d) {} in ConstantValue() 58 double fDouble; member
|
/third_party/flutter/skia/include/private/ |
D | SkTemplates.h | 408 double fDouble; member
|