HomeSort by relevance Sort by last modified time
    Searched refs:xLength (Results 1 - 6 of 6) 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;
292 xLength = sizeOfTenToTheE (e) + length;
293 allocateU64 (x, xLength);
294 memset (x + length, 0, sizeof (uint64_t) * (xLength - length));
296 timesTenToTheEHighPrecision (x, xLength, e);
306 xLength = sizeOfTenToTheE (e) + length + ((-k) >> 6) + 1;
307 allocateU64 (x, xLength);
308 memset (x + length, 0, sizeof (uint64_t) * (xLength - length));
310 timesTenToTheEHighPrecision (x, xLength, e)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 569 CARD32 xLength B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 569 CARD32 xLength B32;
  /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 79 milliseconds