gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_rem_pio2.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_rem_pio2.c - 5.3KB - 146 lines
60: 
61:         GET_HIGH_WORD(hx,x);           /* high word of x */
62:         ix = hx&0x7fffffff;
101: y[0] = r-w; 102: GET_HIGH_WORD(high,y[0]); 103: i = j-((high>>20)&0x7ff);
109: y[0] = r-w; 110: GET_HIGH_WORD(high,y[0]); 111: i = j-((high>>20)&0x7ff);