Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dvalues.h122 #define H_PREC (DSIGNIF % 2 ? (1 << DSIGNIF/2) * M_SQRT2 : 1 << DSIGNIF/2) macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dvalues.h136 #define H_PREC (DSIGNIF % 2 ? (1L << DSIGNIF/2) * M_SQRT2 : 1L << DSIGNIF/2) macro