HomeSort by relevance Sort by last modified time
    Searched defs:xLength (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 343 int32_t xLength, yLength, DLength, D2Length, decApproxCount, incApproxCount;
346 xLength = yLength = DLength = D2Length = 0;
363 xLength = sizeOfTenToTheE (e) + length;
364 allocateU64 (x, xLength);
365 memset (x + length, 0, sizeof (uint64_t) * (xLength - length));
367 timesTenToTheEHighPrecision (x, xLength, e);
377 xLength = sizeOfTenToTheE (e) + length + ((-k) >> 6) + 1;
378 allocateU64 (x, xLength);
379 memset (x + length, 0, sizeof (uint64_t) * (xLength - length));
381 timesTenToTheEHighPrecision (x, xLength, e)
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 61 milliseconds