gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_rintf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/math/s_rintf.c - 1.8KB - 60 lines
40:                 i0 |= ((i1|-i1)>>9)&0x400000;
41:                 SET_FLOAT_WORD(x,i0);
42:                 w = TWO23[sx]+x;
44: GET_FLOAT_WORD(i0,t); 45: SET_FLOAT_WORD(t,(i0&0x7fffffff)|(sx<<31)); 46: return t;
56: } 57: SET_FLOAT_WORD(x,i0); 58: w = TWO23[sx]+x;