Search | Google it | Results 1 - 3 of 3 for funcall:floor (0.01 seconds) |
168: */ 169: z = floor(y); 170: if(z!=y) { /* inexact anyway */
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;
45: if (x >= 0.0) { 46: t = floor(x); 47: if (t - x <= -0.5)