gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fabsf from t2ex/bsd_source/lib/libc/src_bsd/math/e_remainderf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_remainderf.c - 1.6KB - 60 lines
42:         if ((hx-hp)==0) return zero*x;
43:         x  = fabsf(x);
44:         p  = fabsf(p);
45:         if (hp<0x01000000) {