Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_asinf.c (0.00 seconds) |
41: int32_t hx,ix; 42: GET_FLOAT_WORD(hx,x); 43: ix = hx&0x7fffffff; 70: w = s; 71: GET_FLOAT_WORD(iw,w); 72: SET_FLOAT_WORD(w,iw&0xfffff000);