Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dldtoa.c74 *sign = p->ext_sign; in __ldtoa()
75 fpi.rounding ^= (fpi.rounding >> 1) & p->ext_sign; in __ldtoa()
Dhdtoa.c228 *sign = p->ext_sign; in __hldtoa()
311 dorounding(s0, ndigits, p->ext_sign, decpt); in __hldtoa()
/bionic/libc/include/machine/
Dieee.h111 unsigned ext_sign:1; member