gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__kernel_rem_pio2f (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_rem_pio2f.c - 6.5KB - 176 lines
172:         while(tx[nx-1]==zero) nx--;    /* skip zero term */
173:         n  =  __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi);
174:         if(hx<0) {y[0] = -y[0]; y[1] = -y[1]; return -n;}