gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:rounded_quotient (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtod.c - 41.4KB - 1,105 lines
423: #endif
424:                         /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
425:                         goto ret;
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
635:                 else if (e >= -Ten_pmax) {
636:                         /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
637:                         if (rvOK(&rv, fpi, exp, bits, 0, rd, &irv)) {