Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_ieee.h88 #define EXT_FRACHMBITS 32 macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c288 #ifdef EXT_FRACHMBITS in __hldtoa()
289 for (fbits = EXT_FRACHMBITS / 4; fbits > 0 && s > s0; s--, fbits--) { in __hldtoa()