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_remainderf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/e_remainderf.c - 1.6KB - 60 lines
27: 
28:         GET_FLOAT_WORD(hx,x);
29:         GET_FLOAT_WORD(hp,p);
30:         sx = hx&0x80000000;
56: } 57: GET_FLOAT_WORD(hx,x); 58: SET_FLOAT_WORD(x,hx^sx);