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

  /external/icu4c/i18n/
fmtable.cpp 132 fValue.fDouble = value;
240 fValue.fDouble = source.fValue.fDouble;
290 equal = (fValue.fDouble == that.fValue.fDouble);
414 if (fValue.fDouble > INT32_MAX) {
417 } else if (fValue.fDouble < INT32_MIN) {
421 return (int32_t)fValue.fDouble; // loses fraction
458 if (fValue.fDouble > (double)U_INT64_MAX) {
461 } else if (fValue.fDouble < (double)U_INT64_MIN)
    [all...]
digitlst.h 401 double fDouble;
434 fUnion.fDouble=d;
digitlst.cpp 118 // fDouble is lazily created and cached.
119 // Avoid potential races with that happening with other.fDouble
124 fUnion.fDouble = other.fUnion.fDouble;
420 return fUnion.fDouble;
450 tDouble = -tDouble; //this was incorrectly "-fDouble" originally.
  /external/icu4c/i18n/unicode/
fmtable.h 291 double getDouble(void) const { return fValue.fDouble; }
649 double fDouble;
  /external/skia/tests/
GrMemoryPoolTest.cpp 78 fDouble = static_cast<double>(v);
82 return fDouble == static_cast<double>(v) &&
88 double fDouble;
  /external/skia/include/core/
SkTemplates.h 330 double fDouble;
  /external/skia/legacy/include/core/
SkTemplates.h 275 double fDouble;

Completed in 1785 milliseconds