gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mantbits (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
316: #else
317: mantbits(U *d)
318: #endif
590: #else 591: i = fivesbits[e] + mantbits(&rv) <= P; 592: /* rv = */ rounded_product(dval(&rv), tens[e]);