gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fabs from t2ex/bsd_source/lib/libc/src_bsd/math/e_remainder.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_remainder.c - 2.1KB - 82 lines
55:         if (((hx-hp)|(lx-lp))==0) return zero*x;
56:         x  = fabs(x);
57:         p  = fabs(p);
58:         if (hp<0x00200000) {