gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 6 of 6 for funcall:Bcopy (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/dtoa.c - 29.8KB - 839 lines
656:                                 return (NULL);
657:                         Bcopy(mhi, mlo);
658:                         mhi = lshift(mhi, Log2P);
bsd_source/lib/libc/src_bsd/stdlib/gdtoa.c - 31.0KB - 829 lines
656:                                 return (NULL);
657:                         Bcopy(mhi, mlo);
658:                         mhi = lshift(mhi, 1);
bsd_source/lib/libc/src_bsd/stdlib/misc.c - 22.8KB - 908 lines
211:                                 return (NULL);
212:                         Bcopy(b1, b);
213:                         Bfree(b);
bsd_source/lib/libc/src_bsd/stdlib/strtod.c - 41.4KB - 1,105 lines
583:                         goto ovfl;
584:                 Bcopy(bd, bd0);
585:                 bb = d2b(dval(&rv), &bbe, &bbbits);   /* rv = bb * 2^bbe */
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
84:                                 return (NULL);
85:                         Bcopy(b1,b);
86:                         Bfree(b);
More results from strtodg.c
bsd_source/lib/libc/src_bsd/stdlib/sum.c - 3.2KB - 102 lines
94:                                 return (NULL);
95:                         Bcopy(b, c);
96:                         Bfree(c);