gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:rshift (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gdtoa.c - 31.0KB - 829 lines
194:         if ( (i = trailz(b)) !=0) {
195:                 rshift(b, i);
196:                 be += i;
bsd_source/lib/libc/src_bsd/stdlib/gethex.c - 11.9KB - 360 lines
251:                         }
252:                 rshift(b, n);
253:                 e += n;
More results from gethex.c
bsd_source/lib/libc/src_bsd/stdlib/gmisc.c - 2.5KB - 86 lines
37: #else
38: rshift(Bigint *b, int k)
39: #endif
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
241:                         inex = STRTOG_Inexlo;
242:                 rshift(b, bdif);
243:                 if (carry) {
More results from strtodg.c