Home
last modified time | relevance | path

Searched refs:nw1 (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dmprec.c1051 int nw, nw1; in copybits() local
1062 nw1 = nw & 1; in copybits()
1063 for(xe = x + (nw - nw1); x < xe; x += 2) in copybits()
1065 if (nw1) in copybits()