gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:EXTRACT_WORDS from t2ex/bsd_source/lib/libc/src_bsd/math/e_atan2.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_atan2.c - 4.5KB - 132 lines
62: 
63:         EXTRACT_WORDS(hx,lx,x);
64:         ix = hx&0x7fffffff;
65:         EXTRACT_WORDS(hy,ly,y);
66:         iy = hy&0x7fffffff;