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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmodf.c43 register double absvalue; local
45 if ((absvalue = (value >= 0.0) ? value : -value) >= MAXPOWTWO)
48 *iptr = absvalue + MAXPOWTWO; /* shift fraction off right */
50 while (*iptr > absvalue) /* above arithmetic might round */

Completed in 65 milliseconds