gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__kernel_cosf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_lgammaf_r.c - 8.1KB - 232 lines
123:             case 1:   
124:             case 2:   y =  __kernel_cosf(pi*((float)0.5-y),zero); break;
125:             case 3:  
More results from e_lgammaf_r.c
bsd_source/lib/libc/src_bsd/math/s_cosf.c - 1.2KB - 45 lines
28:         ix &= 0x7fffffff;
29:         if(ix <= 0x3f490fd8) return __kernel_cosf(x,z);
30: 
More results from s_cosf.c
bsd_source/lib/libc/src_bsd/math/s_sinf.c - 1.2KB - 45 lines
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);
More results from s_sinf.c