gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TRUNC from t2ex/bsd_source/lib/libc/src_bsd/math/b_log__D.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/b_log__D.c - 14.0KB - 397 lines
384:                 u1 = u;
385:                 TRUNC(u1);
386:         }
393: r.a = u1 + u2; /* Only difference is here */ 394: TRUNC(r.a); 395: r.b = (u1 - r.a) + u2;