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

  /external/icu/icu4c/source/i18n/
fmtable.cpp 135 fValue.fDouble = value;
243 fValue.fDouble = source.fValue.fDouble;
293 equal = (fValue.fDouble == that.fValue.fDouble);
417 if (fValue.fDouble > INT32_MAX) {
420 } else if (fValue.fDouble < INT32_MIN) {
424 return (int32_t)fValue.fDouble; // loses fraction
462 if (fValue.fDouble > (double)U_INT64_MAX) {
465 } else if (fValue.fDouble < (double)U_INT64_MIN)
    [all...]
digitlst.h 477 double fDouble;
516 fUnion.fDouble=d;
digitlst.cpp 142 // fDouble is lazily created and cached.
143 // Avoid potential races with that happening with other.fDouble
148 fUnion.fDouble = other.fUnion.fDouble;
440 return fUnion.fDouble;
457 tDouble = -tDouble; //this was incorrectly "-fDouble" originally.
576 // TODO: fast conversion if fHave == fDouble
    [all...]
  /external/skia/src/core/
SkFDot6.h 26 double fDouble;
32 tmp.fDouble = SkScalarToDouble(x) + magic;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 297 double getDouble(void) const { return fValue.fDouble; }
698 double fDouble;
  /external/skia/tests/
GrMemoryPoolTest.cpp 69 fDouble = static_cast<double>(v);
73 return fDouble == static_cast<double>(v) &&
79 double fDouble;
  /external/skia/include/private/
SkTemplates.h 459 double fDouble;

Completed in 273 milliseconds