Searched refs:fDouble (Results 1 – 6 of 6) sorted by relevance
78 fDouble = 0.0; in DigitList()112 fDouble = other.fDouble; in operator =()185 fDouble = 0.0; in clear()387 return fDouble; in getDouble()401 nonConstThis->fDouble = 0.0; in getDouble()403 nonConstThis->fDouble /= -1; in getDouble()408 nonConstThis->fDouble = INFINITY; in getDouble()419 nonConstThis->fDouble = -fDouble; in getDouble()448 nonConstThis->fDouble = uprv_strtod(s, &end); in getDouble()451 return fDouble; in getDouble()[all …]
132 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 …]
363 double fDouble; variable
119 fValue.fDouble = value; in Formattable()217 fValue.fDouble = source.fValue.fDouble; in operator =()255 equal = (fValue.fDouble == that.fValue.fDouble); in operator ==()364 if (fValue.fDouble > INT32_MAX) { in getLong()367 } else if (fValue.fDouble < INT32_MIN) { in getLong()371 return (int32_t)fValue.fDouble; // loses fraction in getLong()402 if (fValue.fDouble > U_INT64_MAX) { in getInt64()405 } else if (fValue.fDouble < U_INT64_MIN) { in getInt64()409 return (int64_t)fValue.fDouble; in getInt64()440 return fValue.fDouble; in getDouble()[all …]
261 double getDouble(void) const { return fValue.fDouble; } in getDouble()550 double fDouble; member
281 double getDouble(void) const { return fValue.fDouble; } in getDouble()631 double fDouble; member