Search | Google it | Results 1 - 1 of 1 for funcall:hi0bits from t2ex/bsd_source/lib/libc/src_bsd/stdlib/dtoa.c (0.00 seconds) |
211: #ifdef IBM 212: if (( j = 11 - hi0bits(word0(&d2) & Frac_mask) )!=0) 213: dval(&d2) /= 1 << j; 583: #ifdef Pack_32 584: if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f )!=0) 585: i = 32 - i; 586: #else 587: if (( i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf )!=0) 588: i = 16 - i;