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

  /external/icu4c/i18n/
fmtable.cpp 100 fValue.fInt64 = 0;
141 fValue.fInt64 = value;
151 fValue.fInt64 = value;
245 fValue.fInt64 = source.fValue.fInt64;
294 equal = (fValue.fInt64 == that.fValue.fInt64);
352 fValue.fInt64 = 0;
402 return (int32_t)fValue.fInt64;
404 if (fValue.fInt64 > INT32_MAX)
    [all...]
digitlst.h 402 int64_t fInt64;
438 fUnion.fInt64=d;
digitlst.cpp 126 fUnion.fInt64 = other.fUnion.fInt64;
422 return (double)fUnion.fInt64;
523 return fUnion.fInt64;
  /external/icu4c/i18n/unicode/
fmtable.h 313 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
339 int64_t getInt64(void) const { return fValue.fInt64; }
650 int64_t fInt64;
  /external/skia/tests/
GrMemoryPoolTest.cpp 97 fInt64 = static_cast<int64_t>(v);
101 return fInt64 == static_cast<int64_t>(v) &&
107 int64_t fInt64;

Completed in 166 milliseconds