Lines Matching full:digitvalue
309 DIGITVALUE is the first hex digit of the fraction, P points to313 unsigned int digitValue)319 if (digitValue > 8)321 else if (digitValue < 8 && digitValue > 0)335 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf;337 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf;