gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:L_shift (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/hexnan.c - 5.2KB - 150 lines
37: #else
38: L_shift(ULong *x, ULong *x1, int i)
39: #endif
84: if (x < x1 && i < 8) 85: L_shift(x, x1, i); 86: if (x <= x0) {
127: if (x < x1 && i < 8) 128: L_shift(x, x1, i); 129: if (x > x0) {