HomeSort by relevance Sort by last modified time
    Searched defs:nwds (Results 1 - 4 of 4) 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)) {
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
smisc.c 188 int n, nwds; local
192 nwds = b->wds;
194 if (n > nwds)
195 n = nwds;
196 else if (n < nwds && (k &= kmask)) {
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]

Completed in 96 milliseconds