gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:rounded_product from t2ex/bsd_source/lib/libc/src_bsd/stdlib/strtodg.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
591:                                 i = fivesbits[e] + mantbits(&rv) <= P;
592:                                 /* rv = */ rounded_product(dval(&rv), tens[e]);
593:                                 if (rvOK(&rv, fpi, exp, bits, i, rd, &irv)) {
616: word0(&adj) -= P*Exp_msk1; 617: /* adj = */ rounded_product(dval(&adj), tens[e2]); 618: if ((word0(&adj) & Exp_mask)
623: #else 624: /* rv = */ rounded_product(dval(&rv), tens[e2]); 625: #endif