gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:increment from t2ex/bsd_source/lib/libc/src_bsd/stdlib/strtodg.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/strtodg.c - 41.4KB - 1,154 lines
50: #else
51: increment(Bigint *b)
52: #endif
244: inex = STRTOG_Inexhi; 245: b = increment(b); 246: if (b == NULL) {
284: if (carry) { 285: b = increment(b); 286: if (b == NULL) {
919: if (dsign) { 920: rvb = increment(rvb); 921: if (rvb == NULL)