Search | Google it | Results 1 - 1 of 1 for funcall:__kernel_sin from t2ex/bsd_source/lib/libc/src_bsd/math/s_cos.c (0.00 seconds) |
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: 76: return __kernel_sin(y[0],y[1],1); 77: }