gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/e_asinf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_asinf.c - 2.7KB - 80 lines
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);