Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dvalues.h122 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2) macro
125 #define X_EPS (1.0/H_PREC)
127 #define X_PLOSS ((double)(int)(M_PI * H_PREC))
/titanic_41/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))