Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dvalues.h102 #define DMINEXP (-(DMAXEXP + DSIGNIF - _HIDDENBIT - 3))
111 #define DSIGNIF (BITS(double) - _DEXPLEN + _HIDDENBIT - 1) macro
114 (1 << (DSIGNIF - BITS(int) + 1)))
122 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2)
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dvalues.h89 #define DMINEXP (-(DMAXEXP + DSIGNIF - _HIDDENBIT - 3))
126 #define DSIGNIF (BITS(double) - _DEXPLEN + _HIDDENBIT - 1) macro
129 (1L << DSIGNIF - BITS(long) + 1))
136 #define H_PREC (DSIGNIF % 2 ? (1L << DSIGNIF/2) * M_SQRT2 : 1L << DSIGNIF/2)
/titanic_50/usr/src/lib/libc/port/gen/
H A Decvt.c50 #define NMAX ((DSIGNIF * 3 + 19)/10) /* restrict max precision */