Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_log1pf.c (0.00 seconds) |
38: 39: GET_FLOAT_WORD(hx,x); 40: ax = hx&0x7fffffff; 61: u = (float)1.0+x; 62: GET_FLOAT_WORD(hu,u); 63: k = (hu>>23)-127; 68: u = x; 69: GET_FLOAT_WORD(hu,u); 70: k = (hu>>23)-127;