Searched refs:H_PREC (Results 1 – 2 of 2) sorted by relevance
122 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2) macro125 #define X_EPS (1.0/H_PREC)127 #define X_PLOSS ((double)(int)(M_PI * H_PREC))
136 #define H_PREC (DSIGNIF % 2 ? (1L << DSIGNIF/2) * M_SQRT2 : 1L << DSIGNIF/2) macro137 #define X_EPS (1.0/H_PREC)138 #define X_PLOSS ((double)(long)(M_PI * H_PREC))