Home
last modified time | relevance | path

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

/dragonfly/contrib/gdtoa/
H A Ddtoa.c689 goto roundoff;
728 case 2: goto roundoff;
739 roundoff:
H A Dgdtoa.c691 goto roundoff;
722 goto roundoff;
732 roundoff:
/dragonfly/sys/bus/u4b/serial/
H A Duftdi.c760 static const uint8_t roundoff[16] = { in uftdi_8u232am_getrate() local
783 d = (d & ~15) + roundoff[d & 15]; in uftdi_8u232am_getrate()