gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:floor (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_lgamma_r.c - 12.2KB - 304 lines
168:      */
169:         z = floor(y);
170:         if(z!=y) {                             /* inexact anyway */
More results from e_lgamma_r.c
bsd_source/lib/libc/src_bsd/math/k_rem_pio2.c - 17.2KB - 434 lines
318:         z  = scalbn(z,q0);             /* actual value of z */
319:         z -= 8.0*floor(z*0.125);               /* trim off integer >= 8 */
320:         n  = (int32_t) z;
bsd_source/lib/libc/src_bsd/math/s_round.c - 2.1KB - 65 lines
45:         if (x >= 0.0) {
46:                 t = floor(x);
47:                 if (t - x <= -0.5)
More results from s_round.c