Searched refs:fDouble (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp135 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 < (doubl
[all...]
H A Ddigitlst.h477 double fDouble; member in union:DigitList::DoubleOrInt64
516 fUnion.fDouble=d;
H A Ddigitlst.cpp143 // fDouble is lazily created and cached.
144 // Avoid potential races with that happening with other.fDouble
149 fUnion.fDouble = other.fUnion.fDouble;
441 return fUnion.fDouble;
458 tDouble = -tDouble; //this was incorrectly "-fDouble" originally.
577 // TODO: fast conversion if fHave == fDouble
/external/skia/src/core/
H A DSkFDot6.h26 double fDouble; member in union:__anon20661
32 tmp.fDouble = SkScalarToDouble(x) + magic;
/external/skqp/src/core/
H A DSkFDot6.h26 double fDouble; member in union:__anon21329
32 tmp.fDouble = SkScalarToDouble(x) + magic;
/external/skia/tests/
H A DGrMemoryPoolTest.cpp69 fDouble = static_cast<double>(v);
73 return fDouble == static_cast<double>(v) &&
79 double fDouble; member in class:B
H A DMathTest.cpp721 double fDouble; member in struct:__anon20956
738 int i = sk_double_saturate2int(r.fDouble);
/external/skqp/tests/
H A DGrMemoryPoolTest.cpp69 fDouble = static_cast<double>(v);
73 return fDouble == static_cast<double>(v) &&
79 double fDouble; member in class:B
H A DMathTest.cpp721 double fDouble; member in struct:__anon21626
738 int i = sk_double_saturate2int(r.fDouble);
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h297 double getDouble(void) const { return fValue.fDouble; }
698 double fDouble; member in union:Formattable::__anon8136
/external/skia/include/private/
H A DSkTemplates.h456 double fDouble;
/external/skqp/include/private/
H A DSkTemplates.h456 double fDouble;

Completed in 206 milliseconds