Searched refs:H_PREC (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h131 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2) macro
134 #define X_EPS (1.0/H_PREC)
136 #define X_PLOSS ((double)(int)(M_PI * H_PREC))
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h136 #define H_PREC (DSIGNIF % 2 ? (1L << DSIGNIF/2) * M_SQRT2 : 1L << DSIGNIF/2) macro
137 #define X_EPS (1.0/H_PREC)
138 #define X_PLOSS ((double)(long)(M_PI * H_PREC))

Completed in 60 milliseconds