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 510 int n, nwds; local
514 nwds = b->wds;
516 if (n > nwds)
517 n = nwds;
518 else if (n < nwds && (k &= kmask)) {
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 1670 int n, nwds; variable
    [all...]

Completed in 315 milliseconds