Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c73 int adjust = 0; /* do we need to adjust the exponent? */ in dorounding() local
82 adjust = roundup(s0, ndigits); in dorounding()
86 adjust = roundup(s0, ndigits); in dorounding()
90 adjust = roundup(s0, ndigits); in dorounding()
94 if (adjust) in dorounding()