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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c775 unsigned int mval = 0, cmval = 0; local
789 cmval = (*cp++ - '0') * 10;
791 cmval += (*cp++ - '0');
795 cmval = (mval * 100) + cmval;
798 if (cmval < poweroften[exponent+1])
801 mantissa = cmval / poweroften[exponent];

Completed in 104 milliseconds