Search | Google it | Results 1 - 1 of 1 for funcall:GET_FLOAT_WORD from t2ex/bsd_source/lib/libc/src_bsd/math/s_rintf.c (0.00 seconds) |
31: volatile float w; /* clip extra precision */ 32: GET_FLOAT_WORD(i0,x); 33: sx = (i0>>31)&1; 43: t = w-TWO23[sx]; 44: GET_FLOAT_WORD(i0,t); 45: SET_FLOAT_WORD(t,(i0&0x7fffffff)|(sx<<31));