Search | Google it | Results 1 - 2 of 2 for funcall:rounded_quotient (0.00 seconds) |
423: #endif 424: /* rv = */ rounded_quotient(dval(&rv), tens[-e]); 425: goto ret;
635: else if (e >= -Ten_pmax) { 636: /* rv = */ rounded_quotient(dval(&rv), tens[-e]); 637: if (rvOK(&rv, fpi, exp, bits, 0, rd, &irv)) {