Searched refs:fDouble (Results 1 – 12 of 12) sorted by relevance
88 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 …]
129 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 …]
385 double fDouble; variable
132 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 …]
401 double fDouble; member434 fUnion.fDouble=d; in internalSetDouble()
124 fUnion.fDouble = other.fUnion.fDouble; in operator =()420 return fUnion.fDouble; in getDouble()
78 fDouble = static_cast<double>(v); in setValues()82 return fDouble == static_cast<double>(v) && in checkValues()88 double fDouble; member in B
293 double getDouble(void) const { return fValue.fDouble; } in getDouble()651 double fDouble; member
281 double getDouble(void) const { return fValue.fDouble; } in getDouble()630 double fDouble; member
38 nonConstThis->fDouble = 0.0;
445 double fDouble;