Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_ieee.h102 (a)[3] = (uint32_t)(p)->ext_frach; \
109 unsigned ext_frach:16; member
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c295 *s = p->ext_frach & 0xf; in __hldtoa()
296 p->ext_frach >>= 4; in __hldtoa()
305 *s = (p->ext_frach | (1U << ((LDBL_MANT_DIG - 1) % 4))) & 0xf; in __hldtoa()