Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_rem_pio2f.c (0.00 seconds) |
92: 93: GET_FLOAT_WORD(hx,x); 94: ix = hx&0x7fffffff; 133: y[0] = r-w; 134: GET_FLOAT_WORD(high,y[0]); 135: i = j-((high>>23)&0xff); 141: y[0] = r-w; 142: GET_FLOAT_WORD(high,y[0]); 143: i = j-((high>>23)&0xff);