Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_frexpf.c (0.00 seconds) |
25: int32_t hx,ix; 26: GET_FLOAT_WORD(hx,x); 27: ix = 0x7fffffff&hx; 31: x *= two25; 32: GET_FLOAT_WORD(hx,x); 33: ix = hx&0x7fffffff;