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

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 273 int32_t xLength, yLength, DLength, D2Length;
276 xLength = yLength = DLength = D2Length = 0;
298 yLength = (k >> 6) + 2;
299 allocateU64 (y, yLength);
300 memset (y + 1, 0, sizeof (uint64_t) * (yLength - 1));
302 simpleShiftLeftHighPrecision (y, yLength, k);
313 yLength = 1;
322 yLength = sizeOfTenToTheE (-e) + 2 + (k >> 6);
323 allocateU64 (y, yLength);
324 memset (y + 1, 0, sizeof (uint64_t) * (yLength - 1))
    [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 44 milliseconds