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

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c803 unsigned int mval = 0, cmval = 0; local
817 cmval = (*cp++ - '0') * 10;
819 cmval += (*cp++ - '0');
823 cmval = (mval * 100) + cmval;
826 if (cmval < poweroften[exponent+1])
829 mantissa = cmval / poweroften[exponent];

Completed in 17 milliseconds