gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__kernel_sinf from t2ex/bsd_source/lib/libc/src_bsd/math/s_sinf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_sinf.c - 1.2KB - 45 lines
28:         ix &= 0x7fffffff;
29:         if(ix <= 0x3f490fd8) return __kernel_sinf(x,z,0);
30: 
37: switch(n&3) { 38: case 0: return __kernel_sinf(y[0],y[1],1); 39: case 1: return __kernel_cosf(y[0],y[1]); 40: case 2: return -__kernel_sinf(y[0],y[1],1); 41: default: