Search | Google it | Results 1 - 1 of 1 for funcall:__kernel_cosf from t2ex/bsd_source/lib/libc/src_bsd/math/s_cosf.c (0.00 seconds) |
28: ix &= 0x7fffffff; 29: if(ix <= 0x3f490fd8) return __kernel_cosf(x,z); 30: 37: switch(n&3) { 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]); 41: default: