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

/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h87 * DMAXPOWTWO - the largest power of two exactly representable as a double
122 #define DMAXPOWTWO ((double)(1 << (BITS(int) - 2)) * \ macro
138 #define X_TLOSS (M_PI * DMAXPOWTWO)
145 #define MAXPOWTWO DMAXPOWTWO /* for backward compatibility */
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h70 * DMAXPOWTWO - the largest power of two exactly representable as a double
128 #define DMAXPOWTWO ((double)(1L << BITS(long) - 2) * \ macro
139 #define X_TLOSS (M_PI * DMAXPOWTWO)
145 #define MAXPOWTWO DMAXPOWTWO /* for backward compatibility */

Completed in 85 milliseconds