Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dldtoa.c59 unsigned short rmbit; member
1281 ldp->rmbit = 0x8000; in emdnorm()
1288 ldp->rmbit = 0x4000; in emdnorm()
1295 ldp->rmbit = 0x8000; in emdnorm()
1303 ldp->rmbit = 0x80; in emdnorm()
1310 ldp->rmbit = 0x0400; in emdnorm()
1317 ldp->rmbit = 0x80; in emdnorm()
1356 if ((r & ldp->rmbit) != 0) in emdnorm()
1358 if (r == ldp->rmbit) in emdnorm()