gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:rounded_product (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtod.c - 41.4KB - 1,105 lines
379: #endif
380:                                 /* rv = */ rounded_product(dval(&rv), tens[e]);
381:                                 goto ret;
More results from strtod.c
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)) {
More results from strtodg.c