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

/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h80 * ((_EXPBASE ** DMAXEXP) * (1 - (_EXPBASE ** -DSIGNIF)))
85 * DSIGNIF - the number of significant bits in a double
111 #define DMINEXP (-(DMAXEXP + DSIGNIF - _HIDDENBIT - 3))
120 #define DSIGNIF (BITS(double) - _DEXPLEN + _HIDDENBIT - 1) macro
123 (1 << (DSIGNIF - BITS(int) + 1)))
131 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h63 ((_EXPBASE ** DMAXEXP) * (1 - (_EXPBASE ** -DSIGNIF)))
68 * DSIGNIF - the number of significant bits in a double
89 #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)
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Decvt.c50 #define NMAX ((DSIGNIF * 3 + 19)/10) /* restrict max precision */

Completed in 77 milliseconds