gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__kernel_sinf (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_lgammaf_r.c - 8.1KB - 232 lines
97: 
98:         if(ix<0x3e800000) return __kernel_sinf(pi*x,zero,0);
99:         y = -x;                /* x is assume negative */
More results from e_lgammaf_r.c
bsd_source/lib/libc/src_bsd/math/s_cosf.c - 1.2KB - 45 lines
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]);
More results from s_cosf.c
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: 
More results from s_sinf.c