HomeSort by relevance Sort by last modified time
    Searched refs:fDouble (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
fmtable.cpp.noOrig 132 fValue.fDouble = value;
240 fValue.fDouble = source.fValue.fDouble;
290 equal = (fValue.fDouble == that.fValue.fDouble);
407 if (fValue.fDouble > INT32_MAX) {
410 } else if (fValue.fDouble < INT32_MIN) {
414 return (int32_t)fValue.fDouble; // loses fraction
445 if (fValue.fDouble >= U_INT64_MAX) {
448 } else if (fValue.fDouble <= U_INT64_MIN)
    [all...]
digitlst.cpp 80 fDouble = 0.0;
118 fDouble = other.fDouble;
191 fDouble = 0.0;
398 // Like precompute fDouble for DigitLists coming in from a parse
401 return fDouble;
415 nonConstThis->fDouble = 0.0;
417 nonConstThis->fDouble /= -1;
424 nonConstThis->fDouble = INFINITY;
427 nonConstThis->fDouble = std::numeric_limits<double>::infinity()
    [all...]
fmtable.cpp 132 fValue.fDouble = value;
240 fValue.fDouble = source.fValue.fDouble;
290 equal = (fValue.fDouble == that.fValue.fDouble);
407 if (fValue.fDouble > INT32_MAX) {
410 } else if (fValue.fDouble < INT32_MIN) {
414 return (int32_t)fValue.fDouble; // loses fraction
445 if (fValue.fDouble >= U_INT64_MAX) {
448 } else if (fValue.fDouble <= U_INT64_MIN)
    [all...]
digitlst.h 385 double fDouble;
  /external/skia/gpu/include/
GrTemplates.h 44 double fDouble;
  /external/icu4c/i18n/unicode/
fmtable.h 281 double getDouble(void) const { return fValue.fDouble; }
630 double fDouble;

Completed in 820 milliseconds