gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__kernel_cos from t2ex/bsd_source/lib/libc/src_bsd/math/s_cos.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_cos.c - 2.4KB - 88 lines
62:         ix &= 0x7fffffff;
63:         if(ix <= 0x3fe921fb) return __kernel_cos(x,z);
64: 
71: switch(n&3) { 72: case 0: return __kernel_cos(y[0],y[1]); 73: case 1: return -__kernel_sin(y[0],y[1],1); 74: case 2: return -__kernel_cos(y[0],y[1]); 75: default: