Searched refs:absvalue (Results 1 – 1 of 1) sorted by relevance
43 register double absvalue; local45 if ((absvalue = (value >= 0.0) ? value : -value) >= MAXPOWTWO)48 *iptr = absvalue + MAXPOWTWO; /* shift fraction off right */50 while (*iptr > absvalue) /* above arithmetic might round */