Search | Google it | Results 1 - 2 of 2 for funcall:rounded_product (0.00 seconds) |
379: #endif 380: /* rv = */ rounded_product(dval(&rv), tens[e]); 381: goto ret;
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)) {