Home | History | Annotate | Download | only in Support

Lines Matching full:digitvalue

309    DIGITVALUE is the first hex digit of the fraction, P points to
313 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;