HomeSort by relevance Sort by last modified time
    Searched refs:yLength (Results 1 - 2 of 2) 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;
369 yLength = (k >> 6) + 2;
370 allocateU64 (y, yLength);
371 memset (y + 1, 0, sizeof (uint64_t) * (yLength - 1));
373 simpleShiftLeftHighPrecision (y, yLength, k);
384 yLength = 1;
393 yLength = sizeOfTenToTheE (-e) + 2 + (k >> 6);
394 allocateU64 (y, yLength);
395 memset (y + 1, 0, sizeof (uint64_t) * (yLength - 1))
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 74 milliseconds