Home
last modified time | relevance | path

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

/titanic_44/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 */