gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:floorf from t2ex/bsd_source/lib/libc/src_bsd/math/s_roundf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_roundf.c - 1.8KB - 51 lines
40:         if (x >= 0.0) {
41:                 t = floorf(x);
42:                 if (t - x <= -0.5)
45: } else { 46: t = floorf(-x); 47: if (t + x <= -0.5)