Searched refs:MAXPOWTWO (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmodf.c36 #define MAXPOWTWO 4.503599627370496000E+15 macro
37 /* doubles >= MAXPOWTWO are already integers */
45 if ((absvalue = (value >= 0.0) ? value : -value) >= MAXPOWTWO)
48 *iptr = absvalue + MAXPOWTWO; /* shift fraction off right */
49 *iptr -= MAXPOWTWO; /* shift back without fraction */
/opensolaris-onvv-gate/usr/src/head/
H A Dvalues.h145 #define MAXPOWTWO DMAXPOWTWO /* for backward compatibility */ macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dvalues.h145 #define MAXPOWTWO DMAXPOWTWO /* for backward compatibility */ macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Decvt.c105 if (value >= 2.0 * MAXPOWTWO) /* can't be precisely integral */

Completed in 63 milliseconds