OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nw1
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c
152
int nw,
nw1
;
local
163
nw1
= nw & 1;
164
for(xe = x + (nw -
nw1
); x < xe; x += 2)
166
if (
nw1
)
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
smisc.c
160
int nw,
nw1
;
local
171
nw1
= nw & 1;
172
for(xe = x + (nw -
nw1
); x < xe; x += 2)
174
if (
nw1
)
/prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c
476
int nw,
nw1
;
local
487
nw1
= nw & 1;
488
for(xe = x + (nw -
nw1
); x < xe; x += 2)
490
if (
nw1
)
[
all
...]
/prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c
476
int nw,
nw1
;
local
487
nw1
= nw & 1;
488
for(xe = x + (nw -
nw1
); x < xe; x += 2)
490
if (
nw1
)
[
all
...]
Completed in 68 milliseconds