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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 180 int n, nwds; local
184 nwds = b->wds;
186 if (n > nwds)
187 n = nwds;
188 else if (n < nwds && (k &= kmask)) {
  /ndk/sources/android/support/src/stdio/
strtod.c 500 int n, nwds; local
504 nwds = b->wds;
506 if (n > nwds)
507 n = nwds;
508 else if (n < nwds && (k &= kmask)) {
    [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 1685 int n, nwds; variable
    [all...]

Completed in 410 milliseconds