Home | History | Annotate | Download | only in resolv

Lines Matching full:prec

761 precsize_ntoa(u_int32_t prec)
767 mantissa = (int)((prec >> 4) & 0x0f) % 10;
768 exponent = (int)((prec >> 0) & 0x0f) % 10;