HomeSort by relevance Sort by last modified time
    Searched refs:xLength (Results 1 - 3 of 3) 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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 522 CARD32 xLength B32;
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 417 milliseconds