Search | Google it | Results 1 - 1 of 1 for funcall:hi0bits from t2ex/bsd_source/lib/libc/src_bsd/stdlib/strtodg.c (0.00 seconds) |
251: j = ULbits - j; 252: if (hi0bits(b->x[b->wds - 1]) != j) { 253: if (!lostbits) 923: j = kmask & (ULbits - (rvbits & kmask)); 924: if (hi0bits(rvb->x[rvb->wds - 1]) != j) 925: rvbits++; 1004: /* rv -= adj; */ 1005: j = hi0bits(rvb->x[rvb->wds-1]); 1006: rvb = diff(rvb, ab); 1012: else if (rvb->wds <= k 1013: || hi0bits( rvb->x[k]) > 1014: hi0bits(rvb0->x[k])) { 1015: /* unlikely; can only have lost 1 high bit */ 1035: if (k >= rvb0->wds 1036: || hi0bits(rvb->x[k]) < hi0bits(rvb0->x[k])) { 1037: if (denorm) {