Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c41 #define LDBL_ADJ (LDBL_MAX_EXP - 2 + ((LDBL_MANT_DIG - 1) % 4)) macro
234 *decpt = p->ext_exp - LDBL_ADJ; in __hldtoa()
241 *decpt = p->ext_exp - (514 + LDBL_ADJ); in __hldtoa()