Search | Google it | Results 1 - 1 of 1 for funcall:GET_HIGH_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_log1p.c (0.00 seconds) |
105: 106: GET_HIGH_WORD(hx,x); 107: ax = hx&0x7fffffff; 128: u = 1.0+x; 129: GET_HIGH_WORD(hu,u); 130: k = (hu>>20)-1023; 134: u = x; 135: GET_HIGH_WORD(hu,u); 136: k = (hu>>20)-1023;