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

  /external/skia/src/core/
SkFDot6.h 26 double fDouble;
32 tmp.fDouble = SkScalarToDouble(x) + magic;
  /external/icu/icu4c/source/i18n/
fmtable.cpp 133 fValue.fDouble = value;
241 fValue.fDouble = source.fValue.fDouble;
291 equal = (fValue.fDouble == that.fValue.fDouble);
415 if (fValue.fDouble > INT32_MAX) {
418 } else if (fValue.fDouble < INT32_MIN) {
422 return (int32_t)fValue.fDouble; // loses fraction
459 if (fValue.fDouble > (double)U_INT64_MAX) {
462 } else if (fValue.fDouble < (double)U_INT64_MIN)
    [all...]
digitlst.h 401 double fDouble;
439 fUnion.fDouble=d;
digitlst.cpp 114 // fDouble is lazily created and cached.
115 // Avoid potential races with that happening with other.fDouble
120 fUnion.fDouble = other.fUnion.fDouble;
416 return fUnion.fDouble;
446 tDouble = -tDouble; //this was incorrectly "-fDouble" originally.
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 295 double getDouble(void) const { return fValue.fDouble; }
696 double fDouble;
  /external/skia/tests/
GrMemoryPoolTest.cpp 77 fDouble = static_cast<double>(v);
81 return fDouble == static_cast<double>(v) &&
87 double fDouble;
  /external/skia/include/core/
SkTemplates.h 494 double fDouble;

Completed in 350 milliseconds