Search | Google it | Results 1 - 3 of 3 for funcall:__kernel_sinf (0.00 seconds) |
97: 98: if(ix<0x3e800000) return __kernel_sinf(pi*x,zero,0); 99: y = -x; /* x is assume negative */
38: case 0: return __kernel_cosf(y[0],y[1]); 39: case 1: return -__kernel_sinf(y[0],y[1],1); 40: case 2: return -__kernel_cosf(y[0],y[1]);
28: ix &= 0x7fffffff; 29: if(ix <= 0x3f490fd8) return __kernel_sinf(x,z,0); 30: