Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c66 unsigned short rmbit; member
1288 ldp->rmbit = 0x8000; in emdnorm()
1295 ldp->rmbit = 0x4000; in emdnorm()
1302 ldp->rmbit = 0x8000; in emdnorm()
1310 ldp->rmbit = 0x80; in emdnorm()
1317 ldp->rmbit = 0x0400; in emdnorm()
1324 ldp->rmbit = 0x80; in emdnorm()
1363 if ((r & ldp->rmbit) != 0) in emdnorm()
1365 if (r == ldp->rmbit) in emdnorm()